.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: 3rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 0.85rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.0625rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.68rem;
    font-size: calc( 0.9475rem + (0.85 - 0.9475) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.9475rem + (0.85 - 0.9475) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    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-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.68rem;
    font-size: calc( 0.9475rem + (0.85 - 0.9475) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (0.9475rem + (0.85 - 0.9475) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    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-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #9c98cf !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #9c98cf !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #9c98cf !important;
  border-color: #9c98cf !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #bdbbdf !important;
  border-color: #bdbbdf !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #bdbbdf !important;
  border-color: #bdbbdf !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #9c98cf !important;
  border-color: #9c98cf !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #bdbbdf !important;
  border-color: #bdbbdf !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #bdbbdf !important;
  border-color: #bdbbdf !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: #9c98cf;
  color: #9c98cf;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #635db3 !important;
  background-color: transparent !important;
  border-color: #635db3 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #9c98cf !important;
  border-color: #9c98cf !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #9c98cf;
  color: #9c98cf;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #635db3 !important;
  background-color: transparent !important;
  border-color: #635db3 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #9c98cf !important;
  border-color: #9c98cf !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: #9c98cf !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #9c98cf !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: #5952af !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !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: #5952af !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #9c98cf;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #9c98cf;
}
.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: #9c98cf;
  border-color: #9c98cf;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #9c98cf;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #9c98cf !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #9c98cf;
}
/* 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: #9c98cf;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #9c98cf;
}
.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: #9c98cf;
  border-bottom-color: #9c98cf;
}
.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: #000000 !important;
  background-color: #9c98cf !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffd7ef !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='%239c98cf' %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-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uAv8ztEztb {
  padding-top: 11rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/planet-rays-space.webp");
}
.cid-uAv8ztEztb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAv8ztEztb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAv8ztEztb .card-wrapper {
  background: #ffffff;
}
@media (max-width: 1267px) {
  .cid-uAv8ztEztb .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 1268px) and (max-width: 1291px) {
  .cid-uAv8ztEztb .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 1292px) {
  .cid-uAv8ztEztb .card-wrapper {
    padding: 4rem;
  }
}
.cid-uAv8ztEztb .mbr-text,
.cid-uAv8ztEztb .mbr-section-btn {
  text-align: center;
}
.cid-uAv8ztEztb .card-title {
  color: #9c98cf;
}
.cid-uAy6oIWeQ2 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAy6oIWeQ2 img,
.cid-uAy6oIWeQ2 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uAy6oIWeQ2 .item:focus,
.cid-uAy6oIWeQ2 span:focus {
  outline: none;
}
.cid-uAy6oIWeQ2 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uAy6oIWeQ2 .item {
    margin-bottom: 1rem;
  }
}
.cid-uAy6oIWeQ2 .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-uAy6oIWeQ2 .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uAy6oIWeQ2 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uAy6oIWeQ2 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uAy6oIWeQ2 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uAy6oIWeQ2 .mbr-section-title {
  color: #000000;
}
.cid-uAy6oIWeQ2 .item-title {
  text-align: left;
}
.cid-uAy6oIWeQ2 .item-subtitle {
  text-align: left;
}
.cid-uAy6oIWeQ2 .mbr-text,
.cid-uAy6oIWeQ2 .item .mbr-section-btn {
  text-align: left;
}
.cid-uAy6oIWeQ2 .content-head {
  max-width: 800px;
}
.cid-uAv8QDKOWw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uAv8QDKOWw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAv8QDKOWw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAv8QDKOWw .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uAv8QDKOWw .footer-col {
    flex-direction: column;
  }
}
.cid-uAv8QDKOWw .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uAv8QDKOWw .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uAv8QDKOWw .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uAv8QDKOWw .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uAv8QDKOWw .mbr-section-btn {
    text-align: center;
  }
}
.cid-uAv8QDKOWw .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uAv8QDKOWw .soc-item {
  margin: 8px;
}
.cid-uAv8QDKOWw .soc-item a:hover .mbr-iconfont,
.cid-uAv8QDKOWw .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uAv8QDKOWw .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uAv8QDKOWw .row {
    text-align: center;
  }
  .cid-uAv8QDKOWw .social-row {
    justify-content: center;
  }
}
.cid-uAv8QDKOWw .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uAv8QDKOWw .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAv8QDKOWw .list {
    margin-bottom: 0rem;
  }
}
.cid-uAv8QDKOWw .mbr-text {
  color: #bbbbbb;
}
.cid-uAv8QDKOWw .mbr-section-subtitle {
  color: #000000;
}
.cid-uAv8QDKOWw .list,
.cid-uAv8QDKOWw .item-wrap {
  color: #232323;
}
.cid-uAv8QDKOWw .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uAyeP9qfoF {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uAyeP9qfoF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAyeP9qfoF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAyeP9qfoF .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uAyeP9qfoF .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uAyeP9qfoF .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uAyeP9qfoF .content-head {
  max-width: 800px;
}
.cid-uAxy80tugV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uAxy80tugV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAxy80tugV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAxy80tugV .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uAxy80tugV .footer-col {
    flex-direction: column;
  }
}
.cid-uAxy80tugV .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uAxy80tugV .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uAxy80tugV .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uAxy80tugV .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uAxy80tugV .mbr-section-btn {
    text-align: center;
  }
}
.cid-uAxy80tugV .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uAxy80tugV .soc-item {
  margin: 8px;
}
.cid-uAxy80tugV .soc-item a:hover .mbr-iconfont,
.cid-uAxy80tugV .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uAxy80tugV .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uAxy80tugV .row {
    text-align: center;
  }
  .cid-uAxy80tugV .social-row {
    justify-content: center;
  }
}
.cid-uAxy80tugV .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uAxy80tugV .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAxy80tugV .list {
    margin-bottom: 0rem;
  }
}
.cid-uAxy80tugV .mbr-text {
  color: #bbbbbb;
}
.cid-uAxy80tugV .mbr-section-subtitle {
  color: #000000;
}
.cid-uAxy80tugV .list,
.cid-uAxy80tugV .item-wrap {
  color: #232323;
}
.cid-uAxy80tugV .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uAAi1odtvz {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/math-1.webp");
}
.cid-uAAi1odtvz .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uAAi1odtvz {
    align-items: flex-end;
  }
  .cid-uAAi1odtvz .row {
    justify-content: center;
  }
  .cid-uAAi1odtvz .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uAAi1odtvz .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uAAi1odtvz {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uAAi1odtvz .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uAAi1odtvz .content-wrap {
    width: 100%;
  }
}
.cid-uAAi1odtvz .mbr-section-title,
.cid-uAAi1odtvz .mbr-section-subtitle {
  text-align: center;
}
.cid-uAAi1odtvz .mbr-text,
.cid-uAAi1odtvz .mbr-section-btn {
  text-align: center;
}
.cid-uAAj6q9y23 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAAj6q9y23 .mbr-text {
  color: #000000;
}
.cid-uAAj6q9y23 .mbr-section-subtitle {
  color: #000000;
}
.cid-uAAj6q9y23 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAAj6q9y23 .mbr-text,
.cid-uAAj6q9y23 .item .mbr-section-btn {
  text-align: left;
}
.cid-uAAj6q9y23 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAAj6q9y23 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAAj6q9y23 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAAj6q9y23 .mbr-card-title {
  color: #393193;
}
.cid-uAS1DhwcDJ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uAS1DhwcDJ .mbr-text {
  color: #000000;
}
.cid-uAS1DhwcDJ .mbr-section-subtitle {
  color: #000000;
}
.cid-uAS1DhwcDJ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAS1DhwcDJ .mbr-text,
.cid-uAS1DhwcDJ .item .mbr-section-btn {
  text-align: left;
}
.cid-uAS1DhwcDJ .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAS1DhwcDJ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAS1DhwcDJ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAS1DhwcDJ .mbr-card-title {
  color: #393193;
}
.cid-uAxy80tugV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uAxy80tugV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAxy80tugV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAxy80tugV .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uAxy80tugV .footer-col {
    flex-direction: column;
  }
}
.cid-uAxy80tugV .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uAxy80tugV .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uAxy80tugV .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uAxy80tugV .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uAxy80tugV .mbr-section-btn {
    text-align: center;
  }
}
.cid-uAxy80tugV .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uAxy80tugV .soc-item {
  margin: 8px;
}
.cid-uAxy80tugV .soc-item a:hover .mbr-iconfont,
.cid-uAxy80tugV .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uAxy80tugV .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uAxy80tugV .row {
    text-align: center;
  }
  .cid-uAxy80tugV .social-row {
    justify-content: center;
  }
}
.cid-uAxy80tugV .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uAxy80tugV .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAxy80tugV .list {
    margin-bottom: 0rem;
  }
}
.cid-uAxy80tugV .mbr-text {
  color: #bbbbbb;
}
.cid-uAxy80tugV .mbr-section-subtitle {
  color: #000000;
}
.cid-uAxy80tugV .list,
.cid-uAxy80tugV .item-wrap {
  color: #232323;
}
.cid-uAxy80tugV .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uACGTTp5Vu {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uACGTTp5Vu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uACGTTp5Vu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uACGTTp5Vu .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uACGTTp5Vu .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uACGTTp5Vu .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uACGTTp5Vu .content-head {
  max-width: 800px;
}
.cid-uACGTUT7ru {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uACGTUT7ru .mbr-fallback-image.disabled {
  display: none;
}
.cid-uACGTUT7ru .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uACGTUT7ru .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uACGTUT7ru .footer-col {
    flex-direction: column;
  }
}
.cid-uACGTUT7ru .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uACGTUT7ru .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uACGTUT7ru .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uACGTUT7ru .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uACGTUT7ru .mbr-section-btn {
    text-align: center;
  }
}
.cid-uACGTUT7ru .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uACGTUT7ru .soc-item {
  margin: 8px;
}
.cid-uACGTUT7ru .soc-item a:hover .mbr-iconfont,
.cid-uACGTUT7ru .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uACGTUT7ru .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uACGTUT7ru .row {
    text-align: center;
  }
  .cid-uACGTUT7ru .social-row {
    justify-content: center;
  }
}
.cid-uACGTUT7ru .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uACGTUT7ru .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uACGTUT7ru .list {
    margin-bottom: 0rem;
  }
}
.cid-uACGTUT7ru .mbr-text {
  color: #bbbbbb;
}
.cid-uACGTUT7ru .mbr-section-subtitle {
  color: #000000;
}
.cid-uACGTUT7ru .list,
.cid-uACGTUT7ru .item-wrap {
  color: #232323;
}
.cid-uACGTUT7ru .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uACIr14vd5 {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uACIr14vd5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uACIr14vd5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uACIr14vd5 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uACIr14vd5 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uACIr14vd5 .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uACIr14vd5 .content-head {
  max-width: 800px;
}
.cid-uACIr2mIGr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uACIr2mIGr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uACIr2mIGr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uACIr2mIGr .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uACIr2mIGr .footer-col {
    flex-direction: column;
  }
}
.cid-uACIr2mIGr .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uACIr2mIGr .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uACIr2mIGr .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uACIr2mIGr .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uACIr2mIGr .mbr-section-btn {
    text-align: center;
  }
}
.cid-uACIr2mIGr .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uACIr2mIGr .soc-item {
  margin: 8px;
}
.cid-uACIr2mIGr .soc-item a:hover .mbr-iconfont,
.cid-uACIr2mIGr .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uACIr2mIGr .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uACIr2mIGr .row {
    text-align: center;
  }
  .cid-uACIr2mIGr .social-row {
    justify-content: center;
  }
}
.cid-uACIr2mIGr .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uACIr2mIGr .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uACIr2mIGr .list {
    margin-bottom: 0rem;
  }
}
.cid-uACIr2mIGr .mbr-text {
  color: #bbbbbb;
}
.cid-uACIr2mIGr .mbr-section-subtitle {
  color: #000000;
}
.cid-uACIr2mIGr .list,
.cid-uACIr2mIGr .item-wrap {
  color: #232323;
}
.cid-uACIr2mIGr .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uACJp6fOcJ {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uACJp6fOcJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uACJp6fOcJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uACJp6fOcJ .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uACJp6fOcJ .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uACJp6fOcJ .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uACJp6fOcJ .content-head {
  max-width: 800px;
}
.cid-uACJp7BuLj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uACJp7BuLj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uACJp7BuLj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uACJp7BuLj .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uACJp7BuLj .footer-col {
    flex-direction: column;
  }
}
.cid-uACJp7BuLj .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uACJp7BuLj .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uACJp7BuLj .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uACJp7BuLj .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uACJp7BuLj .mbr-section-btn {
    text-align: center;
  }
}
.cid-uACJp7BuLj .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uACJp7BuLj .soc-item {
  margin: 8px;
}
.cid-uACJp7BuLj .soc-item a:hover .mbr-iconfont,
.cid-uACJp7BuLj .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uACJp7BuLj .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uACJp7BuLj .row {
    text-align: center;
  }
  .cid-uACJp7BuLj .social-row {
    justify-content: center;
  }
}
.cid-uACJp7BuLj .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uACJp7BuLj .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uACJp7BuLj .list {
    margin-bottom: 0rem;
  }
}
.cid-uACJp7BuLj .mbr-text {
  color: #bbbbbb;
}
.cid-uACJp7BuLj .mbr-section-subtitle {
  color: #000000;
}
.cid-uACJp7BuLj .list,
.cid-uACJp7BuLj .item-wrap {
  color: #232323;
}
.cid-uACJp7BuLj .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uACK40ayGK {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uACK40ayGK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uACK40ayGK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uACK40ayGK .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uACK40ayGK .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uACK40ayGK .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uACK40ayGK .content-head {
  max-width: 800px;
}
.cid-uACK41xShM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uACK41xShM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uACK41xShM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uACK41xShM .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uACK41xShM .footer-col {
    flex-direction: column;
  }
}
.cid-uACK41xShM .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uACK41xShM .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uACK41xShM .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uACK41xShM .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uACK41xShM .mbr-section-btn {
    text-align: center;
  }
}
.cid-uACK41xShM .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uACK41xShM .soc-item {
  margin: 8px;
}
.cid-uACK41xShM .soc-item a:hover .mbr-iconfont,
.cid-uACK41xShM .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uACK41xShM .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uACK41xShM .row {
    text-align: center;
  }
  .cid-uACK41xShM .social-row {
    justify-content: center;
  }
}
.cid-uACK41xShM .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uACK41xShM .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uACK41xShM .list {
    margin-bottom: 0rem;
  }
}
.cid-uACK41xShM .mbr-text {
  color: #bbbbbb;
}
.cid-uACK41xShM .mbr-section-subtitle {
  color: #000000;
}
.cid-uACK41xShM .list,
.cid-uACK41xShM .item-wrap {
  color: #232323;
}
.cid-uACK41xShM .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uACKZJP9j0 {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uACKZJP9j0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uACKZJP9j0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uACKZJP9j0 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uACKZJP9j0 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uACKZJP9j0 .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uACKZJP9j0 .content-head {
  max-width: 800px;
}
.cid-uACKZLtxpO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uACKZLtxpO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uACKZLtxpO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uACKZLtxpO .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uACKZLtxpO .footer-col {
    flex-direction: column;
  }
}
.cid-uACKZLtxpO .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uACKZLtxpO .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uACKZLtxpO .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uACKZLtxpO .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uACKZLtxpO .mbr-section-btn {
    text-align: center;
  }
}
.cid-uACKZLtxpO .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uACKZLtxpO .soc-item {
  margin: 8px;
}
.cid-uACKZLtxpO .soc-item a:hover .mbr-iconfont,
.cid-uACKZLtxpO .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uACKZLtxpO .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uACKZLtxpO .row {
    text-align: center;
  }
  .cid-uACKZLtxpO .social-row {
    justify-content: center;
  }
}
.cid-uACKZLtxpO .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uACKZLtxpO .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uACKZLtxpO .list {
    margin-bottom: 0rem;
  }
}
.cid-uACKZLtxpO .mbr-text {
  color: #bbbbbb;
}
.cid-uACKZLtxpO .mbr-section-subtitle {
  color: #000000;
}
.cid-uACKZLtxpO .list,
.cid-uACKZLtxpO .item-wrap {
  color: #232323;
}
.cid-uACKZLtxpO .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uACM6c6tj5 {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uACM6c6tj5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uACM6c6tj5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uACM6c6tj5 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uACM6c6tj5 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uACM6c6tj5 .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uACM6c6tj5 .content-head {
  max-width: 800px;
}
.cid-uACM6cVK2a {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uACM6cVK2a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uACM6cVK2a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uACM6cVK2a .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uACM6cVK2a .footer-col {
    flex-direction: column;
  }
}
.cid-uACM6cVK2a .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uACM6cVK2a .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uACM6cVK2a .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uACM6cVK2a .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uACM6cVK2a .mbr-section-btn {
    text-align: center;
  }
}
.cid-uACM6cVK2a .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uACM6cVK2a .soc-item {
  margin: 8px;
}
.cid-uACM6cVK2a .soc-item a:hover .mbr-iconfont,
.cid-uACM6cVK2a .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uACM6cVK2a .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uACM6cVK2a .row {
    text-align: center;
  }
  .cid-uACM6cVK2a .social-row {
    justify-content: center;
  }
}
.cid-uACM6cVK2a .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uACM6cVK2a .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uACM6cVK2a .list {
    margin-bottom: 0rem;
  }
}
.cid-uACM6cVK2a .mbr-text {
  color: #bbbbbb;
}
.cid-uACM6cVK2a .mbr-section-subtitle {
  color: #000000;
}
.cid-uACM6cVK2a .list,
.cid-uACM6cVK2a .item-wrap {
  color: #232323;
}
.cid-uACM6cVK2a .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uACNgiEuIc {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uACNgiEuIc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uACNgiEuIc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uACNgiEuIc .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uACNgiEuIc .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uACNgiEuIc .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uACNgiEuIc .content-head {
  max-width: 800px;
}
.cid-uACNgk3ump {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uACNgk3ump .mbr-fallback-image.disabled {
  display: none;
}
.cid-uACNgk3ump .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uACNgk3ump .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uACNgk3ump .footer-col {
    flex-direction: column;
  }
}
.cid-uACNgk3ump .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uACNgk3ump .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uACNgk3ump .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uACNgk3ump .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uACNgk3ump .mbr-section-btn {
    text-align: center;
  }
}
.cid-uACNgk3ump .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uACNgk3ump .soc-item {
  margin: 8px;
}
.cid-uACNgk3ump .soc-item a:hover .mbr-iconfont,
.cid-uACNgk3ump .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uACNgk3ump .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uACNgk3ump .row {
    text-align: center;
  }
  .cid-uACNgk3ump .social-row {
    justify-content: center;
  }
}
.cid-uACNgk3ump .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uACNgk3ump .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uACNgk3ump .list {
    margin-bottom: 0rem;
  }
}
.cid-uACNgk3ump .mbr-text {
  color: #bbbbbb;
}
.cid-uACNgk3ump .mbr-section-subtitle {
  color: #000000;
}
.cid-uACNgk3ump .list,
.cid-uACNgk3ump .item-wrap {
  color: #232323;
}
.cid-uACNgk3ump .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uACODN76Y9 {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uACODN76Y9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uACODN76Y9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uACODN76Y9 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uACODN76Y9 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uACODN76Y9 .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uACODN76Y9 .content-head {
  max-width: 800px;
}
.cid-uACODOw2qw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uACODOw2qw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uACODOw2qw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uACODOw2qw .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uACODOw2qw .footer-col {
    flex-direction: column;
  }
}
.cid-uACODOw2qw .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uACODOw2qw .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uACODOw2qw .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uACODOw2qw .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uACODOw2qw .mbr-section-btn {
    text-align: center;
  }
}
.cid-uACODOw2qw .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uACODOw2qw .soc-item {
  margin: 8px;
}
.cid-uACODOw2qw .soc-item a:hover .mbr-iconfont,
.cid-uACODOw2qw .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uACODOw2qw .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uACODOw2qw .row {
    text-align: center;
  }
  .cid-uACODOw2qw .social-row {
    justify-content: center;
  }
}
.cid-uACODOw2qw .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uACODOw2qw .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uACODOw2qw .list {
    margin-bottom: 0rem;
  }
}
.cid-uACODOw2qw .mbr-text {
  color: #bbbbbb;
}
.cid-uACODOw2qw .mbr-section-subtitle {
  color: #000000;
}
.cid-uACODOw2qw .list,
.cid-uACODOw2qw .item-wrap {
  color: #232323;
}
.cid-uACODOw2qw .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uACPXFUMNK {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uACPXFUMNK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uACPXFUMNK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uACPXFUMNK .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uACPXFUMNK .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uACPXFUMNK .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uACPXFUMNK .content-head {
  max-width: 800px;
}
.cid-uACPXHrxUo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uACPXHrxUo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uACPXHrxUo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uACPXHrxUo .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uACPXHrxUo .footer-col {
    flex-direction: column;
  }
}
.cid-uACPXHrxUo .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uACPXHrxUo .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uACPXHrxUo .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uACPXHrxUo .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uACPXHrxUo .mbr-section-btn {
    text-align: center;
  }
}
.cid-uACPXHrxUo .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uACPXHrxUo .soc-item {
  margin: 8px;
}
.cid-uACPXHrxUo .soc-item a:hover .mbr-iconfont,
.cid-uACPXHrxUo .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uACPXHrxUo .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uACPXHrxUo .row {
    text-align: center;
  }
  .cid-uACPXHrxUo .social-row {
    justify-content: center;
  }
}
.cid-uACPXHrxUo .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uACPXHrxUo .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uACPXHrxUo .list {
    margin-bottom: 0rem;
  }
}
.cid-uACPXHrxUo .mbr-text {
  color: #bbbbbb;
}
.cid-uACPXHrxUo .mbr-section-subtitle {
  color: #000000;
}
.cid-uACPXHrxUo .list,
.cid-uACPXHrxUo .item-wrap {
  color: #232323;
}
.cid-uACPXHrxUo .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uACR9CA2aR {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uACR9CA2aR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uACR9CA2aR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uACR9CA2aR .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uACR9CA2aR .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uACR9CA2aR .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uACR9CA2aR .content-head {
  max-width: 800px;
}
.cid-uACR9Ed6Fr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uACR9Ed6Fr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uACR9Ed6Fr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uACR9Ed6Fr .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uACR9Ed6Fr .footer-col {
    flex-direction: column;
  }
}
.cid-uACR9Ed6Fr .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uACR9Ed6Fr .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uACR9Ed6Fr .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uACR9Ed6Fr .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uACR9Ed6Fr .mbr-section-btn {
    text-align: center;
  }
}
.cid-uACR9Ed6Fr .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uACR9Ed6Fr .soc-item {
  margin: 8px;
}
.cid-uACR9Ed6Fr .soc-item a:hover .mbr-iconfont,
.cid-uACR9Ed6Fr .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uACR9Ed6Fr .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uACR9Ed6Fr .row {
    text-align: center;
  }
  .cid-uACR9Ed6Fr .social-row {
    justify-content: center;
  }
}
.cid-uACR9Ed6Fr .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uACR9Ed6Fr .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uACR9Ed6Fr .list {
    margin-bottom: 0rem;
  }
}
.cid-uACR9Ed6Fr .mbr-text {
  color: #bbbbbb;
}
.cid-uACR9Ed6Fr .mbr-section-subtitle {
  color: #000000;
}
.cid-uACR9Ed6Fr .list,
.cid-uACR9Ed6Fr .item-wrap {
  color: #232323;
}
.cid-uACR9Ed6Fr .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uACS2Nh3wj {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uACS2Nh3wj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uACS2Nh3wj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uACS2Nh3wj .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uACS2Nh3wj .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uACS2Nh3wj .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uACS2Nh3wj .content-head {
  max-width: 800px;
}
.cid-uACS2OdjtF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uACS2OdjtF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uACS2OdjtF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uACS2OdjtF .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uACS2OdjtF .footer-col {
    flex-direction: column;
  }
}
.cid-uACS2OdjtF .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uACS2OdjtF .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uACS2OdjtF .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uACS2OdjtF .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uACS2OdjtF .mbr-section-btn {
    text-align: center;
  }
}
.cid-uACS2OdjtF .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uACS2OdjtF .soc-item {
  margin: 8px;
}
.cid-uACS2OdjtF .soc-item a:hover .mbr-iconfont,
.cid-uACS2OdjtF .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uACS2OdjtF .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uACS2OdjtF .row {
    text-align: center;
  }
  .cid-uACS2OdjtF .social-row {
    justify-content: center;
  }
}
.cid-uACS2OdjtF .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uACS2OdjtF .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uACS2OdjtF .list {
    margin-bottom: 0rem;
  }
}
.cid-uACS2OdjtF .mbr-text {
  color: #bbbbbb;
}
.cid-uACS2OdjtF .mbr-section-subtitle {
  color: #000000;
}
.cid-uACS2OdjtF .list,
.cid-uACS2OdjtF .item-wrap {
  color: #232323;
}
.cid-uACS2OdjtF .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBo9ECMIjx {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBo9ECMIjx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBo9ECMIjx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBo9ECMIjx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uBo9ECMIjx .mbr-section-title {
  color: #ffffff;
}
.cid-uADdNwHnMH {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uADdNwHnMH .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-uAMawW6eNq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAMawW6eNq .mbr-text {
  color: #000000;
}
.cid-uAMawW6eNq .mbr-section-subtitle {
  color: #000000;
}
.cid-uAMawW6eNq .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAMawW6eNq .mbr-text,
.cid-uAMawW6eNq .item .mbr-section-btn {
  text-align: left;
}
.cid-uAMawW6eNq .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uAMawW6eNq .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uAMawW6eNq .item-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uAMawW6eNq .item-wrapper {
    padding: 4rem;
  }
}
.cid-uAMawW6eNq .details-icon {
  color: #9fe870;
  padding-right: 0.5rem;
}
.cid-uAMawW6eNq .mbr-card-subtitle {
  color: #232323;
  text-align: left;
}
.cid-uAMawW6eNq .details .details-item {
  display: inline-flex;
  padding-right: 1rem;
}
.cid-uAMawW6eNq .mbr-tag,
.cid-uAMawW6eNq .tags-wrapper {
  color: #000000;
}
.cid-uAv8QDKOWw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uAv8QDKOWw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAv8QDKOWw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAv8QDKOWw .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uAv8QDKOWw .footer-col {
    flex-direction: column;
  }
}
.cid-uAv8QDKOWw .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uAv8QDKOWw .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uAv8QDKOWw .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uAv8QDKOWw .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uAv8QDKOWw .mbr-section-btn {
    text-align: center;
  }
}
.cid-uAv8QDKOWw .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uAv8QDKOWw .soc-item {
  margin: 8px;
}
.cid-uAv8QDKOWw .soc-item a:hover .mbr-iconfont,
.cid-uAv8QDKOWw .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uAv8QDKOWw .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uAv8QDKOWw .row {
    text-align: center;
  }
  .cid-uAv8QDKOWw .social-row {
    justify-content: center;
  }
}
.cid-uAv8QDKOWw .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uAv8QDKOWw .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAv8QDKOWw .list {
    margin-bottom: 0rem;
  }
}
.cid-uAv8QDKOWw .mbr-text {
  color: #bbbbbb;
}
.cid-uAv8QDKOWw .mbr-section-subtitle {
  color: #000000;
}
.cid-uAv8QDKOWw .list,
.cid-uAv8QDKOWw .item-wrap {
  color: #232323;
}
.cid-uAv8QDKOWw .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uAH0VdReSQ {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uAH0VdReSQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAH0VdReSQ .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-uAH0VdReSQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uAH0VdReSQ .row {
  flex-direction: row-reverse;
}
.cid-uAH0VdReSQ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uAH0VdReSQ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uAH0VdReSQ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uAH0VdReSQ .mbr-section-title {
  color: #000000;
}
.cid-uAH0VdReSQ .mbr-text,
.cid-uAH0VdReSQ .mbr-section-btn {
  color: #232323;
}
.cid-uASTvILIeu {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uASTvILIeu .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uASTvILIeu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uASTvILIeu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uASTvILIeu .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uASTvILIeu .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uASTvILIeu .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uASTvILIeu .card-title,
.cid-uASTvILIeu .iconfont-wrapper {
  color: #000000;
}
.cid-uASTvILIeu .content-head {
  max-width: 800px;
}
.cid-uASTvILIeu .mbr-section-title {
  color: #000000;
}
.cid-uASTvILIeu .mbr-section-subtitle {
  color: #000000;
}
.cid-uASTvILIeu .card-text {
  color: #000000;
}
.cid-uASTvILIeu .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uASTvILIeu .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uBrO63Y14y {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uBrO63Y14y .mbr-text {
  color: #000000;
}
.cid-uBrO63Y14y .mbr-section-subtitle {
  color: #000000;
}
.cid-uBrO63Y14y .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBrO63Y14y .mbr-text,
.cid-uBrO63Y14y .item .mbr-section-btn {
  text-align: left;
}
.cid-uBrO63Y14y .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uBrO63Y14y .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBrO63Y14y .item-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBrO63Y14y .item-wrapper {
    padding: 4rem;
  }
}
.cid-uBrO63Y14y .details-icon {
  color: #9fe870;
  padding-right: 0.5rem;
}
.cid-uBrO63Y14y .mbr-card-subtitle {
  color: #232323;
  text-align: left;
}
.cid-uBrO63Y14y .details .details-item {
  display: inline-flex;
  padding-right: 1rem;
}
.cid-uBrO63Y14y .mbr-tag,
.cid-uBrO63Y14y .tags-wrapper {
  color: #000000;
}
.cid-uAv8QDKOWw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uAv8QDKOWw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAv8QDKOWw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAv8QDKOWw .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uAv8QDKOWw .footer-col {
    flex-direction: column;
  }
}
.cid-uAv8QDKOWw .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uAv8QDKOWw .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uAv8QDKOWw .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uAv8QDKOWw .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uAv8QDKOWw .mbr-section-btn {
    text-align: center;
  }
}
.cid-uAv8QDKOWw .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uAv8QDKOWw .soc-item {
  margin: 8px;
}
.cid-uAv8QDKOWw .soc-item a:hover .mbr-iconfont,
.cid-uAv8QDKOWw .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uAv8QDKOWw .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uAv8QDKOWw .row {
    text-align: center;
  }
  .cid-uAv8QDKOWw .social-row {
    justify-content: center;
  }
}
.cid-uAv8QDKOWw .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uAv8QDKOWw .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAv8QDKOWw .list {
    margin-bottom: 0rem;
  }
}
.cid-uAv8QDKOWw .mbr-text {
  color: #bbbbbb;
}
.cid-uAv8QDKOWw .mbr-section-subtitle {
  color: #000000;
}
.cid-uAv8QDKOWw .list,
.cid-uAv8QDKOWw .item-wrap {
  color: #232323;
}
.cid-uAv8QDKOWw .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uACGzJH8n7 {
  display: flex;
  background-image: url("../../../assets/images/math.webp");
}
.cid-uACGzJH8n7 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uACGzJH8n7 {
    align-items: flex-end;
  }
  .cid-uACGzJH8n7 .row {
    justify-content: center;
  }
  .cid-uACGzJH8n7 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uACGzJH8n7 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uACGzJH8n7 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uACGzJH8n7 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uACGzJH8n7 .content-wrap {
    width: 100%;
  }
}
.cid-uACGzJH8n7 .mbr-section-title,
.cid-uACGzJH8n7 .mbr-section-subtitle {
  text-align: center;
}
.cid-uACGzJH8n7 .mbr-text,
.cid-uACGzJH8n7 .mbr-section-btn {
  text-align: center;
}
.cid-uACGzKqaPU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uACGzKqaPU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uACGzKqaPU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uACGzKqaPU .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uACGzKqaPU .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uACGzKqaPU .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uACGzKqaPU .content-head {
  max-width: 800px;
}
.cid-uACGzMCL7r {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uACGzMCL7r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uACGzMCL7r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uACGzMCL7r .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uACGzMCL7r .footer-col {
    flex-direction: column;
  }
}
.cid-uACGzMCL7r .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uACGzMCL7r .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uACGzMCL7r .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uACGzMCL7r .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uACGzMCL7r .mbr-section-btn {
    text-align: center;
  }
}
.cid-uACGzMCL7r .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uACGzMCL7r .soc-item {
  margin: 8px;
}
.cid-uACGzMCL7r .soc-item a:hover .mbr-iconfont,
.cid-uACGzMCL7r .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uACGzMCL7r .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uACGzMCL7r .row {
    text-align: center;
  }
  .cid-uACGzMCL7r .social-row {
    justify-content: center;
  }
}
.cid-uACGzMCL7r .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uACGzMCL7r .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uACGzMCL7r .list {
    margin-bottom: 0rem;
  }
}
.cid-uACGzMCL7r .mbr-text {
  color: #bbbbbb;
}
.cid-uACGzMCL7r .mbr-section-subtitle {
  color: #000000;
}
.cid-uACGzMCL7r .list,
.cid-uACGzMCL7r .item-wrap {
  color: #232323;
}
.cid-uACGzMCL7r .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uADpbph8Zo {
  display: flex;
  background-image: url("../../../assets/images/math-1.webp");
}
.cid-uADpbph8Zo .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uADpbph8Zo {
    align-items: flex-end;
  }
  .cid-uADpbph8Zo .row {
    justify-content: center;
  }
  .cid-uADpbph8Zo .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uADpbph8Zo .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uADpbph8Zo {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uADpbph8Zo .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uADpbph8Zo .content-wrap {
    width: 100%;
  }
}
.cid-uADpbph8Zo .mbr-section-title,
.cid-uADpbph8Zo .mbr-section-subtitle {
  text-align: center;
}
.cid-uADpbph8Zo .mbr-text,
.cid-uADpbph8Zo .mbr-section-btn {
  text-align: center;
}
.cid-uADpbq7xLp {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uADpbq7xLp .mbr-text {
  color: #000000;
}
.cid-uADpbq7xLp .mbr-section-subtitle {
  color: #000000;
}
.cid-uADpbq7xLp .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uADpbq7xLp .mbr-text,
.cid-uADpbq7xLp .item .mbr-section-btn {
  text-align: left;
}
.cid-uADpbq7xLp .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uADpbq7xLp .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uADpbq7xLp .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uADpbq7xLp .mbr-card-title {
  color: #393193;
}
.cid-uAU75Ymkvn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAU75Ymkvn .mbr-text {
  color: #000000;
}
.cid-uAU75Ymkvn .mbr-section-subtitle {
  color: #000000;
}
.cid-uAU75Ymkvn .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAU75Ymkvn .mbr-text,
.cid-uAU75Ymkvn .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uAU75Ymkvn .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAU75Ymkvn .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAU75Ymkvn .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAU75Ymkvn .mbr-card-title {
  color: #393193;
}
.cid-uASMszIFsF {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uASMszIFsF .mbr-text {
  color: #000000;
}
.cid-uASMszIFsF .mbr-section-subtitle {
  color: #000000;
}
.cid-uASMszIFsF .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uASMszIFsF .mbr-text,
.cid-uASMszIFsF .item .mbr-section-btn {
  text-align: left;
}
.cid-uASMszIFsF .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uASMszIFsF .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uASMszIFsF .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uASMszIFsF .mbr-card-title {
  color: #393193;
}
.cid-uADpbrkaYg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uADpbrkaYg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uADpbrkaYg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uADpbrkaYg .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uADpbrkaYg .footer-col {
    flex-direction: column;
  }
}
.cid-uADpbrkaYg .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uADpbrkaYg .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uADpbrkaYg .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uADpbrkaYg .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uADpbrkaYg .mbr-section-btn {
    text-align: center;
  }
}
.cid-uADpbrkaYg .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uADpbrkaYg .soc-item {
  margin: 8px;
}
.cid-uADpbrkaYg .soc-item a:hover .mbr-iconfont,
.cid-uADpbrkaYg .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uADpbrkaYg .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uADpbrkaYg .row {
    text-align: center;
  }
  .cid-uADpbrkaYg .social-row {
    justify-content: center;
  }
}
.cid-uADpbrkaYg .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uADpbrkaYg .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uADpbrkaYg .list {
    margin-bottom: 0rem;
  }
}
.cid-uADpbrkaYg .mbr-text {
  color: #bbbbbb;
}
.cid-uADpbrkaYg .mbr-section-subtitle {
  color: #000000;
}
.cid-uADpbrkaYg .list,
.cid-uADpbrkaYg .item-wrap {
  color: #232323;
}
.cid-uADpbrkaYg .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uAJ2kx4vCn {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/pulsar-navigation-1.webp");
}
.cid-uAJ2kx4vCn .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uAJ2kx4vCn {
    align-items: flex-end;
  }
  .cid-uAJ2kx4vCn .row {
    justify-content: center;
  }
  .cid-uAJ2kx4vCn .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uAJ2kx4vCn .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uAJ2kx4vCn {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uAJ2kx4vCn .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uAJ2kx4vCn .content-wrap {
    width: 100%;
  }
}
.cid-uAJ2kx4vCn .mbr-section-title,
.cid-uAJ2kx4vCn .mbr-section-subtitle {
  text-align: center;
}
.cid-uAJ2kx4vCn .mbr-text,
.cid-uAJ2kx4vCn .mbr-section-btn {
  text-align: center;
}
.cid-uAJ2ky1m0S {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAJ2ky1m0S .mbr-text {
  color: #000000;
}
.cid-uAJ2ky1m0S .mbr-section-subtitle {
  color: #000000;
}
.cid-uAJ2ky1m0S .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAJ2ky1m0S .mbr-text,
.cid-uAJ2ky1m0S .item .mbr-section-btn {
  text-align: left;
}
.cid-uAJ2ky1m0S .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAJ2ky1m0S .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAJ2ky1m0S .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAJ2ky1m0S .mbr-card-title {
  color: #393193;
}
.cid-uAJ2kyKE4j {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uAJ2kyKE4j .mbr-text {
  color: #000000;
}
.cid-uAJ2kyKE4j .mbr-section-subtitle {
  color: #000000;
}
.cid-uAJ2kyKE4j .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAJ2kyKE4j .mbr-text,
.cid-uAJ2kyKE4j .item .mbr-section-btn {
  text-align: left;
}
.cid-uAJ2kyKE4j .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAJ2kyKE4j .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAJ2kyKE4j .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAJ2kyKE4j .mbr-card-title {
  color: #393193;
}
.cid-uAJ2kzgskA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uAJ2kzgskA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAJ2kzgskA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAJ2kzgskA .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uAJ2kzgskA .footer-col {
    flex-direction: column;
  }
}
.cid-uAJ2kzgskA .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uAJ2kzgskA .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uAJ2kzgskA .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uAJ2kzgskA .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uAJ2kzgskA .mbr-section-btn {
    text-align: center;
  }
}
.cid-uAJ2kzgskA .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uAJ2kzgskA .soc-item {
  margin: 8px;
}
.cid-uAJ2kzgskA .soc-item a:hover .mbr-iconfont,
.cid-uAJ2kzgskA .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uAJ2kzgskA .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uAJ2kzgskA .row {
    text-align: center;
  }
  .cid-uAJ2kzgskA .social-row {
    justify-content: center;
  }
}
.cid-uAJ2kzgskA .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uAJ2kzgskA .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAJ2kzgskA .list {
    margin-bottom: 0rem;
  }
}
.cid-uAJ2kzgskA .mbr-text {
  color: #bbbbbb;
}
.cid-uAJ2kzgskA .mbr-section-subtitle {
  color: #000000;
}
.cid-uAJ2kzgskA .list,
.cid-uAJ2kzgskA .item-wrap {
  color: #232323;
}
.cid-uAJ2kzgskA .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uALUNd4xxO {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/base-19-meta.webp");
}
.cid-uALUNd4xxO .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uALUNd4xxO {
    align-items: flex-end;
  }
  .cid-uALUNd4xxO .row {
    justify-content: center;
  }
  .cid-uALUNd4xxO .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uALUNd4xxO .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uALUNd4xxO {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uALUNd4xxO .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uALUNd4xxO .content-wrap {
    width: 100%;
  }
}
.cid-uALUNd4xxO .mbr-section-title,
.cid-uALUNd4xxO .mbr-section-subtitle {
  text-align: center;
}
.cid-uALUNd4xxO .mbr-text,
.cid-uALUNd4xxO .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uALUNd4xxO .mbr-section-title {
  color: #000000;
}
.cid-uALUNdx0Co {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uALUNdx0Co .mbr-text {
  color: #000000;
}
.cid-uALUNdx0Co .mbr-section-subtitle {
  color: #000000;
}
.cid-uALUNdx0Co .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uALUNdx0Co .mbr-text,
.cid-uALUNdx0Co .item .mbr-section-btn {
  text-align: left;
}
.cid-uALUNdx0Co .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uALUNdx0Co .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uALUNdx0Co .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uALUNdx0Co .mbr-card-title {
  color: #393193;
}
.cid-uALWMZRzM7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uALWMZRzM7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uALWMZRzM7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uALWMZRzM7 .row {
  flex-direction: row-reverse;
}
.cid-uALWMZRzM7 .mbr-description {
  text-align: center;
}
.cid-uALXcdcs8M {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uALXcdcs8M .mbr-text {
  color: #000000;
}
.cid-uALXcdcs8M .mbr-section-subtitle {
  color: #000000;
}
.cid-uALXcdcs8M .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uALXcdcs8M .mbr-text,
.cid-uALXcdcs8M .item .mbr-section-btn {
  text-align: left;
}
.cid-uALXcdcs8M .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uALXcdcs8M .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uALXcdcs8M .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uALXcdcs8M .mbr-card-title {
  color: #393193;
}
.cid-uALXpCcadf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uALXpCcadf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uALXpCcadf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uALXpCcadf .row {
  flex-direction: row-reverse;
}
.cid-uALXpCcadf .mbr-description {
  text-align: center;
}
.cid-uALXGgsSmG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uALXGgsSmG .mbr-text {
  color: #000000;
}
.cid-uALXGgsSmG .mbr-section-subtitle {
  color: #000000;
}
.cid-uALXGgsSmG .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uALXGgsSmG .mbr-text,
.cid-uALXGgsSmG .item .mbr-section-btn {
  text-align: left;
}
.cid-uALXGgsSmG .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uALXGgsSmG .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uALXGgsSmG .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uALXGgsSmG .mbr-card-title {
  color: #393193;
}
.cid-uALXX8HGVq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uALXX8HGVq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uALXX8HGVq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uALXX8HGVq .row {
  flex-direction: row-reverse;
}
.cid-uALXX8HGVq .mbr-description {
  text-align: center;
}
.cid-uALXHRHw5J {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uALXHRHw5J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uALXHRHw5J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uALXHRHw5J .row {
  flex-direction: row-reverse;
}
.cid-uALXHRHw5J .mbr-description {
  text-align: center;
}
.cid-uALUNdT5pR {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uALUNdT5pR .mbr-text {
  color: #000000;
}
.cid-uALUNdT5pR .mbr-section-subtitle {
  color: #000000;
}
.cid-uALUNdT5pR .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uALUNdT5pR .mbr-text,
.cid-uALUNdT5pR .item .mbr-section-btn {
  text-align: left;
}
.cid-uALUNdT5pR .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uALUNdT5pR .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uALUNdT5pR .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uALUNdT5pR .mbr-card-title {
  color: #393193;
}
.cid-uALUNepJL8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uALUNepJL8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uALUNepJL8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uALUNepJL8 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uALUNepJL8 .footer-col {
    flex-direction: column;
  }
}
.cid-uALUNepJL8 .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uALUNepJL8 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uALUNepJL8 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uALUNepJL8 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uALUNepJL8 .mbr-section-btn {
    text-align: center;
  }
}
.cid-uALUNepJL8 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uALUNepJL8 .soc-item {
  margin: 8px;
}
.cid-uALUNepJL8 .soc-item a:hover .mbr-iconfont,
.cid-uALUNepJL8 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uALUNepJL8 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uALUNepJL8 .row {
    text-align: center;
  }
  .cid-uALUNepJL8 .social-row {
    justify-content: center;
  }
}
.cid-uALUNepJL8 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uALUNepJL8 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uALUNepJL8 .list {
    margin-bottom: 0rem;
  }
}
.cid-uALUNepJL8 .mbr-text {
  color: #bbbbbb;
}
.cid-uALUNepJL8 .mbr-section-subtitle {
  color: #000000;
}
.cid-uALUNepJL8 .list,
.cid-uALUNepJL8 .item-wrap {
  color: #232323;
}
.cid-uALUNepJL8 .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uANCatQv5n {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/meter.webp");
}
.cid-uANCatQv5n .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uANCatQv5n {
    align-items: flex-end;
  }
  .cid-uANCatQv5n .row {
    justify-content: center;
  }
  .cid-uANCatQv5n .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uANCatQv5n .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uANCatQv5n {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uANCatQv5n .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uANCatQv5n .content-wrap {
    width: 100%;
  }
}
.cid-uANCatQv5n .mbr-section-title,
.cid-uANCatQv5n .mbr-section-subtitle {
  text-align: center;
}
.cid-uANCatQv5n .mbr-text,
.cid-uANCatQv5n .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uANCatQv5n .mbr-section-title {
  color: #000000;
}
.cid-uANCauznl8 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uANCauznl8 .mbr-text {
  color: #000000;
}
.cid-uANCauznl8 .mbr-section-subtitle {
  color: #000000;
}
.cid-uANCauznl8 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uANCauznl8 .mbr-text,
.cid-uANCauznl8 .item .mbr-section-btn {
  text-align: left;
}
.cid-uANCauznl8 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uANCauznl8 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uANCauznl8 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uANCauznl8 .mbr-card-title {
  color: #393193;
}
.cid-uANFZmiJUb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uANFZmiJUb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uANFZmiJUb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uANFZmiJUb .row {
  flex-direction: row-reverse;
}
.cid-uANFZmiJUb .mbr-description {
  text-align: center;
}
.cid-uANCavis1g {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uANCavis1g .mbr-text {
  color: #000000;
}
.cid-uANCavis1g .mbr-section-subtitle {
  color: #000000;
}
.cid-uANCavis1g .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uANCavis1g .mbr-text,
.cid-uANCavis1g .item .mbr-section-btn {
  text-align: left;
}
.cid-uANCavis1g .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uANCavis1g .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uANCavis1g .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uANCavis1g .mbr-card-title {
  color: #393193;
}
.cid-uANCavTNth {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uANCavTNth .mbr-fallback-image.disabled {
  display: none;
}
.cid-uANCavTNth .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uANCavTNth .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uANCavTNth .footer-col {
    flex-direction: column;
  }
}
.cid-uANCavTNth .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uANCavTNth .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uANCavTNth .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uANCavTNth .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uANCavTNth .mbr-section-btn {
    text-align: center;
  }
}
.cid-uANCavTNth .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uANCavTNth .soc-item {
  margin: 8px;
}
.cid-uANCavTNth .soc-item a:hover .mbr-iconfont,
.cid-uANCavTNth .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uANCavTNth .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uANCavTNth .row {
    text-align: center;
  }
  .cid-uANCavTNth .social-row {
    justify-content: center;
  }
}
.cid-uANCavTNth .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uANCavTNth .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uANCavTNth .list {
    margin-bottom: 0rem;
  }
}
.cid-uANCavTNth .mbr-text {
  color: #bbbbbb;
}
.cid-uANCavTNth .mbr-section-subtitle {
  color: #000000;
}
.cid-uANCavTNth .list,
.cid-uANCavTNth .item-wrap {
  color: #232323;
}
.cid-uANCavTNth .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uANIGp6nZy {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/kilometer.webp");
}
.cid-uANIGp6nZy .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uANIGp6nZy {
    align-items: flex-end;
  }
  .cid-uANIGp6nZy .row {
    justify-content: center;
  }
  .cid-uANIGp6nZy .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uANIGp6nZy .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uANIGp6nZy {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uANIGp6nZy .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uANIGp6nZy .content-wrap {
    width: 100%;
  }
}
.cid-uANIGp6nZy .mbr-section-title,
.cid-uANIGp6nZy .mbr-section-subtitle {
  text-align: center;
}
.cid-uANIGp6nZy .mbr-text,
.cid-uANIGp6nZy .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uANIGp6nZy .mbr-section-title {
  color: #ffffff;
}
.cid-uANIGqdICT {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uANIGqdICT .mbr-text {
  color: #000000;
}
.cid-uANIGqdICT .mbr-section-subtitle {
  color: #000000;
}
.cid-uANIGqdICT .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uANIGqdICT .mbr-text,
.cid-uANIGqdICT .item .mbr-section-btn {
  text-align: left;
}
.cid-uANIGqdICT .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uANIGqdICT .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uANIGqdICT .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uANIGqdICT .mbr-card-title {
  color: #393193;
}
.cid-uANK8bVUJ3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uANK8bVUJ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uANK8bVUJ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uANK8bVUJ3 .row {
  flex-direction: row-reverse;
}
.cid-uANK8bVUJ3 .mbr-description {
  text-align: center;
}
.cid-uANMtSGjwj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uANMtSGjwj .mbr-text {
  color: #000000;
}
.cid-uANMtSGjwj .mbr-section-subtitle {
  color: #000000;
}
.cid-uANMtSGjwj .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uANMtSGjwj .mbr-text,
.cid-uANMtSGjwj .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uANMtSGjwj .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uANMtSGjwj .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uANMtSGjwj .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uANMtSGjwj .mbr-card-title {
  color: #393193;
}
.cid-uANKLebd1a {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uANKLebd1a .mbr-text {
  color: #000000;
}
.cid-uANKLebd1a .mbr-section-subtitle {
  color: #000000;
}
.cid-uANKLebd1a .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uANKLebd1a .mbr-text,
.cid-uANKLebd1a .item .mbr-section-btn {
  text-align: left;
}
.cid-uANKLebd1a .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uANKLebd1a .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uANKLebd1a .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uANKLebd1a .mbr-card-title {
  color: #393193;
}
.cid-uANKU1LPyX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uANKU1LPyX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uANKU1LPyX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uANKU1LPyX .row {
  flex-direction: row-reverse;
}
.cid-uANKU1LPyX .mbr-description {
  text-align: center;
}
.cid-uANIGraoQf {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uANIGraoQf .mbr-text {
  color: #000000;
}
.cid-uANIGraoQf .mbr-section-subtitle {
  color: #000000;
}
.cid-uANIGraoQf .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uANIGraoQf .mbr-text,
.cid-uANIGraoQf .item .mbr-section-btn {
  text-align: left;
}
.cid-uANIGraoQf .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uANIGraoQf .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uANIGraoQf .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uANIGraoQf .mbr-card-title {
  color: #393193;
}
.cid-uANIGruRvq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uANIGruRvq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uANIGruRvq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uANIGruRvq .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uANIGruRvq .footer-col {
    flex-direction: column;
  }
}
.cid-uANIGruRvq .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uANIGruRvq .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uANIGruRvq .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uANIGruRvq .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uANIGruRvq .mbr-section-btn {
    text-align: center;
  }
}
.cid-uANIGruRvq .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uANIGruRvq .soc-item {
  margin: 8px;
}
.cid-uANIGruRvq .soc-item a:hover .mbr-iconfont,
.cid-uANIGruRvq .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uANIGruRvq .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uANIGruRvq .row {
    text-align: center;
  }
  .cid-uANIGruRvq .social-row {
    justify-content: center;
  }
}
.cid-uANIGruRvq .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uANIGruRvq .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uANIGruRvq .list {
    margin-bottom: 0rem;
  }
}
.cid-uANIGruRvq .mbr-text {
  color: #bbbbbb;
}
.cid-uANIGruRvq .mbr-section-subtitle {
  color: #000000;
}
.cid-uANIGruRvq .list,
.cid-uANIGruRvq .item-wrap {
  color: #232323;
}
.cid-uANIGruRvq .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uAO9sumzZ4 {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/miles.webp");
}
.cid-uAO9sumzZ4 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uAO9sumzZ4 {
    align-items: flex-end;
  }
  .cid-uAO9sumzZ4 .row {
    justify-content: center;
  }
  .cid-uAO9sumzZ4 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uAO9sumzZ4 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uAO9sumzZ4 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uAO9sumzZ4 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uAO9sumzZ4 .content-wrap {
    width: 100%;
  }
}
.cid-uAO9sumzZ4 .mbr-section-title,
.cid-uAO9sumzZ4 .mbr-section-subtitle {
  text-align: center;
}
.cid-uAO9sumzZ4 .mbr-text,
.cid-uAO9sumzZ4 .mbr-section-btn {
  text-align: center;
  color: #9c98cf;
}
.cid-uAO9sumzZ4 .mbr-section-title {
  color: #9c98cf;
}
.cid-uAO9svkrsY {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAO9svkrsY .mbr-text {
  color: #000000;
}
.cid-uAO9svkrsY .mbr-section-subtitle {
  color: #000000;
}
.cid-uAO9svkrsY .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAO9svkrsY .mbr-text,
.cid-uAO9svkrsY .item .mbr-section-btn {
  text-align: left;
}
.cid-uAO9svkrsY .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAO9svkrsY .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAO9svkrsY .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAO9svkrsY .mbr-card-title {
  color: #393193;
}
.cid-uAO9sw6LGI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAO9sw6LGI .mbr-text {
  color: #000000;
}
.cid-uAO9sw6LGI .mbr-section-subtitle {
  color: #000000;
}
.cid-uAO9sw6LGI .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAO9sw6LGI .mbr-text,
.cid-uAO9sw6LGI .item .mbr-section-btn {
  text-align: left;
}
.cid-uAO9sw6LGI .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAO9sw6LGI .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAO9sw6LGI .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAO9sw6LGI .mbr-card-title {
  color: #393193;
}
.cid-uAObgiU64b {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAObgiU64b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAObgiU64b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAObgiU64b .row {
  flex-direction: row-reverse;
}
.cid-uAObgiU64b .mbr-description {
  text-align: center;
}
.cid-uAObjUylvi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAObjUylvi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAObjUylvi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAObjUylvi .row {
  flex-direction: row-reverse;
}
.cid-uAObjUylvi .mbr-description {
  text-align: center;
}
.cid-uAOc0cpaDs {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uAOc0cpaDs .mbr-text {
  color: #000000;
}
.cid-uAOc0cpaDs .mbr-section-subtitle {
  color: #000000;
}
.cid-uAOc0cpaDs .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAOc0cpaDs .mbr-text,
.cid-uAOc0cpaDs .item .mbr-section-btn {
  text-align: left;
}
.cid-uAOc0cpaDs .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAOc0cpaDs .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAOc0cpaDs .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAOc0cpaDs .mbr-card-title {
  color: #393193;
}
.cid-uAObTHCljR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAObTHCljR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAObTHCljR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAObTHCljR .row {
  flex-direction: row-reverse;
}
.cid-uAObTHCljR .mbr-description {
  text-align: center;
}
.cid-uAOciNTTOl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAOciNTTOl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAOciNTTOl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAOciNTTOl .row {
  flex-direction: row-reverse;
}
.cid-uAOciNTTOl .mbr-description {
  text-align: center;
}
.cid-uAOcoYTgxW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAOcoYTgxW .mbr-text {
  color: #000000;
}
.cid-uAOcoYTgxW .mbr-section-subtitle {
  color: #000000;
}
.cid-uAOcoYTgxW .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAOcoYTgxW .mbr-text,
.cid-uAOcoYTgxW .item .mbr-section-btn {
  text-align: left;
}
.cid-uAOcoYTgxW .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAOcoYTgxW .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAOcoYTgxW .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAOcoYTgxW .mbr-card-title {
  color: #393193;
}
.cid-uAOcBWveKk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAOcBWveKk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAOcBWveKk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAOcBWveKk .row {
  flex-direction: row-reverse;
}
.cid-uAOcBWveKk .mbr-description {
  text-align: center;
}
.cid-uAObl86FED {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uAObl86FED .mbr-text {
  color: #000000;
}
.cid-uAObl86FED .mbr-section-subtitle {
  color: #000000;
}
.cid-uAObl86FED .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAObl86FED .mbr-text,
.cid-uAObl86FED .item .mbr-section-btn {
  text-align: left;
}
.cid-uAObl86FED .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAObl86FED .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAObl86FED .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAObl86FED .mbr-card-title {
  color: #393193;
}
.cid-uAO9swqDWi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uAO9swqDWi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAO9swqDWi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAO9swqDWi .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uAO9swqDWi .footer-col {
    flex-direction: column;
  }
}
.cid-uAO9swqDWi .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uAO9swqDWi .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uAO9swqDWi .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uAO9swqDWi .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uAO9swqDWi .mbr-section-btn {
    text-align: center;
  }
}
.cid-uAO9swqDWi .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uAO9swqDWi .soc-item {
  margin: 8px;
}
.cid-uAO9swqDWi .soc-item a:hover .mbr-iconfont,
.cid-uAO9swqDWi .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uAO9swqDWi .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uAO9swqDWi .row {
    text-align: center;
  }
  .cid-uAO9swqDWi .social-row {
    justify-content: center;
  }
}
.cid-uAO9swqDWi .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uAO9swqDWi .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAO9swqDWi .list {
    margin-bottom: 0rem;
  }
}
.cid-uAO9swqDWi .mbr-text {
  color: #bbbbbb;
}
.cid-uAO9swqDWi .mbr-section-subtitle {
  color: #000000;
}
.cid-uAO9swqDWi .list,
.cid-uAO9swqDWi .item-wrap {
  color: #232323;
}
.cid-uAO9swqDWi .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uAOgamdpBd {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/lightyear.webp");
}
.cid-uAOgamdpBd .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uAOgamdpBd {
    align-items: flex-end;
  }
  .cid-uAOgamdpBd .row {
    justify-content: center;
  }
  .cid-uAOgamdpBd .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uAOgamdpBd .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uAOgamdpBd {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uAOgamdpBd .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uAOgamdpBd .content-wrap {
    width: 100%;
  }
}
.cid-uAOgamdpBd .mbr-section-title,
.cid-uAOgamdpBd .mbr-section-subtitle {
  text-align: center;
}
.cid-uAOgamdpBd .mbr-text,
.cid-uAOgamdpBd .mbr-section-btn {
  text-align: center;
}
.cid-uAOgamI4Y9 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAOgamI4Y9 .mbr-text {
  color: #000000;
}
.cid-uAOgamI4Y9 .mbr-section-subtitle {
  color: #000000;
}
.cid-uAOgamI4Y9 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAOgamI4Y9 .mbr-text,
.cid-uAOgamI4Y9 .item .mbr-section-btn {
  text-align: left;
}
.cid-uAOgamI4Y9 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAOgamI4Y9 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAOgamI4Y9 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAOgamI4Y9 .mbr-card-title {
  color: #393193;
}
.cid-uAOhw7zWd0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAOhw7zWd0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAOhw7zWd0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAOhw7zWd0 .row {
  flex-direction: row-reverse;
}
.cid-uAOhw7zWd0 .mbr-description {
  text-align: center;
}
.cid-uAOhGqNFb8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAOhGqNFb8 .mbr-text {
  color: #000000;
}
.cid-uAOhGqNFb8 .mbr-section-subtitle {
  color: #000000;
}
.cid-uAOhGqNFb8 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAOhGqNFb8 .mbr-text,
.cid-uAOhGqNFb8 .item .mbr-section-btn {
  text-align: left;
}
.cid-uAOhGqNFb8 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAOhGqNFb8 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAOhGqNFb8 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAOhGqNFb8 .mbr-card-title {
  color: #393193;
}
.cid-uAOhHmojmt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAOhHmojmt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAOhHmojmt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAOhHmojmt .row {
  flex-direction: row-reverse;
}
.cid-uAOhHmojmt .mbr-description {
  text-align: center;
}
.cid-uAOi88AJwM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAOi88AJwM .mbr-text {
  color: #000000;
}
.cid-uAOi88AJwM .mbr-section-subtitle {
  color: #000000;
}
.cid-uAOi88AJwM .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAOi88AJwM .mbr-text,
.cid-uAOi88AJwM .item .mbr-section-btn {
  text-align: left;
}
.cid-uAOi88AJwM .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAOi88AJwM .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAOi88AJwM .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAOi88AJwM .mbr-card-title {
  color: #393193;
}
.cid-uAOi8S8BQ3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAOi8S8BQ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAOi8S8BQ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAOi8S8BQ3 .row {
  flex-direction: row-reverse;
}
.cid-uAOi8S8BQ3 .mbr-description {
  text-align: center;
}
.cid-uAOi9KOs7G {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAOi9KOs7G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAOi9KOs7G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAOi9KOs7G .row {
  flex-direction: row-reverse;
}
.cid-uAOi9KOs7G .mbr-description {
  text-align: center;
}
.cid-uAOgan6x7t {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uAOgan6x7t .mbr-text {
  color: #000000;
}
.cid-uAOgan6x7t .mbr-section-subtitle {
  color: #000000;
}
.cid-uAOgan6x7t .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAOgan6x7t .mbr-text,
.cid-uAOgan6x7t .item .mbr-section-btn {
  text-align: left;
}
.cid-uAOgan6x7t .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAOgan6x7t .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAOgan6x7t .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAOgan6x7t .mbr-card-title {
  color: #393193;
}
.cid-uAOgannqwv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uAOgannqwv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAOgannqwv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAOgannqwv .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uAOgannqwv .footer-col {
    flex-direction: column;
  }
}
.cid-uAOgannqwv .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uAOgannqwv .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uAOgannqwv .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uAOgannqwv .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uAOgannqwv .mbr-section-btn {
    text-align: center;
  }
}
.cid-uAOgannqwv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uAOgannqwv .soc-item {
  margin: 8px;
}
.cid-uAOgannqwv .soc-item a:hover .mbr-iconfont,
.cid-uAOgannqwv .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uAOgannqwv .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uAOgannqwv .row {
    text-align: center;
  }
  .cid-uAOgannqwv .social-row {
    justify-content: center;
  }
}
.cid-uAOgannqwv .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uAOgannqwv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAOgannqwv .list {
    margin-bottom: 0rem;
  }
}
.cid-uAOgannqwv .mbr-text {
  color: #bbbbbb;
}
.cid-uAOgannqwv .mbr-section-subtitle {
  color: #000000;
}
.cid-uAOgannqwv .list,
.cid-uAOgannqwv .item-wrap {
  color: #232323;
}
.cid-uAOgannqwv .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uAP38kltvk {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/pi-lg.webp");
}
.cid-uAP38kltvk .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uAP38kltvk {
    align-items: flex-end;
  }
  .cid-uAP38kltvk .row {
    justify-content: center;
  }
  .cid-uAP38kltvk .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uAP38kltvk .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uAP38kltvk {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uAP38kltvk .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uAP38kltvk .content-wrap {
    width: 100%;
  }
}
.cid-uAP38kltvk .mbr-section-title,
.cid-uAP38kltvk .mbr-section-subtitle {
  text-align: center;
}
.cid-uAP38kltvk .mbr-text,
.cid-uAP38kltvk .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uAP38kltvk .mbr-section-title {
  color: #000000;
}
.cid-uAP38kYujf {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAP38kYujf .mbr-text {
  color: #000000;
}
.cid-uAP38kYujf .mbr-section-subtitle {
  color: #000000;
}
.cid-uAP38kYujf .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAP38kYujf .mbr-text,
.cid-uAP38kYujf .item .mbr-section-btn {
  text-align: left;
}
.cid-uAP38kYujf .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAP38kYujf .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAP38kYujf .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAP38kYujf .mbr-card-title {
  color: #393193;
}
.cid-uAP4xLW5fH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAP4xLW5fH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAP4xLW5fH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAP4xLW5fH .row {
  flex-direction: row-reverse;
}
.cid-uAP4xLW5fH .mbr-description {
  text-align: center;
}
.cid-uAP4RuTFnV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAP4RuTFnV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAP4RuTFnV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAP4RuTFnV .row {
  flex-direction: row-reverse;
}
.cid-uAP4RuTFnV .mbr-description {
  text-align: center;
}
.cid-uAP4ySi0EF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAP4ySi0EF .mbr-text {
  color: #000000;
}
.cid-uAP4ySi0EF .mbr-section-subtitle {
  color: #000000;
}
.cid-uAP4ySi0EF .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAP4ySi0EF .mbr-text,
.cid-uAP4ySi0EF .item .mbr-section-btn {
  text-align: left;
}
.cid-uAP4ySi0EF .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAP4ySi0EF .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAP4ySi0EF .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAP4ySi0EF .mbr-card-title {
  color: #393193;
}
.cid-uAP38lwSpX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAP38lwSpX .mbr-text {
  color: #000000;
}
.cid-uAP38lwSpX .mbr-section-subtitle {
  color: #000000;
}
.cid-uAP38lwSpX .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAP38lwSpX .mbr-text,
.cid-uAP38lwSpX .item .mbr-section-btn {
  text-align: left;
}
.cid-uAP38lwSpX .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAP38lwSpX .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAP38lwSpX .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAP38lwSpX .mbr-card-title {
  color: #393193;
}
.cid-uAP5w3Xkhy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAP5w3Xkhy .mbr-text {
  color: #000000;
}
.cid-uAP5w3Xkhy .mbr-section-subtitle {
  color: #000000;
}
.cid-uAP5w3Xkhy .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAP5w3Xkhy .mbr-text,
.cid-uAP5w3Xkhy .item .mbr-section-btn {
  text-align: left;
}
.cid-uAP5w3Xkhy .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAP5w3Xkhy .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAP5w3Xkhy .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAP5w3Xkhy .mbr-card-title {
  color: #393193;
}
.cid-uAP5xeMJFm {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uAP5xeMJFm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAP5xeMJFm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAP5xeMJFm .row {
  flex-direction: row-reverse;
}
.cid-uAP5xeMJFm .mbr-description {
  text-align: center;
}
.cid-uAP62gMquD {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uAP62gMquD .mbr-text {
  color: #000000;
}
.cid-uAP62gMquD .mbr-section-subtitle {
  color: #000000;
}
.cid-uAP62gMquD .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAP62gMquD .mbr-text,
.cid-uAP62gMquD .item .mbr-section-btn {
  text-align: left;
}
.cid-uAP62gMquD .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAP62gMquD .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAP62gMquD .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAP62gMquD .mbr-card-title {
  color: #393193;
}
.cid-uAP38mbcbd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uAP38mbcbd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAP38mbcbd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAP38mbcbd .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uAP38mbcbd .footer-col {
    flex-direction: column;
  }
}
.cid-uAP38mbcbd .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uAP38mbcbd .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uAP38mbcbd .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uAP38mbcbd .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uAP38mbcbd .mbr-section-btn {
    text-align: center;
  }
}
.cid-uAP38mbcbd .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uAP38mbcbd .soc-item {
  margin: 8px;
}
.cid-uAP38mbcbd .soc-item a:hover .mbr-iconfont,
.cid-uAP38mbcbd .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uAP38mbcbd .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uAP38mbcbd .row {
    text-align: center;
  }
  .cid-uAP38mbcbd .social-row {
    justify-content: center;
  }
}
.cid-uAP38mbcbd .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uAP38mbcbd .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAP38mbcbd .list {
    margin-bottom: 0rem;
  }
}
.cid-uAP38mbcbd .mbr-text {
  color: #bbbbbb;
}
.cid-uAP38mbcbd .mbr-section-subtitle {
  color: #000000;
}
.cid-uAP38mbcbd .list,
.cid-uAP38mbcbd .item-wrap {
  color: #232323;
}
.cid-uAP38mbcbd .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uAP8NQrVUo {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/encoding-1.webp");
}
.cid-uAP8NQrVUo .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uAP8NQrVUo {
    align-items: flex-end;
  }
  .cid-uAP8NQrVUo .row {
    justify-content: center;
  }
  .cid-uAP8NQrVUo .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uAP8NQrVUo .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uAP8NQrVUo {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uAP8NQrVUo .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uAP8NQrVUo .content-wrap {
    width: 100%;
  }
}
.cid-uAP8NQrVUo .mbr-section-title,
.cid-uAP8NQrVUo .mbr-section-subtitle {
  text-align: center;
}
.cid-uAP8NQrVUo .mbr-text,
.cid-uAP8NQrVUo .mbr-section-btn {
  text-align: center;
  color: #9c98cf;
}
.cid-uAP8NQrVUo .mbr-section-title {
  color: #9c98cf;
}
.cid-uAP8NRyxXP {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAP8NRyxXP .mbr-text {
  color: #000000;
}
.cid-uAP8NRyxXP .mbr-section-subtitle {
  color: #000000;
}
.cid-uAP8NRyxXP .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAP8NRyxXP .mbr-text,
.cid-uAP8NRyxXP .item .mbr-section-btn {
  text-align: left;
}
.cid-uAP8NRyxXP .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAP8NRyxXP .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAP8NRyxXP .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAP8NRyxXP .mbr-card-title {
  color: #393193;
}
.cid-uAP9Ud9lL1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAP9Ud9lL1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAP9Ud9lL1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAP9Ud9lL1 .row {
  flex-direction: row-reverse;
}
.cid-uAP9Ud9lL1 .mbr-description {
  text-align: center;
}
.cid-uAP8NS1OPH {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uAP8NS1OPH .mbr-text {
  color: #000000;
}
.cid-uAP8NS1OPH .mbr-section-subtitle {
  color: #000000;
}
.cid-uAP8NS1OPH .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAP8NS1OPH .mbr-text,
.cid-uAP8NS1OPH .item .mbr-section-btn {
  text-align: left;
}
.cid-uAP8NS1OPH .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAP8NS1OPH .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAP8NS1OPH .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAP8NS1OPH .mbr-card-title {
  color: #393193;
}
.cid-uAP8NSirdf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uAP8NSirdf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAP8NSirdf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAP8NSirdf .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uAP8NSirdf .footer-col {
    flex-direction: column;
  }
}
.cid-uAP8NSirdf .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uAP8NSirdf .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uAP8NSirdf .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uAP8NSirdf .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uAP8NSirdf .mbr-section-btn {
    text-align: center;
  }
}
.cid-uAP8NSirdf .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uAP8NSirdf .soc-item {
  margin: 8px;
}
.cid-uAP8NSirdf .soc-item a:hover .mbr-iconfont,
.cid-uAP8NSirdf .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uAP8NSirdf .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uAP8NSirdf .row {
    text-align: center;
  }
  .cid-uAP8NSirdf .social-row {
    justify-content: center;
  }
}
.cid-uAP8NSirdf .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uAP8NSirdf .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAP8NSirdf .list {
    margin-bottom: 0rem;
  }
}
.cid-uAP8NSirdf .mbr-text {
  color: #bbbbbb;
}
.cid-uAP8NSirdf .mbr-section-subtitle {
  color: #000000;
}
.cid-uAP8NSirdf .list,
.cid-uAP8NSirdf .item-wrap {
  color: #232323;
}
.cid-uAP8NSirdf .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uAPctrxuMA {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/euler-identity.webp");
}
.cid-uAPctrxuMA .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uAPctrxuMA {
    align-items: flex-end;
  }
  .cid-uAPctrxuMA .row {
    justify-content: center;
  }
  .cid-uAPctrxuMA .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uAPctrxuMA .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uAPctrxuMA {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uAPctrxuMA .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uAPctrxuMA .content-wrap {
    width: 100%;
  }
}
.cid-uAPctrxuMA .mbr-section-title,
.cid-uAPctrxuMA .mbr-section-subtitle {
  text-align: center;
}
.cid-uAPctrxuMA .mbr-text,
.cid-uAPctrxuMA .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uAPctrxuMA .mbr-section-title {
  color: #000000;
}
.cid-uAPcts5ips {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAPcts5ips .mbr-text {
  color: #000000;
}
.cid-uAPcts5ips .mbr-section-subtitle {
  color: #000000;
}
.cid-uAPcts5ips .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAPcts5ips .mbr-text,
.cid-uAPcts5ips .item .mbr-section-btn {
  text-align: left;
}
.cid-uAPcts5ips .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAPcts5ips .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAPcts5ips .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAPcts5ips .mbr-card-title {
  color: #393193;
}
.cid-uAPegDO1JI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAPegDO1JI .mbr-text {
  color: #000000;
}
.cid-uAPegDO1JI .mbr-section-subtitle {
  color: #000000;
}
.cid-uAPegDO1JI .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAPegDO1JI .mbr-text,
.cid-uAPegDO1JI .item .mbr-section-btn {
  text-align: left;
}
.cid-uAPegDO1JI .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAPegDO1JI .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAPegDO1JI .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAPegDO1JI .mbr-card-title {
  color: #393193;
}
.cid-uAPctssWk8 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uAPctssWk8 .mbr-text {
  color: #000000;
}
.cid-uAPctssWk8 .mbr-section-subtitle {
  color: #000000;
}
.cid-uAPctssWk8 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAPctssWk8 .mbr-text,
.cid-uAPctssWk8 .item .mbr-section-btn {
  text-align: left;
}
.cid-uAPctssWk8 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAPctssWk8 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAPctssWk8 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAPctssWk8 .mbr-card-title {
  color: #393193;
}
.cid-uAPctsGi1t {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uAPctsGi1t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAPctsGi1t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAPctsGi1t .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uAPctsGi1t .footer-col {
    flex-direction: column;
  }
}
.cid-uAPctsGi1t .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uAPctsGi1t .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uAPctsGi1t .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uAPctsGi1t .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uAPctsGi1t .mbr-section-btn {
    text-align: center;
  }
}
.cid-uAPctsGi1t .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uAPctsGi1t .soc-item {
  margin: 8px;
}
.cid-uAPctsGi1t .soc-item a:hover .mbr-iconfont,
.cid-uAPctsGi1t .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uAPctsGi1t .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uAPctsGi1t .row {
    text-align: center;
  }
  .cid-uAPctsGi1t .social-row {
    justify-content: center;
  }
}
.cid-uAPctsGi1t .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uAPctsGi1t .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAPctsGi1t .list {
    margin-bottom: 0rem;
  }
}
.cid-uAPctsGi1t .mbr-text {
  color: #bbbbbb;
}
.cid-uAPctsGi1t .mbr-section-subtitle {
  color: #000000;
}
.cid-uAPctsGi1t .list,
.cid-uAPctsGi1t .item-wrap {
  color: #232323;
}
.cid-uAPctsGi1t .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uAPkio2gxE {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/abjad-numerals-meta.webp");
}
.cid-uAPkio2gxE .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uAPkio2gxE {
    align-items: flex-end;
  }
  .cid-uAPkio2gxE .row {
    justify-content: center;
  }
  .cid-uAPkio2gxE .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uAPkio2gxE .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uAPkio2gxE {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uAPkio2gxE .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uAPkio2gxE .content-wrap {
    width: 100%;
  }
}
.cid-uAPkio2gxE .mbr-section-title,
.cid-uAPkio2gxE .mbr-section-subtitle {
  text-align: center;
}
.cid-uAPkio2gxE .mbr-text,
.cid-uAPkio2gxE .mbr-section-btn {
  text-align: center;
  color: #9c98cf;
}
.cid-uAPkio2gxE .mbr-section-title {
  color: #9c98cf;
}
.cid-uAPkioPFjL {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAPkioPFjL .mbr-text {
  color: #000000;
}
.cid-uAPkioPFjL .mbr-section-subtitle {
  color: #000000;
}
.cid-uAPkioPFjL .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAPkioPFjL .mbr-text,
.cid-uAPkioPFjL .item .mbr-section-btn {
  text-align: left;
}
.cid-uAPkioPFjL .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAPkioPFjL .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAPkioPFjL .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAPkioPFjL .mbr-card-title {
  color: #393193;
}
.cid-uAPlrIb7wt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAPlrIb7wt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAPlrIb7wt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAPlrIb7wt .row {
  flex-direction: row-reverse;
}
.cid-uAPlrIb7wt .mbr-description {
  text-align: center;
}
.cid-uAPlsP1Fuf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAPlsP1Fuf .mbr-text {
  color: #000000;
}
.cid-uAPlsP1Fuf .mbr-section-subtitle {
  color: #000000;
}
.cid-uAPlsP1Fuf .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAPlsP1Fuf .mbr-text,
.cid-uAPlsP1Fuf .item .mbr-section-btn {
  text-align: left;
}
.cid-uAPlsP1Fuf .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAPlsP1Fuf .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAPlsP1Fuf .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAPlsP1Fuf .mbr-card-title {
  color: #393193;
}
.cid-uAPkiptmHw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAPkiptmHw .mbr-text {
  color: #000000;
}
.cid-uAPkiptmHw .mbr-section-subtitle {
  color: #000000;
}
.cid-uAPkiptmHw .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAPkiptmHw .mbr-text,
.cid-uAPkiptmHw .item .mbr-section-btn {
  text-align: left;
}
.cid-uAPkiptmHw .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAPkiptmHw .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAPkiptmHw .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAPkiptmHw .mbr-card-title {
  color: #393193;
}
.cid-uAPm3MkqPP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAPm3MkqPP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAPm3MkqPP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAPm3MkqPP .row {
  flex-direction: row-reverse;
}
.cid-uAPm3MkqPP .mbr-description {
  text-align: center;
}
.cid-uAPm5KRw1e {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uAPm5KRw1e .mbr-text {
  color: #000000;
}
.cid-uAPm5KRw1e .mbr-section-subtitle {
  color: #000000;
}
.cid-uAPm5KRw1e .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAPm5KRw1e .mbr-text,
.cid-uAPm5KRw1e .item .mbr-section-btn {
  text-align: left;
}
.cid-uAPm5KRw1e .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAPm5KRw1e .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAPm5KRw1e .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAPm5KRw1e .mbr-card-title {
  color: #393193;
}
.cid-uAPkipTry8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uAPkipTry8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAPkipTry8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAPkipTry8 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uAPkipTry8 .footer-col {
    flex-direction: column;
  }
}
.cid-uAPkipTry8 .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uAPkipTry8 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uAPkipTry8 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uAPkipTry8 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uAPkipTry8 .mbr-section-btn {
    text-align: center;
  }
}
.cid-uAPkipTry8 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uAPkipTry8 .soc-item {
  margin: 8px;
}
.cid-uAPkipTry8 .soc-item a:hover .mbr-iconfont,
.cid-uAPkipTry8 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uAPkipTry8 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uAPkipTry8 .row {
    text-align: center;
  }
  .cid-uAPkipTry8 .social-row {
    justify-content: center;
  }
}
.cid-uAPkipTry8 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uAPkipTry8 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAPkipTry8 .list {
    margin-bottom: 0rem;
  }
}
.cid-uAPkipTry8 .mbr-text {
  color: #bbbbbb;
}
.cid-uAPkipTry8 .mbr-section-subtitle {
  color: #000000;
}
.cid-uAPkipTry8 .list,
.cid-uAPkipTry8 .item-wrap {
  color: #232323;
}
.cid-uAPkipTry8 .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uAU0IvjvHa {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/stars-meta.webp");
}
.cid-uAU0IvjvHa .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uAU0IvjvHa {
    align-items: flex-end;
  }
  .cid-uAU0IvjvHa .row {
    justify-content: center;
  }
  .cid-uAU0IvjvHa .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uAU0IvjvHa .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uAU0IvjvHa {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uAU0IvjvHa .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uAU0IvjvHa .content-wrap {
    width: 100%;
  }
}
.cid-uAU0IvjvHa .mbr-section-title,
.cid-uAU0IvjvHa .mbr-section-subtitle {
  text-align: center;
}
.cid-uAU0IvjvHa .mbr-text,
.cid-uAU0IvjvHa .mbr-section-btn {
  text-align: center;
}
.cid-uAU0IvIe2D {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAU0IvIe2D .mbr-text {
  color: #000000;
}
.cid-uAU0IvIe2D .mbr-section-subtitle {
  color: #000000;
}
.cid-uAU0IvIe2D .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAU0IvIe2D .mbr-text,
.cid-uAU0IvIe2D .item .mbr-section-btn {
  text-align: left;
}
.cid-uAU0IvIe2D .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAU0IvIe2D .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAU0IvIe2D .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAU0IvIe2D .mbr-card-title {
  color: #393193;
}
.cid-uAU0IweCTz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAU0IweCTz .mbr-text {
  color: #000000;
}
.cid-uAU0IweCTz .mbr-section-subtitle {
  color: #000000;
}
.cid-uAU0IweCTz .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAU0IweCTz .mbr-text,
.cid-uAU0IweCTz .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uAU0IweCTz .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAU0IweCTz .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAU0IweCTz .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAU0IweCTz .mbr-card-title {
  color: #393193;
}
.cid-uAU6kAwhYx {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uAU6kAwhYx .mbr-text {
  color: #000000;
}
.cid-uAU6kAwhYx .mbr-section-subtitle {
  color: #000000;
}
.cid-uAU6kAwhYx .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAU6kAwhYx .mbr-text,
.cid-uAU6kAwhYx .item .mbr-section-btn {
  text-align: left;
}
.cid-uAU6kAwhYx .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAU6kAwhYx .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAU6kAwhYx .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAU6kAwhYx .mbr-card-title {
  color: #393193;
}
.cid-uAU0IwEvGj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uAU0IwEvGj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAU0IwEvGj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAU0IwEvGj .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uAU0IwEvGj .footer-col {
    flex-direction: column;
  }
}
.cid-uAU0IwEvGj .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uAU0IwEvGj .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uAU0IwEvGj .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uAU0IwEvGj .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uAU0IwEvGj .mbr-section-btn {
    text-align: center;
  }
}
.cid-uAU0IwEvGj .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uAU0IwEvGj .soc-item {
  margin: 8px;
}
.cid-uAU0IwEvGj .soc-item a:hover .mbr-iconfont,
.cid-uAU0IwEvGj .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uAU0IwEvGj .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uAU0IwEvGj .row {
    text-align: center;
  }
  .cid-uAU0IwEvGj .social-row {
    justify-content: center;
  }
}
.cid-uAU0IwEvGj .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uAU0IwEvGj .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAU0IwEvGj .list {
    margin-bottom: 0rem;
  }
}
.cid-uAU0IwEvGj .mbr-text {
  color: #bbbbbb;
}
.cid-uAU0IwEvGj .mbr-section-subtitle {
  color: #000000;
}
.cid-uAU0IwEvGj .list,
.cid-uAU0IwEvGj .item-wrap {
  color: #232323;
}
.cid-uAU0IwEvGj .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uAU8tZ255G {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/red-giant-meta.webp");
}
.cid-uAU8tZ255G .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uAU8tZ255G {
    align-items: flex-end;
  }
  .cid-uAU8tZ255G .row {
    justify-content: center;
  }
  .cid-uAU8tZ255G .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uAU8tZ255G .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uAU8tZ255G {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uAU8tZ255G .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uAU8tZ255G .content-wrap {
    width: 100%;
  }
}
.cid-uAU8tZ255G .mbr-section-title,
.cid-uAU8tZ255G .mbr-section-subtitle {
  text-align: center;
}
.cid-uAU8tZ255G .mbr-text,
.cid-uAU8tZ255G .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uAU8tZ255G .mbr-section-title {
  color: #000000;
}
.cid-uAU8tZLu0g {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAU8tZLu0g .mbr-text {
  color: #000000;
}
.cid-uAU8tZLu0g .mbr-section-subtitle {
  color: #000000;
}
.cid-uAU8tZLu0g .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAU8tZLu0g .mbr-text,
.cid-uAU8tZLu0g .item .mbr-section-btn {
  text-align: left;
}
.cid-uAU8tZLu0g .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAU8tZLu0g .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAU8tZLu0g .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAU8tZLu0g .mbr-card-title {
  color: #393193;
}
.cid-uAU8u0kM4Q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAU8u0kM4Q .mbr-text {
  color: #000000;
}
.cid-uAU8u0kM4Q .mbr-section-subtitle {
  color: #000000;
}
.cid-uAU8u0kM4Q .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAU8u0kM4Q .mbr-text,
.cid-uAU8u0kM4Q .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uAU8u0kM4Q .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAU8u0kM4Q .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAU8u0kM4Q .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAU8u0kM4Q .mbr-card-title {
  color: #393193;
}
.cid-uAU8u0GNYr {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uAU8u0GNYr .mbr-text {
  color: #000000;
}
.cid-uAU8u0GNYr .mbr-section-subtitle {
  color: #000000;
}
.cid-uAU8u0GNYr .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAU8u0GNYr .mbr-text,
.cid-uAU8u0GNYr .item .mbr-section-btn {
  text-align: left;
}
.cid-uAU8u0GNYr .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAU8u0GNYr .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAU8u0GNYr .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAU8u0GNYr .mbr-card-title {
  color: #393193;
}
.cid-uAU8u161HK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uAU8u161HK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAU8u161HK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAU8u161HK .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uAU8u161HK .footer-col {
    flex-direction: column;
  }
}
.cid-uAU8u161HK .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uAU8u161HK .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uAU8u161HK .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uAU8u161HK .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uAU8u161HK .mbr-section-btn {
    text-align: center;
  }
}
.cid-uAU8u161HK .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uAU8u161HK .soc-item {
  margin: 8px;
}
.cid-uAU8u161HK .soc-item a:hover .mbr-iconfont,
.cid-uAU8u161HK .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uAU8u161HK .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uAU8u161HK .row {
    text-align: center;
  }
  .cid-uAU8u161HK .social-row {
    justify-content: center;
  }
}
.cid-uAU8u161HK .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uAU8u161HK .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAU8u161HK .list {
    margin-bottom: 0rem;
  }
}
.cid-uAU8u161HK .mbr-text {
  color: #bbbbbb;
}
.cid-uAU8u161HK .mbr-section-subtitle {
  color: #000000;
}
.cid-uAU8u161HK .list,
.cid-uAU8u161HK .item-wrap {
  color: #232323;
}
.cid-uAU8u161HK .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uAUb3sw8go {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/venus-meta.webp");
}
.cid-uAUb3sw8go .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uAUb3sw8go {
    align-items: flex-end;
  }
  .cid-uAUb3sw8go .row {
    justify-content: center;
  }
  .cid-uAUb3sw8go .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uAUb3sw8go .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uAUb3sw8go {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uAUb3sw8go .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uAUb3sw8go .content-wrap {
    width: 100%;
  }
}
.cid-uAUb3sw8go .mbr-section-title,
.cid-uAUb3sw8go .mbr-section-subtitle {
  text-align: center;
}
.cid-uAUb3sw8go .mbr-text,
.cid-uAUb3sw8go .mbr-section-btn {
  text-align: center;
}
.cid-uAUb3tk8nX {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAUb3tk8nX .mbr-text {
  color: #000000;
}
.cid-uAUb3tk8nX .mbr-section-subtitle {
  color: #000000;
}
.cid-uAUb3tk8nX .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAUb3tk8nX .mbr-text,
.cid-uAUb3tk8nX .item .mbr-section-btn {
  text-align: left;
}
.cid-uAUb3tk8nX .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAUb3tk8nX .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAUb3tk8nX .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAUb3tk8nX .mbr-card-title {
  color: #393193;
}
.cid-uAUb3tTbdD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAUb3tTbdD .mbr-text {
  color: #000000;
}
.cid-uAUb3tTbdD .mbr-section-subtitle {
  color: #000000;
}
.cid-uAUb3tTbdD .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAUb3tTbdD .mbr-text,
.cid-uAUb3tTbdD .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uAUb3tTbdD .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAUb3tTbdD .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAUb3tTbdD .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAUb3tTbdD .mbr-card-title {
  color: #393193;
}
.cid-uAUb3uiehA {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uAUb3uiehA .mbr-text {
  color: #000000;
}
.cid-uAUb3uiehA .mbr-section-subtitle {
  color: #000000;
}
.cid-uAUb3uiehA .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAUb3uiehA .mbr-text,
.cid-uAUb3uiehA .item .mbr-section-btn {
  text-align: left;
}
.cid-uAUb3uiehA .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAUb3uiehA .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAUb3uiehA .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAUb3uiehA .mbr-card-title {
  color: #393193;
}
.cid-uAUb3uHEJB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uAUb3uHEJB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAUb3uHEJB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAUb3uHEJB .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uAUb3uHEJB .footer-col {
    flex-direction: column;
  }
}
.cid-uAUb3uHEJB .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uAUb3uHEJB .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uAUb3uHEJB .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uAUb3uHEJB .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uAUb3uHEJB .mbr-section-btn {
    text-align: center;
  }
}
.cid-uAUb3uHEJB .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uAUb3uHEJB .soc-item {
  margin: 8px;
}
.cid-uAUb3uHEJB .soc-item a:hover .mbr-iconfont,
.cid-uAUb3uHEJB .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uAUb3uHEJB .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uAUb3uHEJB .row {
    text-align: center;
  }
  .cid-uAUb3uHEJB .social-row {
    justify-content: center;
  }
}
.cid-uAUb3uHEJB .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uAUb3uHEJB .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAUb3uHEJB .list {
    margin-bottom: 0rem;
  }
}
.cid-uAUb3uHEJB .mbr-text {
  color: #bbbbbb;
}
.cid-uAUb3uHEJB .mbr-section-subtitle {
  color: #000000;
}
.cid-uAUb3uHEJB .list,
.cid-uAUb3uHEJB .item-wrap {
  color: #232323;
}
.cid-uAUb3uHEJB .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uAUdQmUkhZ {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/axial-tilt-meta.webp");
}
.cid-uAUdQmUkhZ .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uAUdQmUkhZ {
    align-items: flex-end;
  }
  .cid-uAUdQmUkhZ .row {
    justify-content: center;
  }
  .cid-uAUdQmUkhZ .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uAUdQmUkhZ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uAUdQmUkhZ {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uAUdQmUkhZ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uAUdQmUkhZ .content-wrap {
    width: 100%;
  }
}
.cid-uAUdQmUkhZ .mbr-section-title,
.cid-uAUdQmUkhZ .mbr-section-subtitle {
  text-align: center;
}
.cid-uAUdQmUkhZ .mbr-text,
.cid-uAUdQmUkhZ .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uAUdQmUkhZ .mbr-section-title {
  color: #000000;
}
.cid-uAUdQnHRi4 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAUdQnHRi4 .mbr-text {
  color: #000000;
}
.cid-uAUdQnHRi4 .mbr-section-subtitle {
  color: #000000;
}
.cid-uAUdQnHRi4 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAUdQnHRi4 .mbr-text,
.cid-uAUdQnHRi4 .item .mbr-section-btn {
  text-align: left;
}
.cid-uAUdQnHRi4 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAUdQnHRi4 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAUdQnHRi4 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAUdQnHRi4 .mbr-card-title {
  color: #393193;
}
.cid-uAUdQolgeh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAUdQolgeh .mbr-text {
  color: #000000;
}
.cid-uAUdQolgeh .mbr-section-subtitle {
  color: #000000;
}
.cid-uAUdQolgeh .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAUdQolgeh .mbr-text,
.cid-uAUdQolgeh .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uAUdQolgeh .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAUdQolgeh .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAUdQolgeh .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAUdQolgeh .mbr-card-title {
  color: #393193;
}
.cid-uAUdQoRWQR {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uAUdQoRWQR .mbr-text {
  color: #000000;
}
.cid-uAUdQoRWQR .mbr-section-subtitle {
  color: #000000;
}
.cid-uAUdQoRWQR .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAUdQoRWQR .mbr-text,
.cid-uAUdQoRWQR .item .mbr-section-btn {
  text-align: left;
}
.cid-uAUdQoRWQR .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAUdQoRWQR .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAUdQoRWQR .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAUdQoRWQR .mbr-card-title {
  color: #393193;
}
.cid-uAUdQpc0Kk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uAUdQpc0Kk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAUdQpc0Kk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAUdQpc0Kk .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uAUdQpc0Kk .footer-col {
    flex-direction: column;
  }
}
.cid-uAUdQpc0Kk .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uAUdQpc0Kk .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uAUdQpc0Kk .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uAUdQpc0Kk .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uAUdQpc0Kk .mbr-section-btn {
    text-align: center;
  }
}
.cid-uAUdQpc0Kk .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uAUdQpc0Kk .soc-item {
  margin: 8px;
}
.cid-uAUdQpc0Kk .soc-item a:hover .mbr-iconfont,
.cid-uAUdQpc0Kk .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uAUdQpc0Kk .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uAUdQpc0Kk .row {
    text-align: center;
  }
  .cid-uAUdQpc0Kk .social-row {
    justify-content: center;
  }
}
.cid-uAUdQpc0Kk .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uAUdQpc0Kk .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAUdQpc0Kk .list {
    margin-bottom: 0rem;
  }
}
.cid-uAUdQpc0Kk .mbr-text {
  color: #bbbbbb;
}
.cid-uAUdQpc0Kk .mbr-section-subtitle {
  color: #000000;
}
.cid-uAUdQpc0Kk .list,
.cid-uAUdQpc0Kk .item-wrap {
  color: #232323;
}
.cid-uAUdQpc0Kk .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uAUgxn2usR {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/tidal-locking-meta.webp");
}
.cid-uAUgxn2usR .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uAUgxn2usR {
    align-items: flex-end;
  }
  .cid-uAUgxn2usR .row {
    justify-content: center;
  }
  .cid-uAUgxn2usR .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uAUgxn2usR .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uAUgxn2usR {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uAUgxn2usR .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uAUgxn2usR .content-wrap {
    width: 100%;
  }
}
.cid-uAUgxn2usR .mbr-section-title,
.cid-uAUgxn2usR .mbr-section-subtitle {
  text-align: center;
}
.cid-uAUgxn2usR .mbr-text,
.cid-uAUgxn2usR .mbr-section-btn {
  text-align: center;
}
.cid-uAUgxnTfwg {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAUgxnTfwg .mbr-text {
  color: #000000;
}
.cid-uAUgxnTfwg .mbr-section-subtitle {
  color: #000000;
}
.cid-uAUgxnTfwg .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAUgxnTfwg .mbr-text,
.cid-uAUgxnTfwg .item .mbr-section-btn {
  text-align: left;
}
.cid-uAUgxnTfwg .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAUgxnTfwg .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAUgxnTfwg .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAUgxnTfwg .mbr-card-title {
  color: #393193;
}
.cid-uAUhxe6kkk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAUhxe6kkk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAUhxe6kkk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAUhxe6kkk .row {
  flex-direction: row-reverse;
}
.cid-uAUhxe6kkk .mbr-description {
  text-align: center;
}
.cid-uAUhyxDvGB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAUhyxDvGB .mbr-text {
  color: #000000;
}
.cid-uAUhyxDvGB .mbr-section-subtitle {
  color: #000000;
}
.cid-uAUhyxDvGB .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAUhyxDvGB .mbr-text,
.cid-uAUhyxDvGB .item .mbr-section-btn {
  text-align: left;
}
.cid-uAUhyxDvGB .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAUhyxDvGB .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAUhyxDvGB .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAUhyxDvGB .mbr-card-title {
  color: #393193;
}
.cid-uAUgxoGXD6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAUgxoGXD6 .mbr-text {
  color: #000000;
}
.cid-uAUgxoGXD6 .mbr-section-subtitle {
  color: #000000;
}
.cid-uAUgxoGXD6 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAUgxoGXD6 .mbr-text,
.cid-uAUgxoGXD6 .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uAUgxoGXD6 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAUgxoGXD6 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAUgxoGXD6 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAUgxoGXD6 .mbr-card-title {
  color: #393193;
}
.cid-uAUgxp8mZW {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uAUgxp8mZW .mbr-text {
  color: #000000;
}
.cid-uAUgxp8mZW .mbr-section-subtitle {
  color: #000000;
}
.cid-uAUgxp8mZW .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAUgxp8mZW .mbr-text,
.cid-uAUgxp8mZW .item .mbr-section-btn {
  text-align: left;
}
.cid-uAUgxp8mZW .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAUgxp8mZW .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAUgxp8mZW .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAUgxp8mZW .mbr-card-title {
  color: #393193;
}
.cid-uAUgxpyKH4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uAUgxpyKH4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAUgxpyKH4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAUgxpyKH4 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uAUgxpyKH4 .footer-col {
    flex-direction: column;
  }
}
.cid-uAUgxpyKH4 .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uAUgxpyKH4 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uAUgxpyKH4 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uAUgxpyKH4 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uAUgxpyKH4 .mbr-section-btn {
    text-align: center;
  }
}
.cid-uAUgxpyKH4 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uAUgxpyKH4 .soc-item {
  margin: 8px;
}
.cid-uAUgxpyKH4 .soc-item a:hover .mbr-iconfont,
.cid-uAUgxpyKH4 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uAUgxpyKH4 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uAUgxpyKH4 .row {
    text-align: center;
  }
  .cid-uAUgxpyKH4 .social-row {
    justify-content: center;
  }
}
.cid-uAUgxpyKH4 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uAUgxpyKH4 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAUgxpyKH4 .list {
    margin-bottom: 0rem;
  }
}
.cid-uAUgxpyKH4 .mbr-text {
  color: #bbbbbb;
}
.cid-uAUgxpyKH4 .mbr-section-subtitle {
  color: #000000;
}
.cid-uAUgxpyKH4 .list,
.cid-uAUgxpyKH4 .item-wrap {
  color: #232323;
}
.cid-uAUgxpyKH4 .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uAUpMEzBxv {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/full-moon-meta.webp");
}
.cid-uAUpMEzBxv .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uAUpMEzBxv {
    align-items: flex-end;
  }
  .cid-uAUpMEzBxv .row {
    justify-content: center;
  }
  .cid-uAUpMEzBxv .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uAUpMEzBxv .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uAUpMEzBxv {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uAUpMEzBxv .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uAUpMEzBxv .content-wrap {
    width: 100%;
  }
}
.cid-uAUpMEzBxv .mbr-section-title,
.cid-uAUpMEzBxv .mbr-section-subtitle {
  text-align: center;
}
.cid-uAUpMEzBxv .mbr-text,
.cid-uAUpMEzBxv .mbr-section-btn {
  text-align: center;
}
.cid-uAUpMFh8e7 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAUpMFh8e7 .mbr-text {
  color: #000000;
}
.cid-uAUpMFh8e7 .mbr-section-subtitle {
  color: #000000;
}
.cid-uAUpMFh8e7 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAUpMFh8e7 .mbr-text,
.cid-uAUpMFh8e7 .item .mbr-section-btn {
  text-align: left;
}
.cid-uAUpMFh8e7 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAUpMFh8e7 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAUpMFh8e7 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAUpMFh8e7 .mbr-card-title {
  color: #393193;
}
.cid-uAUqr433W8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAUqr433W8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAUqr433W8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAUqr433W8 .row {
  flex-direction: row-reverse;
}
.cid-uAUqr433W8 .mbr-description {
  text-align: center;
}
.cid-uAUqscMXyU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAUqscMXyU .mbr-text {
  color: #000000;
}
.cid-uAUqscMXyU .mbr-section-subtitle {
  color: #000000;
}
.cid-uAUqscMXyU .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAUqscMXyU .mbr-text,
.cid-uAUqscMXyU .item .mbr-section-btn {
  text-align: left;
}
.cid-uAUqscMXyU .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAUqscMXyU .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAUqscMXyU .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAUqscMXyU .mbr-card-title {
  color: #393193;
}
.cid-uAUqEywvjd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAUqEywvjd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAUqEywvjd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAUqEywvjd .row {
  flex-direction: row-reverse;
}
.cid-uAUqEywvjd .mbr-description {
  text-align: center;
}
.cid-uAUqFHUzan {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAUqFHUzan .mbr-text {
  color: #000000;
}
.cid-uAUqFHUzan .mbr-section-subtitle {
  color: #000000;
}
.cid-uAUqFHUzan .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAUqFHUzan .mbr-text,
.cid-uAUqFHUzan .item .mbr-section-btn {
  text-align: left;
}
.cid-uAUqFHUzan .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAUqFHUzan .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAUqFHUzan .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAUqFHUzan .mbr-card-title {
  color: #393193;
}
.cid-uAUrwp6vvW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAUrwp6vvW .mbr-text {
  color: #000000;
}
.cid-uAUrwp6vvW .mbr-section-subtitle {
  color: #000000;
}
.cid-uAUrwp6vvW .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAUrwp6vvW .mbr-text,
.cid-uAUrwp6vvW .item .mbr-section-btn {
  text-align: left;
}
.cid-uAUrwp6vvW .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAUrwp6vvW .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAUrwp6vvW .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAUrwp6vvW .mbr-card-title {
  color: #393193;
}
.cid-uAUpMFNI0d {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAUpMFNI0d .mbr-text {
  color: #000000;
}
.cid-uAUpMFNI0d .mbr-section-subtitle {
  color: #000000;
}
.cid-uAUpMFNI0d .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAUpMFNI0d .mbr-text,
.cid-uAUpMFNI0d .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uAUpMFNI0d .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAUpMFNI0d .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAUpMFNI0d .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAUpMFNI0d .mbr-card-title {
  color: #393193;
}
.cid-uAUpMG8bRz {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uAUpMG8bRz .mbr-text {
  color: #000000;
}
.cid-uAUpMG8bRz .mbr-section-subtitle {
  color: #000000;
}
.cid-uAUpMG8bRz .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAUpMG8bRz .mbr-text,
.cid-uAUpMG8bRz .item .mbr-section-btn {
  text-align: left;
}
.cid-uAUpMG8bRz .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAUpMG8bRz .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAUpMG8bRz .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAUpMG8bRz .mbr-card-title {
  color: #393193;
}
.cid-uAUpMGvm4E {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uAUpMGvm4E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAUpMGvm4E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAUpMGvm4E .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uAUpMGvm4E .footer-col {
    flex-direction: column;
  }
}
.cid-uAUpMGvm4E .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uAUpMGvm4E .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uAUpMGvm4E .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uAUpMGvm4E .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uAUpMGvm4E .mbr-section-btn {
    text-align: center;
  }
}
.cid-uAUpMGvm4E .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uAUpMGvm4E .soc-item {
  margin: 8px;
}
.cid-uAUpMGvm4E .soc-item a:hover .mbr-iconfont,
.cid-uAUpMGvm4E .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uAUpMGvm4E .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uAUpMGvm4E .row {
    text-align: center;
  }
  .cid-uAUpMGvm4E .social-row {
    justify-content: center;
  }
}
.cid-uAUpMGvm4E .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uAUpMGvm4E .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAUpMGvm4E .list {
    margin-bottom: 0rem;
  }
}
.cid-uAUpMGvm4E .mbr-text {
  color: #bbbbbb;
}
.cid-uAUpMGvm4E .mbr-section-subtitle {
  color: #000000;
}
.cid-uAUpMGvm4E .list,
.cid-uAUpMGvm4E .item-wrap {
  color: #232323;
}
.cid-uAUpMGvm4E .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uAUtkr3oUn {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/meteorites-meta.webp");
}
.cid-uAUtkr3oUn .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uAUtkr3oUn {
    align-items: flex-end;
  }
  .cid-uAUtkr3oUn .row {
    justify-content: center;
  }
  .cid-uAUtkr3oUn .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uAUtkr3oUn .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uAUtkr3oUn {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uAUtkr3oUn .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uAUtkr3oUn .content-wrap {
    width: 100%;
  }
}
.cid-uAUtkr3oUn .mbr-section-title,
.cid-uAUtkr3oUn .mbr-section-subtitle {
  text-align: center;
}
.cid-uAUtkr3oUn .mbr-text,
.cid-uAUtkr3oUn .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uAUtkr3oUn .mbr-section-title {
  color: #000000;
}
.cid-uAUtkrSygb {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAUtkrSygb .mbr-text {
  color: #000000;
}
.cid-uAUtkrSygb .mbr-section-subtitle {
  color: #000000;
}
.cid-uAUtkrSygb .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAUtkrSygb .mbr-text,
.cid-uAUtkrSygb .item .mbr-section-btn {
  text-align: left;
}
.cid-uAUtkrSygb .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAUtkrSygb .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAUtkrSygb .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAUtkrSygb .mbr-card-title {
  color: #393193;
}
.cid-uAUuh7v3e1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAUuh7v3e1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAUuh7v3e1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAUuh7v3e1 .row {
  flex-direction: row-reverse;
}
.cid-uAUuh7v3e1 .mbr-description {
  text-align: center;
}
.cid-uAUuhTGhsn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAUuhTGhsn .mbr-text {
  color: #000000;
}
.cid-uAUuhTGhsn .mbr-section-subtitle {
  color: #000000;
}
.cid-uAUuhTGhsn .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAUuhTGhsn .mbr-text,
.cid-uAUuhTGhsn .item .mbr-section-btn {
  text-align: left;
}
.cid-uAUuhTGhsn .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAUuhTGhsn .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAUuhTGhsn .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAUuhTGhsn .mbr-card-title {
  color: #393193;
}
.cid-uAUtkszHdd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAUtkszHdd .mbr-text {
  color: #000000;
}
.cid-uAUtkszHdd .mbr-section-subtitle {
  color: #000000;
}
.cid-uAUtkszHdd .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAUtkszHdd .mbr-text,
.cid-uAUtkszHdd .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uAUtkszHdd .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAUtkszHdd .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAUtkszHdd .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAUtkszHdd .mbr-card-title {
  color: #393193;
}
.cid-uAUuMiUq90 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAUuMiUq90 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAUuMiUq90 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAUuMiUq90 .row {
  flex-direction: row-reverse;
}
.cid-uAUuMiUq90 .mbr-description {
  text-align: center;
}
.cid-uAUuNLLngy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAUuNLLngy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAUuNLLngy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAUuNLLngy .row {
  flex-direction: row-reverse;
}
.cid-uAUuNLLngy .mbr-description {
  text-align: center;
}
.cid-uSBpmjLxC3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uSBpmjLxC3 .mbr-text {
  color: #000000;
}
.cid-uSBpmjLxC3 .mbr-section-subtitle {
  color: #000000;
}
.cid-uSBpmjLxC3 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSBpmjLxC3 .mbr-text,
.cid-uSBpmjLxC3 .item .mbr-section-btn {
  text-align: left;
}
.cid-uSBpmjLxC3 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uSBpmjLxC3 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uSBpmjLxC3 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uSBpmjLxC3 .mbr-card-title {
  color: #393193;
}
.cid-uAUtksZzqR {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uAUtksZzqR .mbr-text {
  color: #000000;
}
.cid-uAUtksZzqR .mbr-section-subtitle {
  color: #000000;
}
.cid-uAUtksZzqR .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAUtksZzqR .mbr-text,
.cid-uAUtksZzqR .item .mbr-section-btn {
  text-align: left;
}
.cid-uAUtksZzqR .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAUtksZzqR .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAUtksZzqR .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAUtksZzqR .mbr-card-title {
  color: #393193;
}
.cid-uAUtktv6Cp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uAUtktv6Cp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAUtktv6Cp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAUtktv6Cp .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uAUtktv6Cp .footer-col {
    flex-direction: column;
  }
}
.cid-uAUtktv6Cp .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uAUtktv6Cp .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uAUtktv6Cp .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uAUtktv6Cp .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uAUtktv6Cp .mbr-section-btn {
    text-align: center;
  }
}
.cid-uAUtktv6Cp .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uAUtktv6Cp .soc-item {
  margin: 8px;
}
.cid-uAUtktv6Cp .soc-item a:hover .mbr-iconfont,
.cid-uAUtktv6Cp .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uAUtktv6Cp .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uAUtktv6Cp .row {
    text-align: center;
  }
  .cid-uAUtktv6Cp .social-row {
    justify-content: center;
  }
}
.cid-uAUtktv6Cp .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uAUtktv6Cp .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAUtktv6Cp .list {
    margin-bottom: 0rem;
  }
}
.cid-uAUtktv6Cp .mbr-text {
  color: #bbbbbb;
}
.cid-uAUtktv6Cp .mbr-section-subtitle {
  color: #000000;
}
.cid-uAUtktv6Cp .list,
.cid-uAUtktv6Cp .item-wrap {
  color: #232323;
}
.cid-uAUtktv6Cp .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uAUxiVDiLi {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/exoplanets-meta.webp");
}
.cid-uAUxiVDiLi .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uAUxiVDiLi {
    align-items: flex-end;
  }
  .cid-uAUxiVDiLi .row {
    justify-content: center;
  }
  .cid-uAUxiVDiLi .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uAUxiVDiLi .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uAUxiVDiLi {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uAUxiVDiLi .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uAUxiVDiLi .content-wrap {
    width: 100%;
  }
}
.cid-uAUxiVDiLi .mbr-section-title,
.cid-uAUxiVDiLi .mbr-section-subtitle {
  text-align: center;
}
.cid-uAUxiVDiLi .mbr-text,
.cid-uAUxiVDiLi .mbr-section-btn {
  text-align: center;
}
.cid-uAUxiWqe0g {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAUxiWqe0g .mbr-text {
  color: #000000;
}
.cid-uAUxiWqe0g .mbr-section-subtitle {
  color: #000000;
}
.cid-uAUxiWqe0g .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAUxiWqe0g .mbr-text,
.cid-uAUxiWqe0g .item .mbr-section-btn {
  text-align: left;
}
.cid-uAUxiWqe0g .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAUxiWqe0g .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAUxiWqe0g .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAUxiWqe0g .mbr-card-title {
  color: #393193;
}
.cid-uAUymSnpCs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAUymSnpCs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAUymSnpCs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAUymSnpCs .row {
  flex-direction: row-reverse;
}
.cid-uAUymSnpCs .mbr-description {
  text-align: center;
}
.cid-uAUynF1Hnv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAUynF1Hnv .mbr-text {
  color: #000000;
}
.cid-uAUynF1Hnv .mbr-section-subtitle {
  color: #000000;
}
.cid-uAUynF1Hnv .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAUynF1Hnv .mbr-text,
.cid-uAUynF1Hnv .item .mbr-section-btn {
  text-align: left;
}
.cid-uAUynF1Hnv .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAUynF1Hnv .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAUynF1Hnv .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAUynF1Hnv .mbr-card-title {
  color: #393193;
}
.cid-uAUxiWXlft {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAUxiWXlft .mbr-text {
  color: #000000;
}
.cid-uAUxiWXlft .mbr-section-subtitle {
  color: #000000;
}
.cid-uAUxiWXlft .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAUxiWXlft .mbr-text,
.cid-uAUxiWXlft .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uAUxiWXlft .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAUxiWXlft .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAUxiWXlft .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAUxiWXlft .mbr-card-title {
  color: #393193;
}
.cid-uAUyTdLyoq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAUyTdLyoq .mbr-text {
  color: #000000;
}
.cid-uAUyTdLyoq .mbr-section-subtitle {
  color: #000000;
}
.cid-uAUyTdLyoq .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAUyTdLyoq .mbr-text,
.cid-uAUyTdLyoq .item .mbr-section-btn {
  text-align: left;
}
.cid-uAUyTdLyoq .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAUyTdLyoq .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAUyTdLyoq .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAUyTdLyoq .mbr-card-title {
  color: #393193;
}
.cid-uAUzgl7dVS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAUzgl7dVS .mbr-text {
  color: #000000;
}
.cid-uAUzgl7dVS .mbr-section-subtitle {
  color: #000000;
}
.cid-uAUzgl7dVS .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAUzgl7dVS .mbr-text,
.cid-uAUzgl7dVS .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uAUzgl7dVS .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAUzgl7dVS .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAUzgl7dVS .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAUzgl7dVS .mbr-card-title {
  color: #393193;
}
.cid-uAUxiXq09N {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uAUxiXq09N .mbr-text {
  color: #000000;
}
.cid-uAUxiXq09N .mbr-section-subtitle {
  color: #000000;
}
.cid-uAUxiXq09N .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAUxiXq09N .mbr-text,
.cid-uAUxiXq09N .item .mbr-section-btn {
  text-align: left;
}
.cid-uAUxiXq09N .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAUxiXq09N .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAUxiXq09N .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAUxiXq09N .mbr-card-title {
  color: #393193;
}
.cid-uAUxiXNkB2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uAUxiXNkB2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAUxiXNkB2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAUxiXNkB2 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uAUxiXNkB2 .footer-col {
    flex-direction: column;
  }
}
.cid-uAUxiXNkB2 .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uAUxiXNkB2 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uAUxiXNkB2 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uAUxiXNkB2 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uAUxiXNkB2 .mbr-section-btn {
    text-align: center;
  }
}
.cid-uAUxiXNkB2 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uAUxiXNkB2 .soc-item {
  margin: 8px;
}
.cid-uAUxiXNkB2 .soc-item a:hover .mbr-iconfont,
.cid-uAUxiXNkB2 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uAUxiXNkB2 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uAUxiXNkB2 .row {
    text-align: center;
  }
  .cid-uAUxiXNkB2 .social-row {
    justify-content: center;
  }
}
.cid-uAUxiXNkB2 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uAUxiXNkB2 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAUxiXNkB2 .list {
    margin-bottom: 0rem;
  }
}
.cid-uAUxiXNkB2 .mbr-text {
  color: #bbbbbb;
}
.cid-uAUxiXNkB2 .mbr-section-subtitle {
  color: #000000;
}
.cid-uAUxiXNkB2 .list,
.cid-uAUxiXNkB2 .item-wrap {
  color: #232323;
}
.cid-uAUxiXNkB2 .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uAUPhr29jV {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/planets.webp");
}
.cid-uAUPhr29jV .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uAUPhr29jV {
    align-items: flex-end;
  }
  .cid-uAUPhr29jV .row {
    justify-content: center;
  }
  .cid-uAUPhr29jV .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uAUPhr29jV .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uAUPhr29jV {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uAUPhr29jV .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uAUPhr29jV .content-wrap {
    width: 100%;
  }
}
.cid-uAUPhr29jV .mbr-section-title,
.cid-uAUPhr29jV .mbr-section-subtitle {
  text-align: center;
}
.cid-uAUPhr29jV .mbr-text,
.cid-uAUPhr29jV .mbr-section-btn {
  text-align: center;
}
.cid-uAUPhrrvoM {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAUPhrrvoM .mbr-text {
  color: #000000;
}
.cid-uAUPhrrvoM .mbr-section-subtitle {
  color: #000000;
}
.cid-uAUPhrrvoM .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAUPhrrvoM .mbr-text,
.cid-uAUPhrrvoM .item .mbr-section-btn {
  text-align: left;
}
.cid-uAUPhrrvoM .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAUPhrrvoM .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAUPhrrvoM .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAUPhrrvoM .mbr-card-title {
  color: #393193;
}
.cid-uAUPhrHexj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAUPhrHexj .mbr-text {
  color: #000000;
}
.cid-uAUPhrHexj .mbr-section-subtitle {
  color: #000000;
}
.cid-uAUPhrHexj .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAUPhrHexj .mbr-text,
.cid-uAUPhrHexj .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uAUPhrHexj .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAUPhrHexj .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAUPhrHexj .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAUPhrHexj .mbr-card-title {
  color: #393193;
}
.cid-uAUPhrXX8x {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uAUPhrXX8x .mbr-text {
  color: #000000;
}
.cid-uAUPhrXX8x .mbr-section-subtitle {
  color: #000000;
}
.cid-uAUPhrXX8x .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAUPhrXX8x .mbr-text,
.cid-uAUPhrXX8x .item .mbr-section-btn {
  text-align: left;
}
.cid-uAUPhrXX8x .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAUPhrXX8x .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAUPhrXX8x .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAUPhrXX8x .mbr-card-title {
  color: #393193;
}
.cid-uAUPhsg5ZT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uAUPhsg5ZT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAUPhsg5ZT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAUPhsg5ZT .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uAUPhsg5ZT .footer-col {
    flex-direction: column;
  }
}
.cid-uAUPhsg5ZT .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uAUPhsg5ZT .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uAUPhsg5ZT .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uAUPhsg5ZT .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uAUPhsg5ZT .mbr-section-btn {
    text-align: center;
  }
}
.cid-uAUPhsg5ZT .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uAUPhsg5ZT .soc-item {
  margin: 8px;
}
.cid-uAUPhsg5ZT .soc-item a:hover .mbr-iconfont,
.cid-uAUPhsg5ZT .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uAUPhsg5ZT .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uAUPhsg5ZT .row {
    text-align: center;
  }
  .cid-uAUPhsg5ZT .social-row {
    justify-content: center;
  }
}
.cid-uAUPhsg5ZT .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uAUPhsg5ZT .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAUPhsg5ZT .list {
    margin-bottom: 0rem;
  }
}
.cid-uAUPhsg5ZT .mbr-text {
  color: #bbbbbb;
}
.cid-uAUPhsg5ZT .mbr-section-subtitle {
  color: #000000;
}
.cid-uAUPhsg5ZT .list,
.cid-uAUPhsg5ZT .item-wrap {
  color: #232323;
}
.cid-uAUPhsg5ZT .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uAURopZnNk {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/planetary-orbits-lg.webp");
}
.cid-uAURopZnNk .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uAURopZnNk {
    align-items: flex-end;
  }
  .cid-uAURopZnNk .row {
    justify-content: center;
  }
  .cid-uAURopZnNk .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uAURopZnNk .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uAURopZnNk {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uAURopZnNk .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uAURopZnNk .content-wrap {
    width: 100%;
  }
}
.cid-uAURopZnNk .mbr-section-title,
.cid-uAURopZnNk .mbr-section-subtitle {
  text-align: center;
}
.cid-uAURopZnNk .mbr-text,
.cid-uAURopZnNk .mbr-section-btn {
  text-align: center;
}
.cid-uAURoqRH27 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAURoqRH27 .mbr-text {
  color: #000000;
}
.cid-uAURoqRH27 .mbr-section-subtitle {
  color: #000000;
}
.cid-uAURoqRH27 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAURoqRH27 .mbr-text,
.cid-uAURoqRH27 .item .mbr-section-btn {
  text-align: left;
}
.cid-uAURoqRH27 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAURoqRH27 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAURoqRH27 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAURoqRH27 .mbr-card-title {
  color: #393193;
}
.cid-uAUS873Bgn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAUS873Bgn .mbr-text {
  color: #000000;
}
.cid-uAUS873Bgn .mbr-section-subtitle {
  color: #000000;
}
.cid-uAUS873Bgn .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAUS873Bgn .mbr-text,
.cid-uAUS873Bgn .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uAUS873Bgn .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAUS873Bgn .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAUS873Bgn .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAUS873Bgn .mbr-card-title {
  color: #393193;
}
.cid-uAUS9suBZX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAUS9suBZX .mbr-text {
  color: #000000;
}
.cid-uAUS9suBZX .mbr-section-subtitle {
  color: #000000;
}
.cid-uAUS9suBZX .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAUS9suBZX .mbr-text,
.cid-uAUS9suBZX .item .mbr-section-btn {
  text-align: left;
}
.cid-uAUS9suBZX .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAUS9suBZX .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAUS9suBZX .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAUS9suBZX .mbr-card-title {
  color: #393193;
}
.cid-uAURorBwMS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAURorBwMS .mbr-text {
  color: #000000;
}
.cid-uAURorBwMS .mbr-section-subtitle {
  color: #000000;
}
.cid-uAURorBwMS .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAURorBwMS .mbr-text,
.cid-uAURorBwMS .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uAURorBwMS .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAURorBwMS .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAURorBwMS .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAURorBwMS .mbr-card-title {
  color: #393193;
}
.cid-uAURos0DGr {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uAURos0DGr .mbr-text {
  color: #000000;
}
.cid-uAURos0DGr .mbr-section-subtitle {
  color: #000000;
}
.cid-uAURos0DGr .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAURos0DGr .mbr-text,
.cid-uAURos0DGr .item .mbr-section-btn {
  text-align: left;
}
.cid-uAURos0DGr .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAURos0DGr .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAURos0DGr .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAURos0DGr .mbr-card-title {
  color: #393193;
}
.cid-uAURosCFMd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uAURosCFMd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAURosCFMd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAURosCFMd .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uAURosCFMd .footer-col {
    flex-direction: column;
  }
}
.cid-uAURosCFMd .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uAURosCFMd .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uAURosCFMd .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uAURosCFMd .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uAURosCFMd .mbr-section-btn {
    text-align: center;
  }
}
.cid-uAURosCFMd .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uAURosCFMd .soc-item {
  margin: 8px;
}
.cid-uAURosCFMd .soc-item a:hover .mbr-iconfont,
.cid-uAURosCFMd .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uAURosCFMd .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uAURosCFMd .row {
    text-align: center;
  }
  .cid-uAURosCFMd .social-row {
    justify-content: center;
  }
}
.cid-uAURosCFMd .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uAURosCFMd .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAURosCFMd .list {
    margin-bottom: 0rem;
  }
}
.cid-uAURosCFMd .mbr-text {
  color: #bbbbbb;
}
.cid-uAURosCFMd .mbr-section-subtitle {
  color: #000000;
}
.cid-uAURosCFMd .list,
.cid-uAURosCFMd .item-wrap {
  color: #232323;
}
.cid-uAURosCFMd .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uAUVC0Q4Yt {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/magnetosphere-meta.webp");
}
.cid-uAUVC0Q4Yt .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uAUVC0Q4Yt {
    align-items: flex-end;
  }
  .cid-uAUVC0Q4Yt .row {
    justify-content: center;
  }
  .cid-uAUVC0Q4Yt .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uAUVC0Q4Yt .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uAUVC0Q4Yt {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uAUVC0Q4Yt .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uAUVC0Q4Yt .content-wrap {
    width: 100%;
  }
}
.cid-uAUVC0Q4Yt .mbr-section-title,
.cid-uAUVC0Q4Yt .mbr-section-subtitle {
  text-align: center;
}
.cid-uAUVC0Q4Yt .mbr-text,
.cid-uAUVC0Q4Yt .mbr-section-btn {
  text-align: center;
}
.cid-uAUVC1HvM9 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAUVC1HvM9 .mbr-text {
  color: #000000;
}
.cid-uAUVC1HvM9 .mbr-section-subtitle {
  color: #000000;
}
.cid-uAUVC1HvM9 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAUVC1HvM9 .mbr-text,
.cid-uAUVC1HvM9 .item .mbr-section-btn {
  text-align: left;
}
.cid-uAUVC1HvM9 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAUVC1HvM9 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAUVC1HvM9 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAUVC1HvM9 .mbr-card-title {
  color: #393193;
}
.cid-uAUWoVlpcg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAUWoVlpcg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAUWoVlpcg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAUWoVlpcg .row {
  flex-direction: row-reverse;
}
.cid-uAUWoVlpcg .mbr-description {
  text-align: center;
}
.cid-uAUWpKQTny {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAUWpKQTny .mbr-text {
  color: #000000;
}
.cid-uAUWpKQTny .mbr-section-subtitle {
  color: #000000;
}
.cid-uAUWpKQTny .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAUWpKQTny .mbr-text,
.cid-uAUWpKQTny .item .mbr-section-btn {
  text-align: left;
}
.cid-uAUWpKQTny .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAUWpKQTny .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAUWpKQTny .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAUWpKQTny .mbr-card-title {
  color: #393193;
}
.cid-uAUVC26Skp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAUVC26Skp .mbr-text {
  color: #000000;
}
.cid-uAUVC26Skp .mbr-section-subtitle {
  color: #000000;
}
.cid-uAUVC26Skp .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAUVC26Skp .mbr-text,
.cid-uAUVC26Skp .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uAUVC26Skp .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAUVC26Skp .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAUVC26Skp .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAUVC26Skp .mbr-card-title {
  color: #393193;
}
.cid-uAUVC2iyZJ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uAUVC2iyZJ .mbr-text {
  color: #000000;
}
.cid-uAUVC2iyZJ .mbr-section-subtitle {
  color: #000000;
}
.cid-uAUVC2iyZJ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAUVC2iyZJ .mbr-text,
.cid-uAUVC2iyZJ .item .mbr-section-btn {
  text-align: left;
}
.cid-uAUVC2iyZJ .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAUVC2iyZJ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAUVC2iyZJ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAUVC2iyZJ .mbr-card-title {
  color: #393193;
}
.cid-uAUVC2vbM3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uAUVC2vbM3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAUVC2vbM3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAUVC2vbM3 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uAUVC2vbM3 .footer-col {
    flex-direction: column;
  }
}
.cid-uAUVC2vbM3 .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uAUVC2vbM3 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uAUVC2vbM3 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uAUVC2vbM3 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uAUVC2vbM3 .mbr-section-btn {
    text-align: center;
  }
}
.cid-uAUVC2vbM3 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uAUVC2vbM3 .soc-item {
  margin: 8px;
}
.cid-uAUVC2vbM3 .soc-item a:hover .mbr-iconfont,
.cid-uAUVC2vbM3 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uAUVC2vbM3 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uAUVC2vbM3 .row {
    text-align: center;
  }
  .cid-uAUVC2vbM3 .social-row {
    justify-content: center;
  }
}
.cid-uAUVC2vbM3 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uAUVC2vbM3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAUVC2vbM3 .list {
    margin-bottom: 0rem;
  }
}
.cid-uAUVC2vbM3 .mbr-text {
  color: #bbbbbb;
}
.cid-uAUVC2vbM3 .mbr-section-subtitle {
  color: #000000;
}
.cid-uAUVC2vbM3 .list,
.cid-uAUVC2vbM3 .item-wrap {
  color: #232323;
}
.cid-uAUVC2vbM3 .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uAUXrAAh6E {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/moonlight-lg.webp");
}
.cid-uAUXrAAh6E .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uAUXrAAh6E {
    align-items: flex-end;
  }
  .cid-uAUXrAAh6E .row {
    justify-content: center;
  }
  .cid-uAUXrAAh6E .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uAUXrAAh6E .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uAUXrAAh6E {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uAUXrAAh6E .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uAUXrAAh6E .content-wrap {
    width: 100%;
  }
}
.cid-uAUXrAAh6E .mbr-section-title,
.cid-uAUXrAAh6E .mbr-section-subtitle {
  text-align: center;
}
.cid-uAUXrAAh6E .mbr-text,
.cid-uAUXrAAh6E .mbr-section-btn {
  text-align: center;
  color: #9c98cf;
}
.cid-uAUXrAAh6E .mbr-section-title {
  color: #9c98cf;
}
.cid-uAUXrBkDZh {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAUXrBkDZh .mbr-text {
  color: #000000;
}
.cid-uAUXrBkDZh .mbr-section-subtitle {
  color: #000000;
}
.cid-uAUXrBkDZh .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAUXrBkDZh .mbr-text,
.cid-uAUXrBkDZh .item .mbr-section-btn {
  text-align: left;
}
.cid-uAUXrBkDZh .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAUXrBkDZh .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAUXrBkDZh .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAUXrBkDZh .mbr-card-title {
  color: #393193;
}
.cid-uAUXrC0y0O {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAUXrC0y0O .mbr-text {
  color: #000000;
}
.cid-uAUXrC0y0O .mbr-section-subtitle {
  color: #000000;
}
.cid-uAUXrC0y0O .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAUXrC0y0O .mbr-text,
.cid-uAUXrC0y0O .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uAUXrC0y0O .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAUXrC0y0O .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAUXrC0y0O .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAUXrC0y0O .mbr-card-title {
  color: #393193;
}
.cid-uAUXrCpWe5 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uAUXrCpWe5 .mbr-text {
  color: #000000;
}
.cid-uAUXrCpWe5 .mbr-section-subtitle {
  color: #000000;
}
.cid-uAUXrCpWe5 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAUXrCpWe5 .mbr-text,
.cid-uAUXrCpWe5 .item .mbr-section-btn {
  text-align: left;
}
.cid-uAUXrCpWe5 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAUXrCpWe5 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAUXrCpWe5 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAUXrCpWe5 .mbr-card-title {
  color: #393193;
}
.cid-uAUXrCFnhk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uAUXrCFnhk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAUXrCFnhk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAUXrCFnhk .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uAUXrCFnhk .footer-col {
    flex-direction: column;
  }
}
.cid-uAUXrCFnhk .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uAUXrCFnhk .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uAUXrCFnhk .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uAUXrCFnhk .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uAUXrCFnhk .mbr-section-btn {
    text-align: center;
  }
}
.cid-uAUXrCFnhk .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uAUXrCFnhk .soc-item {
  margin: 8px;
}
.cid-uAUXrCFnhk .soc-item a:hover .mbr-iconfont,
.cid-uAUXrCFnhk .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uAUXrCFnhk .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uAUXrCFnhk .row {
    text-align: center;
  }
  .cid-uAUXrCFnhk .social-row {
    justify-content: center;
  }
}
.cid-uAUXrCFnhk .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uAUXrCFnhk .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAUXrCFnhk .list {
    margin-bottom: 0rem;
  }
}
.cid-uAUXrCFnhk .mbr-text {
  color: #bbbbbb;
}
.cid-uAUXrCFnhk .mbr-section-subtitle {
  color: #000000;
}
.cid-uAUXrCFnhk .list,
.cid-uAUXrCFnhk .item-wrap {
  color: #232323;
}
.cid-uAUXrCFnhk .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uAXBpyvWw0 {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/day-lg-1.webp");
}
.cid-uAXBpyvWw0 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uAXBpyvWw0 {
    align-items: flex-end;
  }
  .cid-uAXBpyvWw0 .row {
    justify-content: center;
  }
  .cid-uAXBpyvWw0 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uAXBpyvWw0 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uAXBpyvWw0 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uAXBpyvWw0 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uAXBpyvWw0 .content-wrap {
    width: 100%;
  }
}
.cid-uAXBpyvWw0 .mbr-section-title,
.cid-uAXBpyvWw0 .mbr-section-subtitle {
  text-align: center;
}
.cid-uAXBpyvWw0 .mbr-text,
.cid-uAXBpyvWw0 .mbr-section-btn {
  text-align: center;
}
.cid-uAXBpySfCH {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAXBpySfCH .mbr-text {
  color: #000000;
}
.cid-uAXBpySfCH .mbr-section-subtitle {
  color: #000000;
}
.cid-uAXBpySfCH .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAXBpySfCH .mbr-text,
.cid-uAXBpySfCH .item .mbr-section-btn {
  text-align: left;
}
.cid-uAXBpySfCH .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAXBpySfCH .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAXBpySfCH .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAXBpySfCH .mbr-card-title {
  color: #393193;
}
.cid-uAXBWhymfB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAXBWhymfB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAXBWhymfB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAXBWhymfB .row {
  flex-direction: row-reverse;
}
.cid-uAXBWhymfB .mbr-description {
  text-align: center;
}
.cid-uAXC2MFQOT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAXC2MFQOT .mbr-text {
  color: #000000;
}
.cid-uAXC2MFQOT .mbr-section-subtitle {
  color: #000000;
}
.cid-uAXC2MFQOT .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAXC2MFQOT .mbr-text,
.cid-uAXC2MFQOT .item .mbr-section-btn {
  text-align: left;
}
.cid-uAXC2MFQOT .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAXC2MFQOT .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAXC2MFQOT .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAXC2MFQOT .mbr-card-title {
  color: #393193;
}
.cid-uAXBpzjeid {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAXBpzjeid .mbr-text {
  color: #000000;
}
.cid-uAXBpzjeid .mbr-section-subtitle {
  color: #000000;
}
.cid-uAXBpzjeid .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAXBpzjeid .mbr-text,
.cid-uAXBpzjeid .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uAXBpzjeid .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAXBpzjeid .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAXBpzjeid .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAXBpzjeid .mbr-card-title {
  color: #393193;
}
.cid-uAXBpzDyla {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uAXBpzDyla .mbr-text {
  color: #000000;
}
.cid-uAXBpzDyla .mbr-section-subtitle {
  color: #000000;
}
.cid-uAXBpzDyla .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAXBpzDyla .mbr-text,
.cid-uAXBpzDyla .item .mbr-section-btn {
  text-align: left;
}
.cid-uAXBpzDyla .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAXBpzDyla .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAXBpzDyla .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAXBpzDyla .mbr-card-title {
  color: #393193;
}
.cid-uAXBpA0Ui6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uAXBpA0Ui6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAXBpA0Ui6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAXBpA0Ui6 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uAXBpA0Ui6 .footer-col {
    flex-direction: column;
  }
}
.cid-uAXBpA0Ui6 .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uAXBpA0Ui6 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uAXBpA0Ui6 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uAXBpA0Ui6 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uAXBpA0Ui6 .mbr-section-btn {
    text-align: center;
  }
}
.cid-uAXBpA0Ui6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uAXBpA0Ui6 .soc-item {
  margin: 8px;
}
.cid-uAXBpA0Ui6 .soc-item a:hover .mbr-iconfont,
.cid-uAXBpA0Ui6 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uAXBpA0Ui6 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uAXBpA0Ui6 .row {
    text-align: center;
  }
  .cid-uAXBpA0Ui6 .social-row {
    justify-content: center;
  }
}
.cid-uAXBpA0Ui6 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uAXBpA0Ui6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAXBpA0Ui6 .list {
    margin-bottom: 0rem;
  }
}
.cid-uAXBpA0Ui6 .mbr-text {
  color: #bbbbbb;
}
.cid-uAXBpA0Ui6 .mbr-section-subtitle {
  color: #000000;
}
.cid-uAXBpA0Ui6 .list,
.cid-uAXBpA0Ui6 .item-wrap {
  color: #232323;
}
.cid-uAXBpA0Ui6 .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uAXE7gzKo5 {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/solar-flare-lg-1440x810.webp");
}
.cid-uAXE7gzKo5 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uAXE7gzKo5 {
    align-items: flex-end;
  }
  .cid-uAXE7gzKo5 .row {
    justify-content: center;
  }
  .cid-uAXE7gzKo5 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uAXE7gzKo5 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uAXE7gzKo5 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uAXE7gzKo5 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uAXE7gzKo5 .content-wrap {
    width: 100%;
  }
}
.cid-uAXE7gzKo5 .mbr-section-title,
.cid-uAXE7gzKo5 .mbr-section-subtitle {
  text-align: center;
}
.cid-uAXE7gzKo5 .mbr-text,
.cid-uAXE7gzKo5 .mbr-section-btn {
  text-align: center;
}
.cid-uAXE7inkrx {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAXE7inkrx .mbr-text {
  color: #000000;
}
.cid-uAXE7inkrx .mbr-section-subtitle {
  color: #000000;
}
.cid-uAXE7inkrx .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAXE7inkrx .mbr-text,
.cid-uAXE7inkrx .item .mbr-section-btn {
  text-align: left;
}
.cid-uAXE7inkrx .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAXE7inkrx .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAXE7inkrx .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAXE7inkrx .mbr-card-title {
  color: #393193;
}
.cid-uAXE7iNPHe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAXE7iNPHe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAXE7iNPHe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAXE7iNPHe .row {
  flex-direction: row-reverse;
}
.cid-uAXE7iNPHe .mbr-description {
  text-align: center;
}
.cid-uAXE7jbRts {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAXE7jbRts .mbr-text {
  color: #000000;
}
.cid-uAXE7jbRts .mbr-section-subtitle {
  color: #000000;
}
.cid-uAXE7jbRts .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAXE7jbRts .mbr-text,
.cid-uAXE7jbRts .item .mbr-section-btn {
  text-align: left;
}
.cid-uAXE7jbRts .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAXE7jbRts .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAXE7jbRts .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAXE7jbRts .mbr-card-title {
  color: #393193;
}
.cid-uAXE7jywOh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAXE7jywOh .mbr-text {
  color: #000000;
}
.cid-uAXE7jywOh .mbr-section-subtitle {
  color: #000000;
}
.cid-uAXE7jywOh .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAXE7jywOh .mbr-text,
.cid-uAXE7jywOh .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uAXE7jywOh .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAXE7jywOh .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAXE7jywOh .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAXE7jywOh .mbr-card-title {
  color: #393193;
}
.cid-uAXE7jXv38 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uAXE7jXv38 .mbr-text {
  color: #000000;
}
.cid-uAXE7jXv38 .mbr-section-subtitle {
  color: #000000;
}
.cid-uAXE7jXv38 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAXE7jXv38 .mbr-text,
.cid-uAXE7jXv38 .item .mbr-section-btn {
  text-align: left;
}
.cid-uAXE7jXv38 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAXE7jXv38 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAXE7jXv38 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAXE7jXv38 .mbr-card-title {
  color: #393193;
}
.cid-uAXE7keR7v {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uAXE7keR7v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAXE7keR7v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAXE7keR7v .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uAXE7keR7v .footer-col {
    flex-direction: column;
  }
}
.cid-uAXE7keR7v .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uAXE7keR7v .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uAXE7keR7v .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uAXE7keR7v .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uAXE7keR7v .mbr-section-btn {
    text-align: center;
  }
}
.cid-uAXE7keR7v .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uAXE7keR7v .soc-item {
  margin: 8px;
}
.cid-uAXE7keR7v .soc-item a:hover .mbr-iconfont,
.cid-uAXE7keR7v .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uAXE7keR7v .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uAXE7keR7v .row {
    text-align: center;
  }
  .cid-uAXE7keR7v .social-row {
    justify-content: center;
  }
}
.cid-uAXE7keR7v .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uAXE7keR7v .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAXE7keR7v .list {
    margin-bottom: 0rem;
  }
}
.cid-uAXE7keR7v .mbr-text {
  color: #bbbbbb;
}
.cid-uAXE7keR7v .mbr-section-subtitle {
  color: #000000;
}
.cid-uAXE7keR7v .list,
.cid-uAXE7keR7v .item-wrap {
  color: #232323;
}
.cid-uAXE7keR7v .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uAXHVtc0xb {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/sunlight-lg.webp");
}
.cid-uAXHVtc0xb .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uAXHVtc0xb {
    align-items: flex-end;
  }
  .cid-uAXHVtc0xb .row {
    justify-content: center;
  }
  .cid-uAXHVtc0xb .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uAXHVtc0xb .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uAXHVtc0xb {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uAXHVtc0xb .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uAXHVtc0xb .content-wrap {
    width: 100%;
  }
}
.cid-uAXHVtc0xb .mbr-section-title,
.cid-uAXHVtc0xb .mbr-section-subtitle {
  text-align: center;
}
.cid-uAXHVtc0xb .mbr-text,
.cid-uAXHVtc0xb .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uAXHVtc0xb .mbr-section-title {
  color: #000000;
}
.cid-uAXHVtECEk {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAXHVtECEk .mbr-text {
  color: #000000;
}
.cid-uAXHVtECEk .mbr-section-subtitle {
  color: #000000;
}
.cid-uAXHVtECEk .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAXHVtECEk .mbr-text,
.cid-uAXHVtECEk .item .mbr-section-btn {
  text-align: left;
}
.cid-uAXHVtECEk .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAXHVtECEk .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAXHVtECEk .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAXHVtECEk .mbr-card-title {
  color: #393193;
}
.cid-uAXHVu7xUT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAXHVu7xUT .mbr-text {
  color: #000000;
}
.cid-uAXHVu7xUT .mbr-section-subtitle {
  color: #000000;
}
.cid-uAXHVu7xUT .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAXHVu7xUT .mbr-text,
.cid-uAXHVu7xUT .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uAXHVu7xUT .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAXHVu7xUT .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAXHVu7xUT .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAXHVu7xUT .mbr-card-title {
  color: #393193;
}
.cid-uAXHVurKmZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAXHVurKmZ .mbr-text {
  color: #000000;
}
.cid-uAXHVurKmZ .mbr-section-subtitle {
  color: #000000;
}
.cid-uAXHVurKmZ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAXHVurKmZ .mbr-text,
.cid-uAXHVurKmZ .item .mbr-section-btn {
  text-align: left;
}
.cid-uAXHVurKmZ .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAXHVurKmZ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAXHVurKmZ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAXHVurKmZ .mbr-card-title {
  color: #393193;
}
.cid-uAXIPvLwUu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAXIPvLwUu .mbr-text {
  color: #000000;
}
.cid-uAXIPvLwUu .mbr-section-subtitle {
  color: #000000;
}
.cid-uAXIPvLwUu .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAXIPvLwUu .mbr-text,
.cid-uAXIPvLwUu .item .mbr-section-btn {
  text-align: left;
}
.cid-uAXIPvLwUu .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAXIPvLwUu .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAXIPvLwUu .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAXIPvLwUu .mbr-card-title {
  color: #393193;
}
.cid-uAXJtGypYR {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uAXJtGypYR .mbr-text {
  color: #000000;
}
.cid-uAXJtGypYR .mbr-section-subtitle {
  color: #000000;
}
.cid-uAXJtGypYR .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAXJtGypYR .mbr-text,
.cid-uAXJtGypYR .item .mbr-section-btn {
  text-align: left;
}
.cid-uAXJtGypYR .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAXJtGypYR .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAXJtGypYR .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAXJtGypYR .mbr-card-title {
  color: #393193;
}
.cid-uAXHVuMjyh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uAXHVuMjyh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAXHVuMjyh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAXHVuMjyh .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uAXHVuMjyh .footer-col {
    flex-direction: column;
  }
}
.cid-uAXHVuMjyh .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uAXHVuMjyh .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uAXHVuMjyh .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uAXHVuMjyh .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uAXHVuMjyh .mbr-section-btn {
    text-align: center;
  }
}
.cid-uAXHVuMjyh .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uAXHVuMjyh .soc-item {
  margin: 8px;
}
.cid-uAXHVuMjyh .soc-item a:hover .mbr-iconfont,
.cid-uAXHVuMjyh .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uAXHVuMjyh .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uAXHVuMjyh .row {
    text-align: center;
  }
  .cid-uAXHVuMjyh .social-row {
    justify-content: center;
  }
}
.cid-uAXHVuMjyh .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uAXHVuMjyh .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAXHVuMjyh .list {
    margin-bottom: 0rem;
  }
}
.cid-uAXHVuMjyh .mbr-text {
  color: #bbbbbb;
}
.cid-uAXHVuMjyh .mbr-section-subtitle {
  color: #000000;
}
.cid-uAXHVuMjyh .list,
.cid-uAXHVuMjyh .item-wrap {
  color: #232323;
}
.cid-uAXHVuMjyh .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uAXL5UXZDe {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/multi-star-system.webp");
}
.cid-uAXL5UXZDe .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uAXL5UXZDe {
    align-items: flex-end;
  }
  .cid-uAXL5UXZDe .row {
    justify-content: center;
  }
  .cid-uAXL5UXZDe .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uAXL5UXZDe .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uAXL5UXZDe {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uAXL5UXZDe .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uAXL5UXZDe .content-wrap {
    width: 100%;
  }
}
.cid-uAXL5UXZDe .mbr-section-title,
.cid-uAXL5UXZDe .mbr-section-subtitle {
  text-align: center;
}
.cid-uAXL5UXZDe .mbr-text,
.cid-uAXL5UXZDe .mbr-section-btn {
  text-align: center;
}
.cid-uAXL5VSmWg {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAXL5VSmWg .mbr-text {
  color: #000000;
}
.cid-uAXL5VSmWg .mbr-section-subtitle {
  color: #000000;
}
.cid-uAXL5VSmWg .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAXL5VSmWg .mbr-text,
.cid-uAXL5VSmWg .item .mbr-section-btn {
  text-align: left;
}
.cid-uAXL5VSmWg .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAXL5VSmWg .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAXL5VSmWg .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAXL5VSmWg .mbr-card-title {
  color: #393193;
}
.cid-uAXMlwu5Zx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAXMlwu5Zx .mbr-text {
  color: #000000;
}
.cid-uAXMlwu5Zx .mbr-section-subtitle {
  color: #000000;
}
.cid-uAXMlwu5Zx .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAXMlwu5Zx .mbr-text,
.cid-uAXMlwu5Zx .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uAXMlwu5Zx .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAXMlwu5Zx .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAXMlwu5Zx .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAXMlwu5Zx .mbr-card-title {
  color: #393193;
}
.cid-uAXMpMTIJJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAXMpMTIJJ .mbr-text {
  color: #000000;
}
.cid-uAXMpMTIJJ .mbr-section-subtitle {
  color: #000000;
}
.cid-uAXMpMTIJJ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAXMpMTIJJ .mbr-text,
.cid-uAXMpMTIJJ .item .mbr-section-btn {
  text-align: left;
}
.cid-uAXMpMTIJJ .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAXMpMTIJJ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAXMpMTIJJ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAXMpMTIJJ .mbr-card-title {
  color: #393193;
}
.cid-uAXL5Wys2W {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAXL5Wys2W .mbr-text {
  color: #000000;
}
.cid-uAXL5Wys2W .mbr-section-subtitle {
  color: #000000;
}
.cid-uAXL5Wys2W .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAXL5Wys2W .mbr-text,
.cid-uAXL5Wys2W .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uAXL5Wys2W .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAXL5Wys2W .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAXL5Wys2W .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAXL5Wys2W .mbr-card-title {
  color: #393193;
}
.cid-uAXL5WY3mW {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uAXL5WY3mW .mbr-text {
  color: #000000;
}
.cid-uAXL5WY3mW .mbr-section-subtitle {
  color: #000000;
}
.cid-uAXL5WY3mW .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAXL5WY3mW .mbr-text,
.cid-uAXL5WY3mW .item .mbr-section-btn {
  text-align: left;
}
.cid-uAXL5WY3mW .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAXL5WY3mW .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAXL5WY3mW .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAXL5WY3mW .mbr-card-title {
  color: #393193;
}
.cid-uAXL5Xng2M {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uAXL5Xng2M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAXL5Xng2M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAXL5Xng2M .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uAXL5Xng2M .footer-col {
    flex-direction: column;
  }
}
.cid-uAXL5Xng2M .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uAXL5Xng2M .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uAXL5Xng2M .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uAXL5Xng2M .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uAXL5Xng2M .mbr-section-btn {
    text-align: center;
  }
}
.cid-uAXL5Xng2M .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uAXL5Xng2M .soc-item {
  margin: 8px;
}
.cid-uAXL5Xng2M .soc-item a:hover .mbr-iconfont,
.cid-uAXL5Xng2M .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uAXL5Xng2M .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uAXL5Xng2M .row {
    text-align: center;
  }
  .cid-uAXL5Xng2M .social-row {
    justify-content: center;
  }
}
.cid-uAXL5Xng2M .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uAXL5Xng2M .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAXL5Xng2M .list {
    margin-bottom: 0rem;
  }
}
.cid-uAXL5Xng2M .mbr-text {
  color: #bbbbbb;
}
.cid-uAXL5Xng2M .mbr-section-subtitle {
  color: #000000;
}
.cid-uAXL5Xng2M .list,
.cid-uAXL5Xng2M .item-wrap {
  color: #232323;
}
.cid-uAXL5Xng2M .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uAYndoNYD4 {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/starlight-lg-1.webp");
}
.cid-uAYndoNYD4 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uAYndoNYD4 {
    align-items: flex-end;
  }
  .cid-uAYndoNYD4 .row {
    justify-content: center;
  }
  .cid-uAYndoNYD4 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uAYndoNYD4 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uAYndoNYD4 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uAYndoNYD4 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uAYndoNYD4 .content-wrap {
    width: 100%;
  }
}
.cid-uAYndoNYD4 .mbr-section-title,
.cid-uAYndoNYD4 .mbr-section-subtitle {
  text-align: center;
}
.cid-uAYndoNYD4 .mbr-text,
.cid-uAYndoNYD4 .mbr-section-btn {
  text-align: center;
}
.cid-uAYndpv1br {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAYndpv1br .mbr-text {
  color: #000000;
}
.cid-uAYndpv1br .mbr-section-subtitle {
  color: #000000;
}
.cid-uAYndpv1br .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAYndpv1br .mbr-text,
.cid-uAYndpv1br .item .mbr-section-btn {
  text-align: left;
}
.cid-uAYndpv1br .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAYndpv1br .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAYndpv1br .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAYndpv1br .mbr-card-title {
  color: #393193;
}
.cid-uAYndqdOJB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAYndqdOJB .mbr-text {
  color: #000000;
}
.cid-uAYndqdOJB .mbr-section-subtitle {
  color: #000000;
}
.cid-uAYndqdOJB .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAYndqdOJB .mbr-text,
.cid-uAYndqdOJB .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uAYndqdOJB .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAYndqdOJB .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAYndqdOJB .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAYndqdOJB .mbr-card-title {
  color: #393193;
}
.cid-uAYndqDuOt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAYndqDuOt .mbr-text {
  color: #000000;
}
.cid-uAYndqDuOt .mbr-section-subtitle {
  color: #000000;
}
.cid-uAYndqDuOt .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAYndqDuOt .mbr-text,
.cid-uAYndqDuOt .item .mbr-section-btn {
  text-align: left;
}
.cid-uAYndqDuOt .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAYndqDuOt .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAYndqDuOt .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAYndqDuOt .mbr-card-title {
  color: #393193;
}
.cid-uAYpZnt8E7 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uAYpZnt8E7 .mbr-text {
  color: #000000;
}
.cid-uAYpZnt8E7 .mbr-section-subtitle {
  color: #000000;
}
.cid-uAYpZnt8E7 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAYpZnt8E7 .mbr-text,
.cid-uAYpZnt8E7 .item .mbr-section-btn {
  text-align: left;
}
.cid-uAYpZnt8E7 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAYpZnt8E7 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAYpZnt8E7 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAYpZnt8E7 .mbr-card-title {
  color: #393193;
}
.cid-uAYndr8LVT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uAYndr8LVT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAYndr8LVT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAYndr8LVT .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uAYndr8LVT .footer-col {
    flex-direction: column;
  }
}
.cid-uAYndr8LVT .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uAYndr8LVT .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uAYndr8LVT .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uAYndr8LVT .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uAYndr8LVT .mbr-section-btn {
    text-align: center;
  }
}
.cid-uAYndr8LVT .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uAYndr8LVT .soc-item {
  margin: 8px;
}
.cid-uAYndr8LVT .soc-item a:hover .mbr-iconfont,
.cid-uAYndr8LVT .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uAYndr8LVT .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uAYndr8LVT .row {
    text-align: center;
  }
  .cid-uAYndr8LVT .social-row {
    justify-content: center;
  }
}
.cid-uAYndr8LVT .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uAYndr8LVT .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAYndr8LVT .list {
    margin-bottom: 0rem;
  }
}
.cid-uAYndr8LVT .mbr-text {
  color: #bbbbbb;
}
.cid-uAYndr8LVT .mbr-section-subtitle {
  color: #000000;
}
.cid-uAYndr8LVT .list,
.cid-uAYndr8LVT .item-wrap {
  color: #232323;
}
.cid-uAYndr8LVT .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uAYrlh7YbN {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/sirius-meta.webp");
}
.cid-uAYrlh7YbN .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uAYrlh7YbN {
    align-items: flex-end;
  }
  .cid-uAYrlh7YbN .row {
    justify-content: center;
  }
  .cid-uAYrlh7YbN .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uAYrlh7YbN .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uAYrlh7YbN {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uAYrlh7YbN .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uAYrlh7YbN .content-wrap {
    width: 100%;
  }
}
.cid-uAYrlh7YbN .mbr-section-title,
.cid-uAYrlh7YbN .mbr-section-subtitle {
  text-align: center;
}
.cid-uAYrlh7YbN .mbr-text,
.cid-uAYrlh7YbN .mbr-section-btn {
  text-align: center;
}
.cid-uAYrlhYYb8 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAYrlhYYb8 .mbr-text {
  color: #000000;
}
.cid-uAYrlhYYb8 .mbr-section-subtitle {
  color: #000000;
}
.cid-uAYrlhYYb8 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAYrlhYYb8 .mbr-text,
.cid-uAYrlhYYb8 .item .mbr-section-btn {
  text-align: left;
}
.cid-uAYrlhYYb8 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAYrlhYYb8 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAYrlhYYb8 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAYrlhYYb8 .mbr-card-title {
  color: #393193;
}
.cid-uAYrWQKvNX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAYrWQKvNX .mbr-text {
  color: #000000;
}
.cid-uAYrWQKvNX .mbr-section-subtitle {
  color: #000000;
}
.cid-uAYrWQKvNX .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAYrWQKvNX .mbr-text,
.cid-uAYrWQKvNX .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uAYrWQKvNX .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAYrWQKvNX .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAYrWQKvNX .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAYrWQKvNX .mbr-card-title {
  color: #393193;
}
.cid-uAYrXXxG6o {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAYrXXxG6o .mbr-text {
  color: #000000;
}
.cid-uAYrXXxG6o .mbr-section-subtitle {
  color: #000000;
}
.cid-uAYrXXxG6o .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAYrXXxG6o .mbr-text,
.cid-uAYrXXxG6o .item .mbr-section-btn {
  text-align: left;
}
.cid-uAYrXXxG6o .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAYrXXxG6o .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAYrXXxG6o .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAYrXXxG6o .mbr-card-title {
  color: #393193;
}
.cid-uAYsgH7yhD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAYsgH7yhD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAYsgH7yhD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAYsgH7yhD .row {
  flex-direction: row-reverse;
}
.cid-uAYsgH7yhD .mbr-description {
  text-align: center;
}
.cid-uAYshC1orx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAYshC1orx .mbr-text {
  color: #000000;
}
.cid-uAYshC1orx .mbr-section-subtitle {
  color: #000000;
}
.cid-uAYshC1orx .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAYshC1orx .mbr-text,
.cid-uAYshC1orx .item .mbr-section-btn {
  text-align: left;
}
.cid-uAYshC1orx .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAYshC1orx .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAYshC1orx .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAYshC1orx .mbr-card-title {
  color: #393193;
}
.cid-uAYsxZHc6b {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAYsxZHc6b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAYsxZHc6b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAYsxZHc6b .row {
  flex-direction: row-reverse;
}
.cid-uAYsxZHc6b .mbr-description {
  text-align: center;
}
.cid-uAYsyI5lWE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAYsyI5lWE .mbr-text {
  color: #000000;
}
.cid-uAYsyI5lWE .mbr-section-subtitle {
  color: #000000;
}
.cid-uAYsyI5lWE .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAYsyI5lWE .mbr-text,
.cid-uAYsyI5lWE .item .mbr-section-btn {
  text-align: left;
}
.cid-uAYsyI5lWE .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAYsyI5lWE .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAYsyI5lWE .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAYsyI5lWE .mbr-card-title {
  color: #393193;
}
.cid-uAYsSwxwmY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAYsSwxwmY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAYsSwxwmY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAYsSwxwmY .row {
  flex-direction: row-reverse;
}
.cid-uAYsSwxwmY .mbr-description {
  text-align: center;
}
.cid-uAYsTWmbQ3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAYsTWmbQ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAYsTWmbQ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAYsTWmbQ3 .row {
  flex-direction: row-reverse;
}
.cid-uAYsTWmbQ3 .mbr-description {
  text-align: center;
}
.cid-uAYtqfWlxc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAYtqfWlxc .mbr-text {
  color: #000000;
}
.cid-uAYtqfWlxc .mbr-section-subtitle {
  color: #000000;
}
.cid-uAYtqfWlxc .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAYtqfWlxc .mbr-text,
.cid-uAYtqfWlxc .item .mbr-section-btn {
  text-align: left;
}
.cid-uAYtqfWlxc .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAYtqfWlxc .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAYtqfWlxc .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAYtqfWlxc .mbr-card-title {
  color: #393193;
}
.cid-uAYtriTJKh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAYtriTJKh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAYtriTJKh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAYtriTJKh .row {
  flex-direction: row-reverse;
}
.cid-uAYtriTJKh .mbr-description {
  text-align: center;
}
.cid-uAYrljc9gW {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uAYrljc9gW .mbr-text {
  color: #000000;
}
.cid-uAYrljc9gW .mbr-section-subtitle {
  color: #000000;
}
.cid-uAYrljc9gW .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAYrljc9gW .mbr-text,
.cid-uAYrljc9gW .item .mbr-section-btn {
  text-align: left;
}
.cid-uAYrljc9gW .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAYrljc9gW .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAYrljc9gW .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAYrljc9gW .mbr-card-title {
  color: #393193;
}
.cid-uAYrljDrbg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uAYrljDrbg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAYrljDrbg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAYrljDrbg .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uAYrljDrbg .footer-col {
    flex-direction: column;
  }
}
.cid-uAYrljDrbg .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uAYrljDrbg .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uAYrljDrbg .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uAYrljDrbg .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uAYrljDrbg .mbr-section-btn {
    text-align: center;
  }
}
.cid-uAYrljDrbg .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uAYrljDrbg .soc-item {
  margin: 8px;
}
.cid-uAYrljDrbg .soc-item a:hover .mbr-iconfont,
.cid-uAYrljDrbg .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uAYrljDrbg .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uAYrljDrbg .row {
    text-align: center;
  }
  .cid-uAYrljDrbg .social-row {
    justify-content: center;
  }
}
.cid-uAYrljDrbg .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uAYrljDrbg .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAYrljDrbg .list {
    margin-bottom: 0rem;
  }
}
.cid-uAYrljDrbg .mbr-text {
  color: #bbbbbb;
}
.cid-uAYrljDrbg .mbr-section-subtitle {
  color: #000000;
}
.cid-uAYrljDrbg .list,
.cid-uAYrljDrbg .item-wrap {
  color: #232323;
}
.cid-uAYrljDrbg .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uAYwdO2HQJ {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/stars-wobble-meta.webp");
}
.cid-uAYwdO2HQJ .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uAYwdO2HQJ {
    align-items: flex-end;
  }
  .cid-uAYwdO2HQJ .row {
    justify-content: center;
  }
  .cid-uAYwdO2HQJ .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uAYwdO2HQJ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uAYwdO2HQJ {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uAYwdO2HQJ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uAYwdO2HQJ .content-wrap {
    width: 100%;
  }
}
.cid-uAYwdO2HQJ .mbr-section-title,
.cid-uAYwdO2HQJ .mbr-section-subtitle {
  text-align: center;
}
.cid-uAYwdO2HQJ .mbr-text,
.cid-uAYwdO2HQJ .mbr-section-btn {
  text-align: center;
}
.cid-uAYwdQ5OX7 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAYwdQ5OX7 .mbr-text {
  color: #000000;
}
.cid-uAYwdQ5OX7 .mbr-section-subtitle {
  color: #000000;
}
.cid-uAYwdQ5OX7 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAYwdQ5OX7 .mbr-text,
.cid-uAYwdQ5OX7 .item .mbr-section-btn {
  text-align: left;
}
.cid-uAYwdQ5OX7 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAYwdQ5OX7 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAYwdQ5OX7 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAYwdQ5OX7 .mbr-card-title {
  color: #393193;
}
.cid-uAYwdQvXFw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAYwdQvXFw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAYwdQvXFw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAYwdQvXFw .row {
  flex-direction: row-reverse;
}
.cid-uAYwdQvXFw .mbr-description {
  text-align: center;
}
.cid-uAYx549EyL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAYx549EyL .mbr-text {
  color: #000000;
}
.cid-uAYx549EyL .mbr-section-subtitle {
  color: #000000;
}
.cid-uAYx549EyL .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAYx549EyL .mbr-text,
.cid-uAYx549EyL .item .mbr-section-btn {
  text-align: left;
}
.cid-uAYx549EyL .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAYx549EyL .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAYx549EyL .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAYx549EyL .mbr-card-title {
  color: #393193;
}
.cid-uAYx6FFmGC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAYx6FFmGC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAYx6FFmGC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAYx6FFmGC .row {
  flex-direction: row-reverse;
}
.cid-uAYx6FFmGC .mbr-description {
  text-align: center;
}
.cid-uAYx7X6Gwy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAYx7X6Gwy .mbr-text {
  color: #000000;
}
.cid-uAYx7X6Gwy .mbr-section-subtitle {
  color: #000000;
}
.cid-uAYx7X6Gwy .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAYx7X6Gwy .mbr-text,
.cid-uAYx7X6Gwy .item .mbr-section-btn {
  text-align: left;
}
.cid-uAYx7X6Gwy .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAYx7X6Gwy .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAYx7X6Gwy .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAYx7X6Gwy .mbr-card-title {
  color: #393193;
}
.cid-uAYxnOvJ5i {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAYxnOvJ5i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAYxnOvJ5i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAYxnOvJ5i .row {
  flex-direction: row-reverse;
}
.cid-uAYxnOvJ5i .mbr-description {
  text-align: center;
}
.cid-uAYxoUjFoQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAYxoUjFoQ .mbr-text {
  color: #000000;
}
.cid-uAYxoUjFoQ .mbr-section-subtitle {
  color: #000000;
}
.cid-uAYxoUjFoQ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAYxoUjFoQ .mbr-text,
.cid-uAYxoUjFoQ .item .mbr-section-btn {
  text-align: left;
}
.cid-uAYxoUjFoQ .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAYxoUjFoQ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAYxoUjFoQ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAYxoUjFoQ .mbr-card-title {
  color: #393193;
}
.cid-uAYwdRl2DQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAYwdRl2DQ .mbr-text {
  color: #000000;
}
.cid-uAYwdRl2DQ .mbr-section-subtitle {
  color: #000000;
}
.cid-uAYwdRl2DQ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAYwdRl2DQ .mbr-text,
.cid-uAYwdRl2DQ .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uAYwdRl2DQ .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAYwdRl2DQ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAYwdRl2DQ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAYwdRl2DQ .mbr-card-title {
  color: #393193;
}
.cid-uAYwdRMWVq {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uAYwdRMWVq .mbr-text {
  color: #000000;
}
.cid-uAYwdRMWVq .mbr-section-subtitle {
  color: #000000;
}
.cid-uAYwdRMWVq .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAYwdRMWVq .mbr-text,
.cid-uAYwdRMWVq .item .mbr-section-btn {
  text-align: left;
}
.cid-uAYwdRMWVq .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAYwdRMWVq .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAYwdRMWVq .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAYwdRMWVq .mbr-card-title {
  color: #393193;
}
.cid-uAYwdS57yc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uAYwdS57yc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAYwdS57yc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAYwdS57yc .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uAYwdS57yc .footer-col {
    flex-direction: column;
  }
}
.cid-uAYwdS57yc .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uAYwdS57yc .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uAYwdS57yc .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uAYwdS57yc .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uAYwdS57yc .mbr-section-btn {
    text-align: center;
  }
}
.cid-uAYwdS57yc .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uAYwdS57yc .soc-item {
  margin: 8px;
}
.cid-uAYwdS57yc .soc-item a:hover .mbr-iconfont,
.cid-uAYwdS57yc .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uAYwdS57yc .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uAYwdS57yc .row {
    text-align: center;
  }
  .cid-uAYwdS57yc .social-row {
    justify-content: center;
  }
}
.cid-uAYwdS57yc .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uAYwdS57yc .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAYwdS57yc .list {
    margin-bottom: 0rem;
  }
}
.cid-uAYwdS57yc .mbr-text {
  color: #bbbbbb;
}
.cid-uAYwdS57yc .mbr-section-subtitle {
  color: #000000;
}
.cid-uAYwdS57yc .list,
.cid-uAYwdS57yc .item-wrap {
  color: #232323;
}
.cid-uAYwdS57yc .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uAYB47YG6w {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/kelvin-1.webp");
}
.cid-uAYB47YG6w .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uAYB47YG6w {
    align-items: flex-end;
  }
  .cid-uAYB47YG6w .row {
    justify-content: center;
  }
  .cid-uAYB47YG6w .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uAYB47YG6w .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uAYB47YG6w {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uAYB47YG6w .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uAYB47YG6w .content-wrap {
    width: 100%;
  }
}
.cid-uAYB47YG6w .mbr-section-title,
.cid-uAYB47YG6w .mbr-section-subtitle {
  text-align: center;
}
.cid-uAYB47YG6w .mbr-text,
.cid-uAYB47YG6w .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uAYB47YG6w .mbr-section-title {
  color: #000000;
}
.cid-uAYB48DVPW {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAYB48DVPW .mbr-text {
  color: #000000;
}
.cid-uAYB48DVPW .mbr-section-subtitle {
  color: #000000;
}
.cid-uAYB48DVPW .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAYB48DVPW .mbr-text,
.cid-uAYB48DVPW .item .mbr-section-btn {
  text-align: left;
}
.cid-uAYB48DVPW .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAYB48DVPW .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAYB48DVPW .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAYB48DVPW .mbr-card-title {
  color: #393193;
}
.cid-uAYCnUzHcR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAYCnUzHcR .mbr-text {
  color: #000000;
}
.cid-uAYCnUzHcR .mbr-section-subtitle {
  color: #000000;
}
.cid-uAYCnUzHcR .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAYCnUzHcR .mbr-text,
.cid-uAYCnUzHcR .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uAYCnUzHcR .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAYCnUzHcR .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAYCnUzHcR .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAYCnUzHcR .mbr-card-title {
  color: #393193;
}
.cid-uAYB49nnnb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAYB49nnnb .mbr-text {
  color: #000000;
}
.cid-uAYB49nnnb .mbr-section-subtitle {
  color: #000000;
}
.cid-uAYB49nnnb .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAYB49nnnb .mbr-text,
.cid-uAYB49nnnb .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uAYB49nnnb .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAYB49nnnb .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAYB49nnnb .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAYB49nnnb .mbr-card-title {
  color: #393193;
}
.cid-uAYB49JUor {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uAYB49JUor .mbr-text {
  color: #000000;
}
.cid-uAYB49JUor .mbr-section-subtitle {
  color: #000000;
}
.cid-uAYB49JUor .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAYB49JUor .mbr-text,
.cid-uAYB49JUor .item .mbr-section-btn {
  text-align: left;
}
.cid-uAYB49JUor .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAYB49JUor .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAYB49JUor .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAYB49JUor .mbr-card-title {
  color: #393193;
}
.cid-uAYB49ZODn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uAYB49ZODn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAYB49ZODn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAYB49ZODn .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uAYB49ZODn .footer-col {
    flex-direction: column;
  }
}
.cid-uAYB49ZODn .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uAYB49ZODn .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uAYB49ZODn .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uAYB49ZODn .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uAYB49ZODn .mbr-section-btn {
    text-align: center;
  }
}
.cid-uAYB49ZODn .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uAYB49ZODn .soc-item {
  margin: 8px;
}
.cid-uAYB49ZODn .soc-item a:hover .mbr-iconfont,
.cid-uAYB49ZODn .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uAYB49ZODn .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uAYB49ZODn .row {
    text-align: center;
  }
  .cid-uAYB49ZODn .social-row {
    justify-content: center;
  }
}
.cid-uAYB49ZODn .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uAYB49ZODn .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAYB49ZODn .list {
    margin-bottom: 0rem;
  }
}
.cid-uAYB49ZODn .mbr-text {
  color: #bbbbbb;
}
.cid-uAYB49ZODn .mbr-section-subtitle {
  color: #000000;
}
.cid-uAYB49ZODn .list,
.cid-uAYB49ZODn .item-wrap {
  color: #232323;
}
.cid-uAYB49ZODn .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uAYPUw9L7H {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/paper-money-meta.webp");
}
.cid-uAYPUw9L7H .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uAYPUw9L7H {
    align-items: flex-end;
  }
  .cid-uAYPUw9L7H .row {
    justify-content: center;
  }
  .cid-uAYPUw9L7H .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uAYPUw9L7H .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uAYPUw9L7H {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uAYPUw9L7H .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uAYPUw9L7H .content-wrap {
    width: 100%;
  }
}
.cid-uAYPUw9L7H .mbr-section-title,
.cid-uAYPUw9L7H .mbr-section-subtitle {
  text-align: center;
}
.cid-uAYPUw9L7H .mbr-text,
.cid-uAYPUw9L7H .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uAYPUw9L7H .mbr-section-title {
  color: #000000;
}
.cid-uAYPUwyxAu {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAYPUwyxAu .mbr-text {
  color: #000000;
}
.cid-uAYPUwyxAu .mbr-section-subtitle {
  color: #000000;
}
.cid-uAYPUwyxAu .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAYPUwyxAu .mbr-text,
.cid-uAYPUwyxAu .item .mbr-section-btn {
  text-align: left;
}
.cid-uAYPUwyxAu .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAYPUwyxAu .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAYPUwyxAu .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAYPUwyxAu .mbr-card-title {
  color: #393193;
}
.cid-uAYRhz4XSt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAYRhz4XSt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAYRhz4XSt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAYRhz4XSt .row {
  flex-direction: row-reverse;
}
.cid-uAYRhz4XSt .mbr-description {
  text-align: center;
}
.cid-uAYRiT8DBh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAYRiT8DBh .mbr-text {
  color: #000000;
}
.cid-uAYRiT8DBh .mbr-section-subtitle {
  color: #000000;
}
.cid-uAYRiT8DBh .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAYRiT8DBh .mbr-text,
.cid-uAYRiT8DBh .item .mbr-section-btn {
  text-align: left;
}
.cid-uAYRiT8DBh .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAYRiT8DBh .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAYRiT8DBh .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAYRiT8DBh .mbr-card-title {
  color: #393193;
}
.cid-uAYPUx1X8M {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAYPUx1X8M .mbr-text {
  color: #000000;
}
.cid-uAYPUx1X8M .mbr-section-subtitle {
  color: #000000;
}
.cid-uAYPUx1X8M .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAYPUx1X8M .mbr-text,
.cid-uAYPUx1X8M .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uAYPUx1X8M .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAYPUx1X8M .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAYPUx1X8M .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAYPUx1X8M .mbr-card-title {
  color: #393193;
}
.cid-uAYPUxmWzl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAYPUxmWzl .mbr-text {
  color: #000000;
}
.cid-uAYPUxmWzl .mbr-section-subtitle {
  color: #000000;
}
.cid-uAYPUxmWzl .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAYPUxmWzl .mbr-text,
.cid-uAYPUxmWzl .item .mbr-section-btn {
  text-align: left;
}
.cid-uAYPUxmWzl .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAYPUxmWzl .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAYPUxmWzl .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAYPUxmWzl .mbr-card-title {
  color: #393193;
}
.cid-uAYRV0Bvyx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAYRV0Bvyx .mbr-text {
  color: #000000;
}
.cid-uAYRV0Bvyx .mbr-section-subtitle {
  color: #000000;
}
.cid-uAYRV0Bvyx .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAYRV0Bvyx .mbr-text,
.cid-uAYRV0Bvyx .item .mbr-section-btn {
  text-align: left;
}
.cid-uAYRV0Bvyx .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAYRV0Bvyx .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAYRV0Bvyx .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAYRV0Bvyx .mbr-card-title {
  color: #393193;
}
.cid-uAYPUxKXuG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uAYPUxKXuG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAYPUxKXuG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAYPUxKXuG .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uAYPUxKXuG .footer-col {
    flex-direction: column;
  }
}
.cid-uAYPUxKXuG .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uAYPUxKXuG .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uAYPUxKXuG .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uAYPUxKXuG .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uAYPUxKXuG .mbr-section-btn {
    text-align: center;
  }
}
.cid-uAYPUxKXuG .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uAYPUxKXuG .soc-item {
  margin: 8px;
}
.cid-uAYPUxKXuG .soc-item a:hover .mbr-iconfont,
.cid-uAYPUxKXuG .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uAYPUxKXuG .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uAYPUxKXuG .row {
    text-align: center;
  }
  .cid-uAYPUxKXuG .social-row {
    justify-content: center;
  }
}
.cid-uAYPUxKXuG .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uAYPUxKXuG .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAYPUxKXuG .list {
    margin-bottom: 0rem;
  }
}
.cid-uAYPUxKXuG .mbr-text {
  color: #bbbbbb;
}
.cid-uAYPUxKXuG .mbr-section-subtitle {
  color: #000000;
}
.cid-uAYPUxKXuG .list,
.cid-uAYPUxKXuG .item-wrap {
  color: #232323;
}
.cid-uAYPUxKXuG .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uAYTMuDzH0 {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/flight-meta.webp");
}
.cid-uAYTMuDzH0 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uAYTMuDzH0 {
    align-items: flex-end;
  }
  .cid-uAYTMuDzH0 .row {
    justify-content: center;
  }
  .cid-uAYTMuDzH0 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uAYTMuDzH0 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uAYTMuDzH0 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uAYTMuDzH0 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uAYTMuDzH0 .content-wrap {
    width: 100%;
  }
}
.cid-uAYTMuDzH0 .mbr-section-title,
.cid-uAYTMuDzH0 .mbr-section-subtitle {
  text-align: center;
}
.cid-uAYTMuDzH0 .mbr-text,
.cid-uAYTMuDzH0 .mbr-section-btn {
  text-align: center;
}
.cid-uAYTMv36j8 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAYTMv36j8 .mbr-text {
  color: #000000;
}
.cid-uAYTMv36j8 .mbr-section-subtitle {
  color: #000000;
}
.cid-uAYTMv36j8 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAYTMv36j8 .mbr-text,
.cid-uAYTMv36j8 .item .mbr-section-btn {
  text-align: left;
}
.cid-uAYTMv36j8 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAYTMv36j8 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAYTMv36j8 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAYTMv36j8 .mbr-card-title {
  color: #393193;
}
.cid-uAYTMvlq7a {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAYTMvlq7a .mbr-text {
  color: #000000;
}
.cid-uAYTMvlq7a .mbr-section-subtitle {
  color: #000000;
}
.cid-uAYTMvlq7a .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAYTMvlq7a .mbr-text,
.cid-uAYTMvlq7a .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uAYTMvlq7a .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAYTMvlq7a .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAYTMvlq7a .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAYTMvlq7a .mbr-card-title {
  color: #393193;
}
.cid-uAYUAYjOIr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAYUAYjOIr .mbr-text {
  color: #000000;
}
.cid-uAYUAYjOIr .mbr-section-subtitle {
  color: #000000;
}
.cid-uAYUAYjOIr .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAYUAYjOIr .mbr-text,
.cid-uAYUAYjOIr .item .mbr-section-btn {
  text-align: left;
}
.cid-uAYUAYjOIr .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAYUAYjOIr .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAYUAYjOIr .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAYUAYjOIr .mbr-card-title {
  color: #393193;
}
.cid-uAYUyQMoLx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAYUyQMoLx .mbr-text {
  color: #000000;
}
.cid-uAYUyQMoLx .mbr-section-subtitle {
  color: #000000;
}
.cid-uAYUyQMoLx .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAYUyQMoLx .mbr-text,
.cid-uAYUyQMoLx .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uAYUyQMoLx .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAYUyQMoLx .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAYUyQMoLx .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAYUyQMoLx .mbr-card-title {
  color: #393193;
}
.cid-uAYTMvAsVT {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uAYTMvAsVT .mbr-text {
  color: #000000;
}
.cid-uAYTMvAsVT .mbr-section-subtitle {
  color: #000000;
}
.cid-uAYTMvAsVT .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAYTMvAsVT .mbr-text,
.cid-uAYTMvAsVT .item .mbr-section-btn {
  text-align: left;
}
.cid-uAYTMvAsVT .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAYTMvAsVT .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAYTMvAsVT .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAYTMvAsVT .mbr-card-title {
  color: #393193;
}
.cid-uAYTMvSfT5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uAYTMvSfT5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAYTMvSfT5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAYTMvSfT5 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uAYTMvSfT5 .footer-col {
    flex-direction: column;
  }
}
.cid-uAYTMvSfT5 .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uAYTMvSfT5 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uAYTMvSfT5 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uAYTMvSfT5 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uAYTMvSfT5 .mbr-section-btn {
    text-align: center;
  }
}
.cid-uAYTMvSfT5 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uAYTMvSfT5 .soc-item {
  margin: 8px;
}
.cid-uAYTMvSfT5 .soc-item a:hover .mbr-iconfont,
.cid-uAYTMvSfT5 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uAYTMvSfT5 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uAYTMvSfT5 .row {
    text-align: center;
  }
  .cid-uAYTMvSfT5 .social-row {
    justify-content: center;
  }
}
.cid-uAYTMvSfT5 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uAYTMvSfT5 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAYTMvSfT5 .list {
    margin-bottom: 0rem;
  }
}
.cid-uAYTMvSfT5 .mbr-text {
  color: #bbbbbb;
}
.cid-uAYTMvSfT5 .mbr-section-subtitle {
  color: #000000;
}
.cid-uAYTMvSfT5 .list,
.cid-uAYTMvSfT5 .item-wrap {
  color: #232323;
}
.cid-uAYTMvSfT5 .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uAYWavqZqN {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/noah-meta.webp");
}
.cid-uAYWavqZqN .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uAYWavqZqN {
    align-items: flex-end;
  }
  .cid-uAYWavqZqN .row {
    justify-content: center;
  }
  .cid-uAYWavqZqN .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uAYWavqZqN .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uAYWavqZqN {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uAYWavqZqN .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uAYWavqZqN .content-wrap {
    width: 100%;
  }
}
.cid-uAYWavqZqN .mbr-section-title,
.cid-uAYWavqZqN .mbr-section-subtitle {
  text-align: center;
}
.cid-uAYWavqZqN .mbr-text,
.cid-uAYWavqZqN .mbr-section-btn {
  text-align: center;
}
.cid-uAYWavVTEz {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAYWavVTEz .mbr-text {
  color: #000000;
}
.cid-uAYWavVTEz .mbr-section-subtitle {
  color: #000000;
}
.cid-uAYWavVTEz .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAYWavVTEz .mbr-text,
.cid-uAYWavVTEz .item .mbr-section-btn {
  text-align: left;
}
.cid-uAYWavVTEz .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAYWavVTEz .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAYWavVTEz .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAYWavVTEz .mbr-card-title {
  color: #393193;
}
.cid-uAYWDxkYkt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAYWDxkYkt .mbr-text {
  color: #000000;
}
.cid-uAYWDxkYkt .mbr-section-subtitle {
  color: #000000;
}
.cid-uAYWDxkYkt .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAYWDxkYkt .mbr-text,
.cid-uAYWDxkYkt .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uAYWDxkYkt .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAYWDxkYkt .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAYWDxkYkt .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAYWDxkYkt .mbr-card-title {
  color: #393193;
}
.cid-uAYWEqA2Xu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAYWEqA2Xu .mbr-text {
  color: #000000;
}
.cid-uAYWEqA2Xu .mbr-section-subtitle {
  color: #000000;
}
.cid-uAYWEqA2Xu .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAYWEqA2Xu .mbr-text,
.cid-uAYWEqA2Xu .item .mbr-section-btn {
  text-align: left;
}
.cid-uAYWEqA2Xu .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAYWEqA2Xu .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAYWEqA2Xu .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAYWEqA2Xu .mbr-card-title {
  color: #393193;
}
.cid-uAYWFOTFZh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAYWFOTFZh .mbr-text {
  color: #000000;
}
.cid-uAYWFOTFZh .mbr-section-subtitle {
  color: #000000;
}
.cid-uAYWFOTFZh .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAYWFOTFZh .mbr-text,
.cid-uAYWFOTFZh .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uAYWFOTFZh .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAYWFOTFZh .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAYWFOTFZh .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAYWFOTFZh .mbr-card-title {
  color: #393193;
}
.cid-uAYWGKa2Rt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAYWGKa2Rt .mbr-text {
  color: #000000;
}
.cid-uAYWGKa2Rt .mbr-section-subtitle {
  color: #000000;
}
.cid-uAYWGKa2Rt .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAYWGKa2Rt .mbr-text,
.cid-uAYWGKa2Rt .item .mbr-section-btn {
  text-align: left;
}
.cid-uAYWGKa2Rt .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAYWGKa2Rt .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAYWGKa2Rt .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAYWGKa2Rt .mbr-card-title {
  color: #393193;
}
.cid-uAYWIioO6P {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAYWIioO6P .mbr-text {
  color: #000000;
}
.cid-uAYWIioO6P .mbr-section-subtitle {
  color: #000000;
}
.cid-uAYWIioO6P .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAYWIioO6P .mbr-text,
.cid-uAYWIioO6P .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uAYWIioO6P .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAYWIioO6P .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAYWIioO6P .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAYWIioO6P .mbr-card-title {
  color: #393193;
}
.cid-uAYWJ10QAu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAYWJ10QAu .mbr-text {
  color: #000000;
}
.cid-uAYWJ10QAu .mbr-section-subtitle {
  color: #000000;
}
.cid-uAYWJ10QAu .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAYWJ10QAu .mbr-text,
.cid-uAYWJ10QAu .item .mbr-section-btn {
  text-align: left;
}
.cid-uAYWJ10QAu .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAYWJ10QAu .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAYWJ10QAu .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAYWJ10QAu .mbr-card-title {
  color: #393193;
}
.cid-uAYWKBqWAf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAYWKBqWAf .mbr-text {
  color: #000000;
}
.cid-uAYWKBqWAf .mbr-section-subtitle {
  color: #000000;
}
.cid-uAYWKBqWAf .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAYWKBqWAf .mbr-text,
.cid-uAYWKBqWAf .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uAYWKBqWAf .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAYWKBqWAf .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAYWKBqWAf .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAYWKBqWAf .mbr-card-title {
  color: #393193;
}
.cid-uAYWLgngqy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAYWLgngqy .mbr-text {
  color: #000000;
}
.cid-uAYWLgngqy .mbr-section-subtitle {
  color: #000000;
}
.cid-uAYWLgngqy .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAYWLgngqy .mbr-text,
.cid-uAYWLgngqy .item .mbr-section-btn {
  text-align: left;
}
.cid-uAYWLgngqy .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAYWLgngqy .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAYWLgngqy .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAYWLgngqy .mbr-card-title {
  color: #393193;
}
.cid-uAYXNR1UWf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAYXNR1UWf .mbr-text {
  color: #000000;
}
.cid-uAYXNR1UWf .mbr-section-subtitle {
  color: #000000;
}
.cid-uAYXNR1UWf .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAYXNR1UWf .mbr-text,
.cid-uAYXNR1UWf .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uAYXNR1UWf .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAYXNR1UWf .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAYXNR1UWf .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAYXNR1UWf .mbr-card-title {
  color: #393193;
}
.cid-uAYXOK5W37 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAYXOK5W37 .mbr-text {
  color: #000000;
}
.cid-uAYXOK5W37 .mbr-section-subtitle {
  color: #000000;
}
.cid-uAYXOK5W37 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAYXOK5W37 .mbr-text,
.cid-uAYXOK5W37 .item .mbr-section-btn {
  text-align: left;
}
.cid-uAYXOK5W37 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAYXOK5W37 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAYXOK5W37 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAYXOK5W37 .mbr-card-title {
  color: #393193;
}
.cid-uAYYafHhTM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAYYafHhTM .mbr-text {
  color: #000000;
}
.cid-uAYYafHhTM .mbr-section-subtitle {
  color: #000000;
}
.cid-uAYYafHhTM .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAYYafHhTM .mbr-text,
.cid-uAYYafHhTM .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uAYYafHhTM .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAYYafHhTM .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAYYafHhTM .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAYYafHhTM .mbr-card-title {
  color: #393193;
}
.cid-uAYYbe72A0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAYYbe72A0 .mbr-text {
  color: #000000;
}
.cid-uAYYbe72A0 .mbr-section-subtitle {
  color: #000000;
}
.cid-uAYYbe72A0 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAYYbe72A0 .mbr-text,
.cid-uAYYbe72A0 .item .mbr-section-btn {
  text-align: left;
}
.cid-uAYYbe72A0 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAYYbe72A0 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAYYbe72A0 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAYYbe72A0 .mbr-card-title {
  color: #393193;
}
.cid-uAYYGgdsEm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAYYGgdsEm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAYYGgdsEm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAYYGgdsEm .content-text {
  max-width: 800px;
}
.cid-uAYWawuqO2 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uAYWawuqO2 .mbr-text {
  color: #000000;
}
.cid-uAYWawuqO2 .mbr-section-subtitle {
  color: #000000;
}
.cid-uAYWawuqO2 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAYWawuqO2 .mbr-text,
.cid-uAYWawuqO2 .item .mbr-section-btn {
  text-align: left;
}
.cid-uAYWawuqO2 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAYWawuqO2 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAYWawuqO2 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAYWawuqO2 .mbr-card-title {
  color: #393193;
}
.cid-uAYWawLqC3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uAYWawLqC3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAYWawLqC3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAYWawLqC3 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uAYWawLqC3 .footer-col {
    flex-direction: column;
  }
}
.cid-uAYWawLqC3 .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uAYWawLqC3 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uAYWawLqC3 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uAYWawLqC3 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uAYWawLqC3 .mbr-section-btn {
    text-align: center;
  }
}
.cid-uAYWawLqC3 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uAYWawLqC3 .soc-item {
  margin: 8px;
}
.cid-uAYWawLqC3 .soc-item a:hover .mbr-iconfont,
.cid-uAYWawLqC3 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uAYWawLqC3 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uAYWawLqC3 .row {
    text-align: center;
  }
  .cid-uAYWawLqC3 .social-row {
    justify-content: center;
  }
}
.cid-uAYWawLqC3 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uAYWawLqC3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAYWawLqC3 .list {
    margin-bottom: 0rem;
  }
}
.cid-uAYWawLqC3 .mbr-text {
  color: #bbbbbb;
}
.cid-uAYWawLqC3 .mbr-section-subtitle {
  color: #000000;
}
.cid-uAYWawLqC3 .list,
.cid-uAYWawLqC3 .item-wrap {
  color: #232323;
}
.cid-uAYWawLqC3 .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uAZ1eZ2u04 {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/pompeii-lg.webp");
}
.cid-uAZ1eZ2u04 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uAZ1eZ2u04 {
    align-items: flex-end;
  }
  .cid-uAZ1eZ2u04 .row {
    justify-content: center;
  }
  .cid-uAZ1eZ2u04 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uAZ1eZ2u04 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uAZ1eZ2u04 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uAZ1eZ2u04 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uAZ1eZ2u04 .content-wrap {
    width: 100%;
  }
}
.cid-uAZ1eZ2u04 .mbr-section-title,
.cid-uAZ1eZ2u04 .mbr-section-subtitle {
  text-align: center;
}
.cid-uAZ1eZ2u04 .mbr-text,
.cid-uAZ1eZ2u04 .mbr-section-btn {
  text-align: center;
  color: #9c98cf;
}
.cid-uAZ1eZ2u04 .mbr-section-title {
  color: #9c98cf;
}
.cid-uAZ1eZyiMU {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAZ1eZyiMU .mbr-text {
  color: #000000;
}
.cid-uAZ1eZyiMU .mbr-section-subtitle {
  color: #000000;
}
.cid-uAZ1eZyiMU .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAZ1eZyiMU .mbr-text,
.cid-uAZ1eZyiMU .item .mbr-section-btn {
  text-align: left;
}
.cid-uAZ1eZyiMU .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAZ1eZyiMU .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAZ1eZyiMU .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAZ1eZyiMU .mbr-card-title {
  color: #393193;
}
.cid-uAZ1eZZ69V {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uAZ1eZZ69V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZ1eZZ69V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZ1eZZ69V .row {
  flex-direction: row-reverse;
}
.cid-uAZ1eZZ69V .mbr-description {
  text-align: center;
}
.cid-uAZ244K2aw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAZ244K2aw .mbr-text {
  color: #000000;
}
.cid-uAZ244K2aw .mbr-section-subtitle {
  color: #000000;
}
.cid-uAZ244K2aw .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAZ244K2aw .mbr-text,
.cid-uAZ244K2aw .item .mbr-section-btn {
  text-align: left;
}
.cid-uAZ244K2aw .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAZ244K2aw .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAZ244K2aw .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAZ244K2aw .mbr-card-title {
  color: #393193;
}
.cid-uAZ22Eb1jp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAZ22Eb1jp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZ22Eb1jp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZ22Eb1jp .row {
  flex-direction: row-reverse;
}
.cid-uAZ22Eb1jp .mbr-description {
  text-align: center;
}
.cid-uAZ2k4N4ve {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAZ2k4N4ve .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZ2k4N4ve .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZ2k4N4ve .row {
  flex-direction: row-reverse;
}
.cid-uAZ2k4N4ve .mbr-description {
  text-align: center;
}
.cid-uAZ2l95jKJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAZ2l95jKJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZ2l95jKJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZ2l95jKJ .row {
  flex-direction: row-reverse;
}
.cid-uAZ2l95jKJ .mbr-description {
  text-align: center;
}
.cid-uAZ24Wsah1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAZ24Wsah1 .mbr-text {
  color: #000000;
}
.cid-uAZ24Wsah1 .mbr-section-subtitle {
  color: #000000;
}
.cid-uAZ24Wsah1 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAZ24Wsah1 .mbr-text,
.cid-uAZ24Wsah1 .item .mbr-section-btn {
  text-align: left;
}
.cid-uAZ24Wsah1 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAZ24Wsah1 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAZ24Wsah1 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAZ24Wsah1 .mbr-card-title {
  color: #393193;
}
.cid-uAZ1f0BwJI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAZ1f0BwJI .mbr-text {
  color: #000000;
}
.cid-uAZ1f0BwJI .mbr-section-subtitle {
  color: #000000;
}
.cid-uAZ1f0BwJI .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAZ1f0BwJI .mbr-text,
.cid-uAZ1f0BwJI .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uAZ1f0BwJI .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAZ1f0BwJI .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAZ1f0BwJI .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAZ1f0BwJI .mbr-card-title {
  color: #393193;
}
.cid-uAZ1f0VGCs {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uAZ1f0VGCs .mbr-text {
  color: #000000;
}
.cid-uAZ1f0VGCs .mbr-section-subtitle {
  color: #000000;
}
.cid-uAZ1f0VGCs .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAZ1f0VGCs .mbr-text,
.cid-uAZ1f0VGCs .item .mbr-section-btn {
  text-align: left;
}
.cid-uAZ1f0VGCs .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAZ1f0VGCs .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAZ1f0VGCs .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAZ1f0VGCs .mbr-card-title {
  color: #393193;
}
.cid-uAZ1f1cCXG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uAZ1f1cCXG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZ1f1cCXG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZ1f1cCXG .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uAZ1f1cCXG .footer-col {
    flex-direction: column;
  }
}
.cid-uAZ1f1cCXG .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uAZ1f1cCXG .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uAZ1f1cCXG .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uAZ1f1cCXG .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uAZ1f1cCXG .mbr-section-btn {
    text-align: center;
  }
}
.cid-uAZ1f1cCXG .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uAZ1f1cCXG .soc-item {
  margin: 8px;
}
.cid-uAZ1f1cCXG .soc-item a:hover .mbr-iconfont,
.cid-uAZ1f1cCXG .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uAZ1f1cCXG .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uAZ1f1cCXG .row {
    text-align: center;
  }
  .cid-uAZ1f1cCXG .social-row {
    justify-content: center;
  }
}
.cid-uAZ1f1cCXG .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uAZ1f1cCXG .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAZ1f1cCXG .list {
    margin-bottom: 0rem;
  }
}
.cid-uAZ1f1cCXG .mbr-text {
  color: #bbbbbb;
}
.cid-uAZ1f1cCXG .mbr-section-subtitle {
  color: #000000;
}
.cid-uAZ1f1cCXG .list,
.cid-uAZ1f1cCXG .item-wrap {
  color: #232323;
}
.cid-uAZ1f1cCXG .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uAZ5KzntTa {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/north-lg.webp");
}
.cid-uAZ5KzntTa .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uAZ5KzntTa {
    align-items: flex-end;
  }
  .cid-uAZ5KzntTa .row {
    justify-content: center;
  }
  .cid-uAZ5KzntTa .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uAZ5KzntTa .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uAZ5KzntTa {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uAZ5KzntTa .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uAZ5KzntTa .content-wrap {
    width: 100%;
  }
}
.cid-uAZ5KzntTa .mbr-section-title,
.cid-uAZ5KzntTa .mbr-section-subtitle {
  text-align: center;
}
.cid-uAZ5KzntTa .mbr-text,
.cid-uAZ5KzntTa .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uAZ5KzntTa .mbr-section-title {
  color: #000000;
}
.cid-uAZ5KzNMLJ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAZ5KzNMLJ .mbr-text {
  color: #000000;
}
.cid-uAZ5KzNMLJ .mbr-section-subtitle {
  color: #000000;
}
.cid-uAZ5KzNMLJ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAZ5KzNMLJ .mbr-text,
.cid-uAZ5KzNMLJ .item .mbr-section-btn {
  text-align: left;
}
.cid-uAZ5KzNMLJ .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAZ5KzNMLJ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAZ5KzNMLJ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAZ5KzNMLJ .mbr-card-title {
  color: #393193;
}
.cid-uAZ6dmin9S {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAZ6dmin9S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZ6dmin9S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZ6dmin9S .row {
  flex-direction: row-reverse;
}
.cid-uAZ6dmin9S .mbr-description {
  text-align: center;
}
.cid-uAZ6eq1scm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAZ6eq1scm .mbr-text {
  color: #000000;
}
.cid-uAZ6eq1scm .mbr-section-subtitle {
  color: #000000;
}
.cid-uAZ6eq1scm .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAZ6eq1scm .mbr-text,
.cid-uAZ6eq1scm .item .mbr-section-btn {
  text-align: left;
}
.cid-uAZ6eq1scm .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAZ6eq1scm .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAZ6eq1scm .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAZ6eq1scm .mbr-card-title {
  color: #393193;
}
.cid-uAZ5KAesq2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAZ5KAesq2 .mbr-text {
  color: #000000;
}
.cid-uAZ5KAesq2 .mbr-section-subtitle {
  color: #000000;
}
.cid-uAZ5KAesq2 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAZ5KAesq2 .mbr-text,
.cid-uAZ5KAesq2 .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uAZ5KAesq2 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAZ5KAesq2 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAZ5KAesq2 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAZ5KAesq2 .mbr-card-title {
  color: #393193;
}
.cid-uAZ5KAwMes {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uAZ5KAwMes .mbr-text {
  color: #000000;
}
.cid-uAZ5KAwMes .mbr-section-subtitle {
  color: #000000;
}
.cid-uAZ5KAwMes .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAZ5KAwMes .mbr-text,
.cid-uAZ5KAwMes .item .mbr-section-btn {
  text-align: left;
}
.cid-uAZ5KAwMes .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAZ5KAwMes .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAZ5KAwMes .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAZ5KAwMes .mbr-card-title {
  color: #393193;
}
.cid-uAZ5KAIrpP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uAZ5KAIrpP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAZ5KAIrpP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAZ5KAIrpP .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uAZ5KAIrpP .footer-col {
    flex-direction: column;
  }
}
.cid-uAZ5KAIrpP .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uAZ5KAIrpP .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uAZ5KAIrpP .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uAZ5KAIrpP .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uAZ5KAIrpP .mbr-section-btn {
    text-align: center;
  }
}
.cid-uAZ5KAIrpP .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uAZ5KAIrpP .soc-item {
  margin: 8px;
}
.cid-uAZ5KAIrpP .soc-item a:hover .mbr-iconfont,
.cid-uAZ5KAIrpP .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uAZ5KAIrpP .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uAZ5KAIrpP .row {
    text-align: center;
  }
  .cid-uAZ5KAIrpP .social-row {
    justify-content: center;
  }
}
.cid-uAZ5KAIrpP .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uAZ5KAIrpP .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAZ5KAIrpP .list {
    margin-bottom: 0rem;
  }
}
.cid-uAZ5KAIrpP .mbr-text {
  color: #bbbbbb;
}
.cid-uAZ5KAIrpP .mbr-section-subtitle {
  color: #000000;
}
.cid-uAZ5KAIrpP .list,
.cid-uAZ5KAIrpP .item-wrap {
  color: #232323;
}
.cid-uAZ5KAIrpP .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uB0K4bEDDy {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/petra-lg.webp");
}
.cid-uB0K4bEDDy .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uB0K4bEDDy {
    align-items: flex-end;
  }
  .cid-uB0K4bEDDy .row {
    justify-content: center;
  }
  .cid-uB0K4bEDDy .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uB0K4bEDDy .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uB0K4bEDDy {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uB0K4bEDDy .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uB0K4bEDDy .content-wrap {
    width: 100%;
  }
}
.cid-uB0K4bEDDy .mbr-section-title,
.cid-uB0K4bEDDy .mbr-section-subtitle {
  text-align: center;
}
.cid-uB0K4bEDDy .mbr-text,
.cid-uB0K4bEDDy .mbr-section-btn {
  text-align: center;
}
.cid-uB0K4cgxVX {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uB0K4cgxVX .mbr-text {
  color: #000000;
}
.cid-uB0K4cgxVX .mbr-section-subtitle {
  color: #000000;
}
.cid-uB0K4cgxVX .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uB0K4cgxVX .mbr-text,
.cid-uB0K4cgxVX .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uB0K4cgxVX .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uB0K4cgxVX .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uB0K4cgxVX .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uB0K4cgxVX .mbr-card-title {
  color: #393193;
}
.cid-uB0LiMoYP3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uB0LiMoYP3 .mbr-text {
  color: #000000;
}
.cid-uB0LiMoYP3 .mbr-section-subtitle {
  color: #000000;
}
.cid-uB0LiMoYP3 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uB0LiMoYP3 .mbr-text,
.cid-uB0LiMoYP3 .item .mbr-section-btn {
  text-align: left;
}
.cid-uB0LiMoYP3 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uB0LiMoYP3 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uB0LiMoYP3 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uB0LiMoYP3 .mbr-card-title {
  color: #393193;
}
.cid-uB0K4cGnGV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uB0K4cGnGV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB0K4cGnGV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB0K4cGnGV .row {
  flex-direction: row-reverse;
}
.cid-uB0K4cGnGV .mbr-description {
  text-align: center;
}
.cid-uB0LjqFGXZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uB0LjqFGXZ .mbr-text {
  color: #000000;
}
.cid-uB0LjqFGXZ .mbr-section-subtitle {
  color: #000000;
}
.cid-uB0LjqFGXZ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uB0LjqFGXZ .mbr-text,
.cid-uB0LjqFGXZ .item .mbr-section-btn {
  text-align: left;
}
.cid-uB0LjqFGXZ .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uB0LjqFGXZ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uB0LjqFGXZ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uB0LjqFGXZ .mbr-card-title {
  color: #393193;
}
.cid-uB0K4daFoZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uB0K4daFoZ .mbr-text {
  color: #000000;
}
.cid-uB0K4daFoZ .mbr-section-subtitle {
  color: #000000;
}
.cid-uB0K4daFoZ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uB0K4daFoZ .mbr-text,
.cid-uB0K4daFoZ .item .mbr-section-btn {
  text-align: left;
}
.cid-uB0K4daFoZ .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uB0K4daFoZ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uB0K4daFoZ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uB0K4daFoZ .mbr-card-title {
  color: #393193;
}
.cid-uB0K4dMLyp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uB0K4dMLyp .mbr-text {
  color: #000000;
}
.cid-uB0K4dMLyp .mbr-section-subtitle {
  color: #000000;
}
.cid-uB0K4dMLyp .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uB0K4dMLyp .mbr-text,
.cid-uB0K4dMLyp .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uB0K4dMLyp .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uB0K4dMLyp .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uB0K4dMLyp .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uB0K4dMLyp .mbr-card-title {
  color: #393193;
}
.cid-uB0K4ecRnG {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uB0K4ecRnG .mbr-text {
  color: #000000;
}
.cid-uB0K4ecRnG .mbr-section-subtitle {
  color: #000000;
}
.cid-uB0K4ecRnG .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uB0K4ecRnG .mbr-text,
.cid-uB0K4ecRnG .item .mbr-section-btn {
  text-align: left;
}
.cid-uB0K4ecRnG .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uB0K4ecRnG .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uB0K4ecRnG .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uB0K4ecRnG .mbr-card-title {
  color: #393193;
}
.cid-uB0K4ewjQJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uB0K4ewjQJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB0K4ewjQJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB0K4ewjQJ .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uB0K4ewjQJ .footer-col {
    flex-direction: column;
  }
}
.cid-uB0K4ewjQJ .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uB0K4ewjQJ .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uB0K4ewjQJ .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uB0K4ewjQJ .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uB0K4ewjQJ .mbr-section-btn {
    text-align: center;
  }
}
.cid-uB0K4ewjQJ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uB0K4ewjQJ .soc-item {
  margin: 8px;
}
.cid-uB0K4ewjQJ .soc-item a:hover .mbr-iconfont,
.cid-uB0K4ewjQJ .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uB0K4ewjQJ .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uB0K4ewjQJ .row {
    text-align: center;
  }
  .cid-uB0K4ewjQJ .social-row {
    justify-content: center;
  }
}
.cid-uB0K4ewjQJ .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uB0K4ewjQJ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uB0K4ewjQJ .list {
    margin-bottom: 0rem;
  }
}
.cid-uB0K4ewjQJ .mbr-text {
  color: #bbbbbb;
}
.cid-uB0K4ewjQJ .mbr-section-subtitle {
  color: #000000;
}
.cid-uB0K4ewjQJ .list,
.cid-uB0K4ewjQJ .item-wrap {
  color: #232323;
}
.cid-uB0K4ewjQJ .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uB0TdVKQnT {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/calendar-meta.webp");
}
.cid-uB0TdVKQnT .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uB0TdVKQnT {
    align-items: flex-end;
  }
  .cid-uB0TdVKQnT .row {
    justify-content: center;
  }
  .cid-uB0TdVKQnT .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uB0TdVKQnT .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uB0TdVKQnT {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uB0TdVKQnT .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uB0TdVKQnT .content-wrap {
    width: 100%;
  }
}
.cid-uB0TdVKQnT .mbr-section-title,
.cid-uB0TdVKQnT .mbr-section-subtitle {
  text-align: center;
}
.cid-uB0TdVKQnT .mbr-text,
.cid-uB0TdVKQnT .mbr-section-btn {
  text-align: center;
}
.cid-uB0TdWzjjG {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uB0TdWzjjG .mbr-text {
  color: #000000;
}
.cid-uB0TdWzjjG .mbr-section-subtitle {
  color: #000000;
}
.cid-uB0TdWzjjG .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uB0TdWzjjG .mbr-text,
.cid-uB0TdWzjjG .item .mbr-section-btn {
  text-align: left;
}
.cid-uB0TdWzjjG .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uB0TdWzjjG .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uB0TdWzjjG .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uB0TdWzjjG .mbr-card-title {
  color: #393193;
}
.cid-uB0Ujd7DMv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uB0Ujd7DMv .mbr-text {
  color: #000000;
}
.cid-uB0Ujd7DMv .mbr-section-subtitle {
  color: #000000;
}
.cid-uB0Ujd7DMv .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uB0Ujd7DMv .mbr-text,
.cid-uB0Ujd7DMv .item .mbr-section-btn {
  text-align: left;
}
.cid-uB0Ujd7DMv .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uB0Ujd7DMv .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uB0Ujd7DMv .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uB0Ujd7DMv .mbr-card-title {
  color: #393193;
}
.cid-uB0TdXmxpr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uB0TdXmxpr .mbr-text {
  color: #000000;
}
.cid-uB0TdXmxpr .mbr-section-subtitle {
  color: #000000;
}
.cid-uB0TdXmxpr .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uB0TdXmxpr .mbr-text,
.cid-uB0TdXmxpr .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uB0TdXmxpr .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uB0TdXmxpr .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uB0TdXmxpr .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uB0TdXmxpr .mbr-card-title {
  color: #393193;
}
.cid-uB0TdXRihV {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uB0TdXRihV .mbr-text {
  color: #000000;
}
.cid-uB0TdXRihV .mbr-section-subtitle {
  color: #000000;
}
.cid-uB0TdXRihV .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uB0TdXRihV .mbr-text,
.cid-uB0TdXRihV .item .mbr-section-btn {
  text-align: left;
}
.cid-uB0TdXRihV .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uB0TdXRihV .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uB0TdXRihV .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uB0TdXRihV .mbr-card-title {
  color: #393193;
}
.cid-uB0TdYdxL2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uB0TdYdxL2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB0TdYdxL2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB0TdYdxL2 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uB0TdYdxL2 .footer-col {
    flex-direction: column;
  }
}
.cid-uB0TdYdxL2 .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uB0TdYdxL2 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uB0TdYdxL2 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uB0TdYdxL2 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uB0TdYdxL2 .mbr-section-btn {
    text-align: center;
  }
}
.cid-uB0TdYdxL2 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uB0TdYdxL2 .soc-item {
  margin: 8px;
}
.cid-uB0TdYdxL2 .soc-item a:hover .mbr-iconfont,
.cid-uB0TdYdxL2 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uB0TdYdxL2 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uB0TdYdxL2 .row {
    text-align: center;
  }
  .cid-uB0TdYdxL2 .social-row {
    justify-content: center;
  }
}
.cid-uB0TdYdxL2 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uB0TdYdxL2 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uB0TdYdxL2 .list {
    margin-bottom: 0rem;
  }
}
.cid-uB0TdYdxL2 .mbr-text {
  color: #bbbbbb;
}
.cid-uB0TdYdxL2 .mbr-section-subtitle {
  color: #000000;
}
.cid-uB0TdYdxL2 .list,
.cid-uB0TdYdxL2 .item-wrap {
  color: #232323;
}
.cid-uB0TdYdxL2 .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uB0WJujrO6 {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/ubar-lg.webp");
}
.cid-uB0WJujrO6 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uB0WJujrO6 {
    align-items: flex-end;
  }
  .cid-uB0WJujrO6 .row {
    justify-content: center;
  }
  .cid-uB0WJujrO6 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uB0WJujrO6 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uB0WJujrO6 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uB0WJujrO6 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uB0WJujrO6 .content-wrap {
    width: 100%;
  }
}
.cid-uB0WJujrO6 .mbr-section-title,
.cid-uB0WJujrO6 .mbr-section-subtitle {
  text-align: center;
}
.cid-uB0WJujrO6 .mbr-text,
.cid-uB0WJujrO6 .mbr-section-btn {
  text-align: center;
}
.cid-uB0WJv9ZG6 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uB0WJv9ZG6 .mbr-text {
  color: #000000;
}
.cid-uB0WJv9ZG6 .mbr-section-subtitle {
  color: #000000;
}
.cid-uB0WJv9ZG6 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uB0WJv9ZG6 .mbr-text,
.cid-uB0WJv9ZG6 .item .mbr-section-btn {
  text-align: left;
}
.cid-uB0WJv9ZG6 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uB0WJv9ZG6 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uB0WJv9ZG6 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uB0WJv9ZG6 .mbr-card-title {
  color: #393193;
}
.cid-uB0WJvMrqt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uB0WJvMrqt .mbr-text {
  color: #000000;
}
.cid-uB0WJvMrqt .mbr-section-subtitle {
  color: #000000;
}
.cid-uB0WJvMrqt .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uB0WJvMrqt .mbr-text,
.cid-uB0WJvMrqt .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uB0WJvMrqt .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uB0WJvMrqt .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uB0WJvMrqt .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uB0WJvMrqt .mbr-card-title {
  color: #393193;
}
.cid-uB0WJwet59 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uB0WJwet59 .mbr-text {
  color: #000000;
}
.cid-uB0WJwet59 .mbr-section-subtitle {
  color: #000000;
}
.cid-uB0WJwet59 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uB0WJwet59 .mbr-text,
.cid-uB0WJwet59 .item .mbr-section-btn {
  text-align: left;
}
.cid-uB0WJwet59 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uB0WJwet59 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uB0WJwet59 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uB0WJwet59 .mbr-card-title {
  color: #393193;
}
.cid-uB0WJwNFjs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uB0WJwNFjs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB0WJwNFjs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB0WJwNFjs .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uB0WJwNFjs .footer-col {
    flex-direction: column;
  }
}
.cid-uB0WJwNFjs .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uB0WJwNFjs .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uB0WJwNFjs .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uB0WJwNFjs .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uB0WJwNFjs .mbr-section-btn {
    text-align: center;
  }
}
.cid-uB0WJwNFjs .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uB0WJwNFjs .soc-item {
  margin: 8px;
}
.cid-uB0WJwNFjs .soc-item a:hover .mbr-iconfont,
.cid-uB0WJwNFjs .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uB0WJwNFjs .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uB0WJwNFjs .row {
    text-align: center;
  }
  .cid-uB0WJwNFjs .social-row {
    justify-content: center;
  }
}
.cid-uB0WJwNFjs .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uB0WJwNFjs .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uB0WJwNFjs .list {
    margin-bottom: 0rem;
  }
}
.cid-uB0WJwNFjs .mbr-text {
  color: #bbbbbb;
}
.cid-uB0WJwNFjs .mbr-section-subtitle {
  color: #000000;
}
.cid-uB0WJwNFjs .list,
.cid-uB0WJwNFjs .item-wrap {
  color: #232323;
}
.cid-uB0WJwNFjs .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uB1atuF3Kg {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/skydiving-meta.webp");
}
.cid-uB1atuF3Kg .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uB1atuF3Kg {
    align-items: flex-end;
  }
  .cid-uB1atuF3Kg .row {
    justify-content: center;
  }
  .cid-uB1atuF3Kg .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uB1atuF3Kg .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uB1atuF3Kg {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uB1atuF3Kg .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uB1atuF3Kg .content-wrap {
    width: 100%;
  }
}
.cid-uB1atuF3Kg .mbr-section-title,
.cid-uB1atuF3Kg .mbr-section-subtitle {
  text-align: center;
}
.cid-uB1atuF3Kg .mbr-text,
.cid-uB1atuF3Kg .mbr-section-btn {
  text-align: center;
}
.cid-uB1atvbjQG {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uB1atvbjQG .mbr-text {
  color: #000000;
}
.cid-uB1atvbjQG .mbr-section-subtitle {
  color: #000000;
}
.cid-uB1atvbjQG .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uB1atvbjQG .mbr-text,
.cid-uB1atvbjQG .item .mbr-section-btn {
  text-align: left;
}
.cid-uB1atvbjQG .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uB1atvbjQG .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uB1atvbjQG .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uB1atvbjQG .mbr-card-title {
  color: #393193;
}
.cid-uB1atvF5wH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uB1atvF5wH .mbr-text {
  color: #000000;
}
.cid-uB1atvF5wH .mbr-section-subtitle {
  color: #000000;
}
.cid-uB1atvF5wH .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uB1atvF5wH .mbr-text,
.cid-uB1atvF5wH .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uB1atvF5wH .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uB1atvF5wH .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uB1atvF5wH .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uB1atvF5wH .mbr-card-title {
  color: #393193;
}
.cid-uB1atw7oAs {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uB1atw7oAs .mbr-text {
  color: #000000;
}
.cid-uB1atw7oAs .mbr-section-subtitle {
  color: #000000;
}
.cid-uB1atw7oAs .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uB1atw7oAs .mbr-text,
.cid-uB1atw7oAs .item .mbr-section-btn {
  text-align: left;
}
.cid-uB1atw7oAs .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uB1atw7oAs .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uB1atw7oAs .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uB1atw7oAs .mbr-card-title {
  color: #393193;
}
.cid-uB1atwwXtW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uB1atwwXtW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB1atwwXtW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB1atwwXtW .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uB1atwwXtW .footer-col {
    flex-direction: column;
  }
}
.cid-uB1atwwXtW .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uB1atwwXtW .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uB1atwwXtW .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uB1atwwXtW .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uB1atwwXtW .mbr-section-btn {
    text-align: center;
  }
}
.cid-uB1atwwXtW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uB1atwwXtW .soc-item {
  margin: 8px;
}
.cid-uB1atwwXtW .soc-item a:hover .mbr-iconfont,
.cid-uB1atwwXtW .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uB1atwwXtW .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uB1atwwXtW .row {
    text-align: center;
  }
  .cid-uB1atwwXtW .social-row {
    justify-content: center;
  }
}
.cid-uB1atwwXtW .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uB1atwwXtW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uB1atwwXtW .list {
    margin-bottom: 0rem;
  }
}
.cid-uB1atwwXtW .mbr-text {
  color: #bbbbbb;
}
.cid-uB1atwwXtW .mbr-section-subtitle {
  color: #000000;
}
.cid-uB1atwwXtW .list,
.cid-uB1atwwXtW .item-wrap {
  color: #232323;
}
.cid-uB1atwwXtW .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uB5b1ZvDqD {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/hieroglyphs-meta.webp");
}
.cid-uB5b1ZvDqD .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uB5b1ZvDqD {
    align-items: flex-end;
  }
  .cid-uB5b1ZvDqD .row {
    justify-content: center;
  }
  .cid-uB5b1ZvDqD .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uB5b1ZvDqD .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uB5b1ZvDqD {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uB5b1ZvDqD .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uB5b1ZvDqD .content-wrap {
    width: 100%;
  }
}
.cid-uB5b1ZvDqD .mbr-section-title,
.cid-uB5b1ZvDqD .mbr-section-subtitle {
  text-align: center;
}
.cid-uB5b1ZvDqD .mbr-text,
.cid-uB5b1ZvDqD .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uB5b1ZvDqD .mbr-section-title {
  color: #000000;
}
.cid-uB5b1ZXrYL {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uB5b1ZXrYL .mbr-text {
  color: #000000;
}
.cid-uB5b1ZXrYL .mbr-section-subtitle {
  color: #000000;
}
.cid-uB5b1ZXrYL .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uB5b1ZXrYL .mbr-text,
.cid-uB5b1ZXrYL .item .mbr-section-btn {
  text-align: left;
}
.cid-uB5b1ZXrYL .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uB5b1ZXrYL .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uB5b1ZXrYL .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uB5b1ZXrYL .mbr-card-title {
  color: #393193;
}
.cid-uB5b20hf97 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uB5b20hf97 .mbr-text {
  color: #000000;
}
.cid-uB5b20hf97 .mbr-section-subtitle {
  color: #000000;
}
.cid-uB5b20hf97 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uB5b20hf97 .mbr-text,
.cid-uB5b20hf97 .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uB5b20hf97 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uB5b20hf97 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uB5b20hf97 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uB5b20hf97 .mbr-card-title {
  color: #393193;
}
.cid-uB5b20unbA {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uB5b20unbA .mbr-text {
  color: #000000;
}
.cid-uB5b20unbA .mbr-section-subtitle {
  color: #000000;
}
.cid-uB5b20unbA .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uB5b20unbA .mbr-text,
.cid-uB5b20unbA .item .mbr-section-btn {
  text-align: left;
}
.cid-uB5b20unbA .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uB5b20unbA .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uB5b20unbA .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uB5b20unbA .mbr-card-title {
  color: #393193;
}
.cid-uB5b20H5q7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uB5b20H5q7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB5b20H5q7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB5b20H5q7 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uB5b20H5q7 .footer-col {
    flex-direction: column;
  }
}
.cid-uB5b20H5q7 .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uB5b20H5q7 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uB5b20H5q7 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uB5b20H5q7 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uB5b20H5q7 .mbr-section-btn {
    text-align: center;
  }
}
.cid-uB5b20H5q7 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uB5b20H5q7 .soc-item {
  margin: 8px;
}
.cid-uB5b20H5q7 .soc-item a:hover .mbr-iconfont,
.cid-uB5b20H5q7 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uB5b20H5q7 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uB5b20H5q7 .row {
    text-align: center;
  }
  .cid-uB5b20H5q7 .social-row {
    justify-content: center;
  }
}
.cid-uB5b20H5q7 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uB5b20H5q7 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uB5b20H5q7 .list {
    margin-bottom: 0rem;
  }
}
.cid-uB5b20H5q7 .mbr-text {
  color: #bbbbbb;
}
.cid-uB5b20H5q7 .mbr-section-subtitle {
  color: #000000;
}
.cid-uB5b20H5q7 .list,
.cid-uB5b20H5q7 .item-wrap {
  color: #232323;
}
.cid-uB5b20H5q7 .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uB5eiAtoTX {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mummy-lg.webp");
}
.cid-uB5eiAtoTX .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uB5eiAtoTX {
    align-items: flex-end;
  }
  .cid-uB5eiAtoTX .row {
    justify-content: center;
  }
  .cid-uB5eiAtoTX .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uB5eiAtoTX .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uB5eiAtoTX {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uB5eiAtoTX .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uB5eiAtoTX .content-wrap {
    width: 100%;
  }
}
.cid-uB5eiAtoTX .mbr-section-title,
.cid-uB5eiAtoTX .mbr-section-subtitle {
  text-align: center;
}
.cid-uB5eiAtoTX .mbr-text,
.cid-uB5eiAtoTX .mbr-section-btn {
  text-align: center;
}
.cid-uB5eiB1bli {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uB5eiB1bli .mbr-text {
  color: #000000;
}
.cid-uB5eiB1bli .mbr-section-subtitle {
  color: #000000;
}
.cid-uB5eiB1bli .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uB5eiB1bli .mbr-text,
.cid-uB5eiB1bli .item .mbr-section-btn {
  text-align: left;
}
.cid-uB5eiB1bli .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uB5eiB1bli .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uB5eiB1bli .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uB5eiB1bli .mbr-card-title {
  color: #393193;
}
.cid-uB5eiBsHFO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uB5eiBsHFO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB5eiBsHFO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB5eiBsHFO .row {
  flex-direction: row-reverse;
}
.cid-uB5eiBsHFO .mbr-description {
  text-align: center;
}
.cid-uB5eiBM4ht {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uB5eiBM4ht .mbr-text {
  color: #000000;
}
.cid-uB5eiBM4ht .mbr-section-subtitle {
  color: #000000;
}
.cid-uB5eiBM4ht .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uB5eiBM4ht .mbr-text,
.cid-uB5eiBM4ht .item .mbr-section-btn {
  text-align: left;
}
.cid-uB5eiBM4ht .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uB5eiBM4ht .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uB5eiBM4ht .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uB5eiBM4ht .mbr-card-title {
  color: #393193;
}
.cid-uB5fzFVZC0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uB5fzFVZC0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB5fzFVZC0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB5fzFVZC0 .row {
  flex-direction: row-reverse;
}
.cid-uB5fzFVZC0 .mbr-description {
  text-align: center;
}
.cid-uB5fApezaR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uB5fApezaR .mbr-text {
  color: #000000;
}
.cid-uB5fApezaR .mbr-section-subtitle {
  color: #000000;
}
.cid-uB5fApezaR .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uB5fApezaR .mbr-text,
.cid-uB5fApezaR .item .mbr-section-btn {
  text-align: left;
}
.cid-uB5fApezaR .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uB5fApezaR .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uB5fApezaR .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uB5fApezaR .mbr-card-title {
  color: #393193;
}
.cid-uB5fVEJslQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uB5fVEJslQ .mbr-text {
  color: #000000;
}
.cid-uB5fVEJslQ .mbr-section-subtitle {
  color: #000000;
}
.cid-uB5fVEJslQ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uB5fVEJslQ .mbr-text,
.cid-uB5fVEJslQ .item .mbr-section-btn {
  text-align: left;
}
.cid-uB5fVEJslQ .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uB5fVEJslQ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uB5fVEJslQ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uB5fVEJslQ .mbr-card-title {
  color: #393193;
}
.cid-uB5giiyZSs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uB5giiyZSs .mbr-text {
  color: #000000;
}
.cid-uB5giiyZSs .mbr-section-subtitle {
  color: #000000;
}
.cid-uB5giiyZSs .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uB5giiyZSs .mbr-text,
.cid-uB5giiyZSs .item .mbr-section-btn {
  text-align: left;
}
.cid-uB5giiyZSs .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uB5giiyZSs .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uB5giiyZSs .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uB5giiyZSs .mbr-card-title {
  color: #393193;
}
.cid-uB5go1kVxm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uB5go1kVxm .mbr-text {
  color: #000000;
}
.cid-uB5go1kVxm .mbr-section-subtitle {
  color: #000000;
}
.cid-uB5go1kVxm .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uB5go1kVxm .mbr-text,
.cid-uB5go1kVxm .item .mbr-section-btn {
  text-align: left;
}
.cid-uB5go1kVxm .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uB5go1kVxm .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uB5go1kVxm .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uB5go1kVxm .mbr-card-title {
  color: #393193;
}
.cid-uB5gCKbBpX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uB5gCKbBpX .mbr-text {
  color: #000000;
}
.cid-uB5gCKbBpX .mbr-section-subtitle {
  color: #000000;
}
.cid-uB5gCKbBpX .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uB5gCKbBpX .mbr-text,
.cid-uB5gCKbBpX .item .mbr-section-btn {
  text-align: left;
}
.cid-uB5gCKbBpX .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uB5gCKbBpX .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uB5gCKbBpX .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uB5gCKbBpX .mbr-card-title {
  color: #393193;
}
.cid-uB5eiC2iNN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uB5eiC2iNN .mbr-text {
  color: #000000;
}
.cid-uB5eiC2iNN .mbr-section-subtitle {
  color: #000000;
}
.cid-uB5eiC2iNN .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uB5eiC2iNN .mbr-text,
.cid-uB5eiC2iNN .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uB5eiC2iNN .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uB5eiC2iNN .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uB5eiC2iNN .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uB5eiC2iNN .mbr-card-title {
  color: #393193;
}
.cid-uB5eiCmXaI {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uB5eiCmXaI .mbr-text {
  color: #000000;
}
.cid-uB5eiCmXaI .mbr-section-subtitle {
  color: #000000;
}
.cid-uB5eiCmXaI .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uB5eiCmXaI .mbr-text,
.cid-uB5eiCmXaI .item .mbr-section-btn {
  text-align: left;
}
.cid-uB5eiCmXaI .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uB5eiCmXaI .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uB5eiCmXaI .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uB5eiCmXaI .mbr-card-title {
  color: #393193;
}
.cid-uB5eiCItIh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uB5eiCItIh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB5eiCItIh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB5eiCItIh .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uB5eiCItIh .footer-col {
    flex-direction: column;
  }
}
.cid-uB5eiCItIh .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uB5eiCItIh .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uB5eiCItIh .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uB5eiCItIh .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uB5eiCItIh .mbr-section-btn {
    text-align: center;
  }
}
.cid-uB5eiCItIh .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uB5eiCItIh .soc-item {
  margin: 8px;
}
.cid-uB5eiCItIh .soc-item a:hover .mbr-iconfont,
.cid-uB5eiCItIh .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uB5eiCItIh .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uB5eiCItIh .row {
    text-align: center;
  }
  .cid-uB5eiCItIh .social-row {
    justify-content: center;
  }
}
.cid-uB5eiCItIh .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uB5eiCItIh .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uB5eiCItIh .list {
    margin-bottom: 0rem;
  }
}
.cid-uB5eiCItIh .mbr-text {
  color: #bbbbbb;
}
.cid-uB5eiCItIh .mbr-section-subtitle {
  color: #000000;
}
.cid-uB5eiCItIh .list,
.cid-uB5eiCItIh .item-wrap {
  color: #232323;
}
.cid-uB5eiCItIh .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uB5iSNDrBM {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/haman-lg-1.webp");
}
.cid-uB5iSNDrBM .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uB5iSNDrBM {
    align-items: flex-end;
  }
  .cid-uB5iSNDrBM .row {
    justify-content: center;
  }
  .cid-uB5iSNDrBM .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uB5iSNDrBM .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uB5iSNDrBM {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uB5iSNDrBM .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uB5iSNDrBM .content-wrap {
    width: 100%;
  }
}
.cid-uB5iSNDrBM .mbr-section-title,
.cid-uB5iSNDrBM .mbr-section-subtitle {
  text-align: center;
}
.cid-uB5iSNDrBM .mbr-text,
.cid-uB5iSNDrBM .mbr-section-btn {
  text-align: center;
}
.cid-uB5iSO2SQN {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uB5iSO2SQN .mbr-text {
  color: #000000;
}
.cid-uB5iSO2SQN .mbr-section-subtitle {
  color: #000000;
}
.cid-uB5iSO2SQN .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uB5iSO2SQN .mbr-text,
.cid-uB5iSO2SQN .item .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uB5iSO2SQN .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uB5iSO2SQN .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uB5iSO2SQN .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uB5iSO2SQN .mbr-card-title {
  color: #393193;
}
.cid-uC9f4VCVJr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC9f4VCVJr .mbr-text {
  color: #000000;
}
.cid-uC9f4VCVJr .mbr-section-subtitle {
  color: #000000;
}
.cid-uC9f4VCVJr .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC9f4VCVJr .mbr-text,
.cid-uC9f4VCVJr .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uC9f4VCVJr .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC9f4VCVJr .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC9f4VCVJr .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC9f4VCVJr .mbr-card-title {
  color: #393193;
}
.cid-uB5jWmFk47 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uB5jWmFk47 .mbr-text {
  color: #000000;
}
.cid-uB5jWmFk47 .mbr-section-subtitle {
  color: #000000;
}
.cid-uB5jWmFk47 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uB5jWmFk47 .mbr-text,
.cid-uB5jWmFk47 .item .mbr-section-btn {
  text-align: left;
}
.cid-uB5jWmFk47 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uB5jWmFk47 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uB5jWmFk47 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uB5jWmFk47 .mbr-card-title {
  color: #393193;
}
.cid-uB5iSOlZky {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uB5iSOlZky .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB5iSOlZky .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB5iSOlZky .row {
  flex-direction: row-reverse;
}
.cid-uB5iSOlZky .mbr-description {
  text-align: center;
}
.cid-uB5khiFi5l {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uB5khiFi5l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB5khiFi5l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB5khiFi5l .row {
  flex-direction: row-reverse;
}
.cid-uB5khiFi5l .mbr-description {
  text-align: center;
}
.cid-uB5kxlAcWK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uB5kxlAcWK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB5kxlAcWK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB5kxlAcWK .row {
  flex-direction: row-reverse;
}
.cid-uB5kxlAcWK .mbr-description {
  text-align: center;
}
.cid-uB5kIi9vOd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uB5kIi9vOd .mbr-text {
  color: #000000;
}
.cid-uB5kIi9vOd .mbr-section-subtitle {
  color: #000000;
}
.cid-uB5kIi9vOd .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uB5kIi9vOd .mbr-text,
.cid-uB5kIi9vOd .item .mbr-section-btn {
  text-align: left;
}
.cid-uB5kIi9vOd .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uB5kIi9vOd .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uB5kIi9vOd .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uB5kIi9vOd .mbr-card-title {
  color: #393193;
}
.cid-uB5iSP9bcn {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uB5iSP9bcn .mbr-text {
  color: #000000;
}
.cid-uB5iSP9bcn .mbr-section-subtitle {
  color: #000000;
}
.cid-uB5iSP9bcn .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uB5iSP9bcn .mbr-text,
.cid-uB5iSP9bcn .item .mbr-section-btn {
  text-align: left;
}
.cid-uB5iSP9bcn .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uB5iSP9bcn .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uB5iSP9bcn .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uB5iSP9bcn .mbr-card-title {
  color: #393193;
}
.cid-uB5iSPnqdD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uB5iSPnqdD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB5iSPnqdD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB5iSPnqdD .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uB5iSPnqdD .footer-col {
    flex-direction: column;
  }
}
.cid-uB5iSPnqdD .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uB5iSPnqdD .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uB5iSPnqdD .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uB5iSPnqdD .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uB5iSPnqdD .mbr-section-btn {
    text-align: center;
  }
}
.cid-uB5iSPnqdD .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uB5iSPnqdD .soc-item {
  margin: 8px;
}
.cid-uB5iSPnqdD .soc-item a:hover .mbr-iconfont,
.cid-uB5iSPnqdD .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uB5iSPnqdD .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uB5iSPnqdD .row {
    text-align: center;
  }
  .cid-uB5iSPnqdD .social-row {
    justify-content: center;
  }
}
.cid-uB5iSPnqdD .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uB5iSPnqdD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uB5iSPnqdD .list {
    margin-bottom: 0rem;
  }
}
.cid-uB5iSPnqdD .mbr-text {
  color: #bbbbbb;
}
.cid-uB5iSPnqdD .mbr-section-subtitle {
  color: #000000;
}
.cid-uB5iSPnqdD .list,
.cid-uB5iSPnqdD .item-wrap {
  color: #232323;
}
.cid-uB5iSPnqdD .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uB5FOmTJbC {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/moses-lg.webp");
}
.cid-uB5FOmTJbC .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uB5FOmTJbC {
    align-items: flex-end;
  }
  .cid-uB5FOmTJbC .row {
    justify-content: center;
  }
  .cid-uB5FOmTJbC .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uB5FOmTJbC .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uB5FOmTJbC {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uB5FOmTJbC .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uB5FOmTJbC .content-wrap {
    width: 100%;
  }
}
.cid-uB5FOmTJbC .mbr-section-title,
.cid-uB5FOmTJbC .mbr-section-subtitle {
  text-align: center;
}
.cid-uB5FOmTJbC .mbr-text,
.cid-uB5FOmTJbC .mbr-section-btn {
  text-align: center;
  color: #9c98cf;
}
.cid-uB5FOmTJbC .mbr-section-title {
  color: #9c98cf;
}
.cid-uB5FOnooj8 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uB5FOnooj8 .mbr-text {
  color: #000000;
}
.cid-uB5FOnooj8 .mbr-section-subtitle {
  color: #000000;
}
.cid-uB5FOnooj8 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uB5FOnooj8 .mbr-text,
.cid-uB5FOnooj8 .item .mbr-section-btn {
  text-align: left;
}
.cid-uB5FOnooj8 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uB5FOnooj8 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uB5FOnooj8 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uB5FOnooj8 .mbr-card-title {
  color: #393193;
}
.cid-uB5GHwyVqY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uB5GHwyVqY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB5GHwyVqY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB5GHwyVqY .row {
  flex-direction: row-reverse;
}
.cid-uB5GHwyVqY .mbr-description {
  text-align: center;
}
.cid-uB5GVEbwYF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uB5GVEbwYF .mbr-text {
  color: #000000;
}
.cid-uB5GVEbwYF .mbr-section-subtitle {
  color: #000000;
}
.cid-uB5GVEbwYF .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uB5GVEbwYF .mbr-text,
.cid-uB5GVEbwYF .item .mbr-section-btn {
  text-align: left;
}
.cid-uB5GVEbwYF .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uB5GVEbwYF .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uB5GVEbwYF .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uB5GVEbwYF .mbr-card-title {
  color: #393193;
}
.cid-uB5HsYfOa3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uB5HsYfOa3 .mbr-text {
  color: #000000;
}
.cid-uB5HsYfOa3 .mbr-section-subtitle {
  color: #000000;
}
.cid-uB5HsYfOa3 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uB5HsYfOa3 .mbr-text,
.cid-uB5HsYfOa3 .item .mbr-section-btn {
  text-align: left;
}
.cid-uB5HsYfOa3 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uB5HsYfOa3 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uB5HsYfOa3 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uB5HsYfOa3 .mbr-card-title {
  color: #393193;
}
.cid-uB5FOnRs8r {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uB5FOnRs8r .mbr-text {
  color: #000000;
}
.cid-uB5FOnRs8r .mbr-section-subtitle {
  color: #000000;
}
.cid-uB5FOnRs8r .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uB5FOnRs8r .mbr-text,
.cid-uB5FOnRs8r .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uB5FOnRs8r .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uB5FOnRs8r .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uB5FOnRs8r .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uB5FOnRs8r .mbr-card-title {
  color: #393193;
}
.cid-uB5FOot8RV {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uB5FOot8RV .mbr-text {
  color: #000000;
}
.cid-uB5FOot8RV .mbr-section-subtitle {
  color: #000000;
}
.cid-uB5FOot8RV .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uB5FOot8RV .mbr-text,
.cid-uB5FOot8RV .item .mbr-section-btn {
  text-align: left;
}
.cid-uB5FOot8RV .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uB5FOot8RV .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uB5FOot8RV .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uB5FOot8RV .mbr-card-title {
  color: #393193;
}
.cid-uB5FOp2H2I {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uB5FOp2H2I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB5FOp2H2I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB5FOp2H2I .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uB5FOp2H2I .footer-col {
    flex-direction: column;
  }
}
.cid-uB5FOp2H2I .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uB5FOp2H2I .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uB5FOp2H2I .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uB5FOp2H2I .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uB5FOp2H2I .mbr-section-btn {
    text-align: center;
  }
}
.cid-uB5FOp2H2I .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uB5FOp2H2I .soc-item {
  margin: 8px;
}
.cid-uB5FOp2H2I .soc-item a:hover .mbr-iconfont,
.cid-uB5FOp2H2I .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uB5FOp2H2I .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uB5FOp2H2I .row {
    text-align: center;
  }
  .cid-uB5FOp2H2I .social-row {
    justify-content: center;
  }
}
.cid-uB5FOp2H2I .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uB5FOp2H2I .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uB5FOp2H2I .list {
    margin-bottom: 0rem;
  }
}
.cid-uB5FOp2H2I .mbr-text {
  color: #bbbbbb;
}
.cid-uB5FOp2H2I .mbr-section-subtitle {
  color: #000000;
}
.cid-uB5FOp2H2I .list,
.cid-uB5FOp2H2I .item-wrap {
  color: #232323;
}
.cid-uB5FOp2H2I .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uB5JLhLhx5 {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/karnak-meta.webp");
}
.cid-uB5JLhLhx5 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uB5JLhLhx5 {
    align-items: flex-end;
  }
  .cid-uB5JLhLhx5 .row {
    justify-content: center;
  }
  .cid-uB5JLhLhx5 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uB5JLhLhx5 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uB5JLhLhx5 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uB5JLhLhx5 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uB5JLhLhx5 .content-wrap {
    width: 100%;
  }
}
.cid-uB5JLhLhx5 .mbr-section-title,
.cid-uB5JLhLhx5 .mbr-section-subtitle {
  text-align: center;
}
.cid-uB5JLhLhx5 .mbr-text,
.cid-uB5JLhLhx5 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uB5JLhLhx5 .mbr-section-title {
  color: #000000;
}
.cid-uB5JLijmZu {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uB5JLijmZu .mbr-text {
  color: #000000;
}
.cid-uB5JLijmZu .mbr-section-subtitle {
  color: #000000;
}
.cid-uB5JLijmZu .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uB5JLijmZu .mbr-text,
.cid-uB5JLijmZu .item .mbr-section-btn {
  text-align: left;
}
.cid-uB5JLijmZu .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uB5JLijmZu .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uB5JLijmZu .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uB5JLijmZu .mbr-card-title {
  color: #393193;
}
.cid-uB5JLiBuFM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uB5JLiBuFM .mbr-text {
  color: #000000;
}
.cid-uB5JLiBuFM .mbr-section-subtitle {
  color: #000000;
}
.cid-uB5JLiBuFM .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uB5JLiBuFM .mbr-text,
.cid-uB5JLiBuFM .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uB5JLiBuFM .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uB5JLiBuFM .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uB5JLiBuFM .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uB5JLiBuFM .mbr-card-title {
  color: #393193;
}
.cid-uB5JLiSVAz {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uB5JLiSVAz .mbr-text {
  color: #000000;
}
.cid-uB5JLiSVAz .mbr-section-subtitle {
  color: #000000;
}
.cid-uB5JLiSVAz .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uB5JLiSVAz .mbr-text,
.cid-uB5JLiSVAz .item .mbr-section-btn {
  text-align: left;
}
.cid-uB5JLiSVAz .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uB5JLiSVAz .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uB5JLiSVAz .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uB5JLiSVAz .mbr-card-title {
  color: #393193;
}
.cid-uB5JLjd4s7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uB5JLjd4s7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB5JLjd4s7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB5JLjd4s7 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uB5JLjd4s7 .footer-col {
    flex-direction: column;
  }
}
.cid-uB5JLjd4s7 .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uB5JLjd4s7 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uB5JLjd4s7 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uB5JLjd4s7 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uB5JLjd4s7 .mbr-section-btn {
    text-align: center;
  }
}
.cid-uB5JLjd4s7 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uB5JLjd4s7 .soc-item {
  margin: 8px;
}
.cid-uB5JLjd4s7 .soc-item a:hover .mbr-iconfont,
.cid-uB5JLjd4s7 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uB5JLjd4s7 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uB5JLjd4s7 .row {
    text-align: center;
  }
  .cid-uB5JLjd4s7 .social-row {
    justify-content: center;
  }
}
.cid-uB5JLjd4s7 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uB5JLjd4s7 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uB5JLjd4s7 .list {
    margin-bottom: 0rem;
  }
}
.cid-uB5JLjd4s7 .mbr-text {
  color: #bbbbbb;
}
.cid-uB5JLjd4s7 .mbr-section-subtitle {
  color: #000000;
}
.cid-uB5JLjd4s7 .list,
.cid-uB5JLjd4s7 .item-wrap {
  color: #232323;
}
.cid-uB5JLjd4s7 .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uB5NqDqCUg {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/crucifixion.webp");
}
.cid-uB5NqDqCUg .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uB5NqDqCUg {
    align-items: flex-end;
  }
  .cid-uB5NqDqCUg .row {
    justify-content: center;
  }
  .cid-uB5NqDqCUg .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uB5NqDqCUg .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uB5NqDqCUg {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uB5NqDqCUg .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uB5NqDqCUg .content-wrap {
    width: 100%;
  }
}
.cid-uB5NqDqCUg .mbr-section-title,
.cid-uB5NqDqCUg .mbr-section-subtitle {
  text-align: center;
}
.cid-uB5NqDqCUg .mbr-text,
.cid-uB5NqDqCUg .mbr-section-btn {
  text-align: center;
}
.cid-uB5NqE2sLf {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uB5NqE2sLf .mbr-text {
  color: #000000;
}
.cid-uB5NqE2sLf .mbr-section-subtitle {
  color: #000000;
}
.cid-uB5NqE2sLf .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uB5NqE2sLf .mbr-text,
.cid-uB5NqE2sLf .item .mbr-section-btn {
  text-align: left;
}
.cid-uB5NqE2sLf .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uB5NqE2sLf .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uB5NqE2sLf .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uB5NqE2sLf .mbr-card-title {
  color: #393193;
}
.cid-uB5PCn9c3n {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uB5PCn9c3n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB5PCn9c3n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB5PCn9c3n .row {
  flex-direction: row-reverse;
}
.cid-uB5PCn9c3n .mbr-description {
  text-align: center;
}
.cid-uB5PD6aROS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uB5PD6aROS .mbr-text {
  color: #000000;
}
.cid-uB5PD6aROS .mbr-section-subtitle {
  color: #000000;
}
.cid-uB5PD6aROS .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uB5PD6aROS .mbr-text,
.cid-uB5PD6aROS .item .mbr-section-btn {
  text-align: left;
}
.cid-uB5PD6aROS .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uB5PD6aROS .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uB5PD6aROS .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uB5PD6aROS .mbr-card-title {
  color: #393193;
}
.cid-uB5Qd3Zwnp {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uB5Qd3Zwnp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB5Qd3Zwnp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB5Qd3Zwnp .row {
  flex-direction: row-reverse;
}
.cid-uB5Qd3Zwnp .mbr-description {
  text-align: center;
}
.cid-uB5QdQjeiC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uB5QdQjeiC .mbr-text {
  color: #000000;
}
.cid-uB5QdQjeiC .mbr-section-subtitle {
  color: #000000;
}
.cid-uB5QdQjeiC .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uB5QdQjeiC .mbr-text,
.cid-uB5QdQjeiC .item .mbr-section-btn {
  text-align: left;
}
.cid-uB5QdQjeiC .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uB5QdQjeiC .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uB5QdQjeiC .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uB5QdQjeiC .mbr-card-title {
  color: #393193;
}
.cid-uB5QwBISsd {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uB5QwBISsd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB5QwBISsd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB5QwBISsd .row {
  flex-direction: row-reverse;
}
.cid-uB5QwBISsd .mbr-description {
  text-align: center;
}
.cid-uB5Qxp5zzu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uB5Qxp5zzu .mbr-text {
  color: #000000;
}
.cid-uB5Qxp5zzu .mbr-section-subtitle {
  color: #000000;
}
.cid-uB5Qxp5zzu .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uB5Qxp5zzu .mbr-text,
.cid-uB5Qxp5zzu .item .mbr-section-btn {
  text-align: left;
}
.cid-uB5Qxp5zzu .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uB5Qxp5zzu .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uB5Qxp5zzu .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uB5Qxp5zzu .mbr-card-title {
  color: #393193;
}
.cid-uB5NqEXqM5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uB5NqEXqM5 .mbr-text {
  color: #000000;
}
.cid-uB5NqEXqM5 .mbr-section-subtitle {
  color: #000000;
}
.cid-uB5NqEXqM5 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uB5NqEXqM5 .mbr-text,
.cid-uB5NqEXqM5 .item .mbr-section-btn {
  text-align: left;
}
.cid-uB5NqEXqM5 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uB5NqEXqM5 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uB5NqEXqM5 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uB5NqEXqM5 .mbr-card-title {
  color: #393193;
}
.cid-uB5TabydVW {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uB5TabydVW .mbr-text {
  color: #000000;
}
.cid-uB5TabydVW .mbr-section-subtitle {
  color: #000000;
}
.cid-uB5TabydVW .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uB5TabydVW .mbr-text,
.cid-uB5TabydVW .item .mbr-section-btn {
  text-align: left;
}
.cid-uB5TabydVW .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uB5TabydVW .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uB5TabydVW .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uB5TabydVW .mbr-card-title {
  color: #393193;
}
.cid-uB5NqFetXz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uB5NqFetXz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB5NqFetXz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB5NqFetXz .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uB5NqFetXz .footer-col {
    flex-direction: column;
  }
}
.cid-uB5NqFetXz .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uB5NqFetXz .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uB5NqFetXz .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uB5NqFetXz .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uB5NqFetXz .mbr-section-btn {
    text-align: center;
  }
}
.cid-uB5NqFetXz .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uB5NqFetXz .soc-item {
  margin: 8px;
}
.cid-uB5NqFetXz .soc-item a:hover .mbr-iconfont,
.cid-uB5NqFetXz .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uB5NqFetXz .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uB5NqFetXz .row {
    text-align: center;
  }
  .cid-uB5NqFetXz .social-row {
    justify-content: center;
  }
}
.cid-uB5NqFetXz .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uB5NqFetXz .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uB5NqFetXz .list {
    margin-bottom: 0rem;
  }
}
.cid-uB5NqFetXz .mbr-text {
  color: #bbbbbb;
}
.cid-uB5NqFetXz .mbr-section-subtitle {
  color: #000000;
}
.cid-uB5NqFetXz .list,
.cid-uB5NqFetXz .item-wrap {
  color: #232323;
}
.cid-uB5NqFetXz .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uB5WqT3Tc7 {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/pharaoh-lg.webp");
}
.cid-uB5WqT3Tc7 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uB5WqT3Tc7 {
    align-items: flex-end;
  }
  .cid-uB5WqT3Tc7 .row {
    justify-content: center;
  }
  .cid-uB5WqT3Tc7 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uB5WqT3Tc7 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uB5WqT3Tc7 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uB5WqT3Tc7 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uB5WqT3Tc7 .content-wrap {
    width: 100%;
  }
}
.cid-uB5WqT3Tc7 .mbr-section-title,
.cid-uB5WqT3Tc7 .mbr-section-subtitle {
  text-align: center;
}
.cid-uB5WqT3Tc7 .mbr-text,
.cid-uB5WqT3Tc7 .mbr-section-btn {
  text-align: center;
}
.cid-uB5WqTs785 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uB5WqTs785 .mbr-text {
  color: #000000;
}
.cid-uB5WqTs785 .mbr-section-subtitle {
  color: #000000;
}
.cid-uB5WqTs785 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uB5WqTs785 .mbr-text,
.cid-uB5WqTs785 .item .mbr-section-btn {
  text-align: left;
}
.cid-uB5WqTs785 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uB5WqTs785 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uB5WqTs785 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uB5WqTs785 .mbr-card-title {
  color: #393193;
}
.cid-uB5WqTMvwb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uB5WqTMvwb .mbr-text {
  color: #000000;
}
.cid-uB5WqTMvwb .mbr-section-subtitle {
  color: #000000;
}
.cid-uB5WqTMvwb .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uB5WqTMvwb .mbr-text,
.cid-uB5WqTMvwb .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uB5WqTMvwb .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uB5WqTMvwb .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uB5WqTMvwb .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uB5WqTMvwb .mbr-card-title {
  color: #393193;
}
.cid-uB5XrV3If0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uB5XrV3If0 .mbr-text {
  color: #000000;
}
.cid-uB5XrV3If0 .mbr-section-subtitle {
  color: #000000;
}
.cid-uB5XrV3If0 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uB5XrV3If0 .mbr-text,
.cid-uB5XrV3If0 .item .mbr-section-btn {
  text-align: left;
}
.cid-uB5XrV3If0 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uB5XrV3If0 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uB5XrV3If0 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uB5XrV3If0 .mbr-card-title {
  color: #393193;
}
.cid-uB5XtfZQWs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uB5XtfZQWs .mbr-text {
  color: #000000;
}
.cid-uB5XtfZQWs .mbr-section-subtitle {
  color: #000000;
}
.cid-uB5XtfZQWs .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uB5XtfZQWs .mbr-text,
.cid-uB5XtfZQWs .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uB5XtfZQWs .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uB5XtfZQWs .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uB5XtfZQWs .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uB5XtfZQWs .mbr-card-title {
  color: #393193;
}
.cid-uB5WqU2sGI {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uB5WqU2sGI .mbr-text {
  color: #000000;
}
.cid-uB5WqU2sGI .mbr-section-subtitle {
  color: #000000;
}
.cid-uB5WqU2sGI .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uB5WqU2sGI .mbr-text,
.cid-uB5WqU2sGI .item .mbr-section-btn {
  text-align: left;
}
.cid-uB5WqU2sGI .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uB5WqU2sGI .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uB5WqU2sGI .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uB5WqU2sGI .mbr-card-title {
  color: #393193;
}
.cid-uB5WqUk3XE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uB5WqUk3XE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB5WqUk3XE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB5WqUk3XE .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uB5WqUk3XE .footer-col {
    flex-direction: column;
  }
}
.cid-uB5WqUk3XE .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uB5WqUk3XE .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uB5WqUk3XE .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uB5WqUk3XE .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uB5WqUk3XE .mbr-section-btn {
    text-align: center;
  }
}
.cid-uB5WqUk3XE .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uB5WqUk3XE .soc-item {
  margin: 8px;
}
.cid-uB5WqUk3XE .soc-item a:hover .mbr-iconfont,
.cid-uB5WqUk3XE .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uB5WqUk3XE .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uB5WqUk3XE .row {
    text-align: center;
  }
  .cid-uB5WqUk3XE .social-row {
    justify-content: center;
  }
}
.cid-uB5WqUk3XE .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uB5WqUk3XE .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uB5WqUk3XE .list {
    margin-bottom: 0rem;
  }
}
.cid-uB5WqUk3XE .mbr-text {
  color: #bbbbbb;
}
.cid-uB5WqUk3XE .mbr-section-subtitle {
  color: #000000;
}
.cid-uB5WqUk3XE .list,
.cid-uB5WqUk3XE .item-wrap {
  color: #232323;
}
.cid-uB5WqUk3XE .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uB61i0XQAA {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/door-locks.webp");
}
.cid-uB61i0XQAA .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uB61i0XQAA {
    align-items: flex-end;
  }
  .cid-uB61i0XQAA .row {
    justify-content: center;
  }
  .cid-uB61i0XQAA .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uB61i0XQAA .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uB61i0XQAA {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uB61i0XQAA .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uB61i0XQAA .content-wrap {
    width: 100%;
  }
}
.cid-uB61i0XQAA .mbr-section-title,
.cid-uB61i0XQAA .mbr-section-subtitle {
  text-align: center;
}
.cid-uB61i0XQAA .mbr-text,
.cid-uB61i0XQAA .mbr-section-btn {
  text-align: center;
  color: #9c98cf;
}
.cid-uB61i0XQAA .mbr-section-title {
  color: #9c98cf;
}
.cid-uB61i1VWjR {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uB61i1VWjR .mbr-text {
  color: #000000;
}
.cid-uB61i1VWjR .mbr-section-subtitle {
  color: #000000;
}
.cid-uB61i1VWjR .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uB61i1VWjR .mbr-text,
.cid-uB61i1VWjR .item .mbr-section-btn {
  text-align: left;
}
.cid-uB61i1VWjR .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uB61i1VWjR .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uB61i1VWjR .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uB61i1VWjR .mbr-card-title {
  color: #393193;
}
.cid-uB61i2IeOU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uB61i2IeOU .mbr-text {
  color: #000000;
}
.cid-uB61i2IeOU .mbr-section-subtitle {
  color: #000000;
}
.cid-uB61i2IeOU .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uB61i2IeOU .mbr-text,
.cid-uB61i2IeOU .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uB61i2IeOU .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uB61i2IeOU .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uB61i2IeOU .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uB61i2IeOU .mbr-card-title {
  color: #393193;
}
.cid-uB61i2Zs8R {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uB61i2Zs8R .mbr-text {
  color: #000000;
}
.cid-uB61i2Zs8R .mbr-section-subtitle {
  color: #000000;
}
.cid-uB61i2Zs8R .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uB61i2Zs8R .mbr-text,
.cid-uB61i2Zs8R .item .mbr-section-btn {
  text-align: left;
}
.cid-uB61i2Zs8R .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uB61i2Zs8R .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uB61i2Zs8R .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uB61i2Zs8R .mbr-card-title {
  color: #393193;
}
.cid-uB61i3eltB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uB61i3eltB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB61i3eltB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB61i3eltB .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uB61i3eltB .footer-col {
    flex-direction: column;
  }
}
.cid-uB61i3eltB .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uB61i3eltB .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uB61i3eltB .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uB61i3eltB .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uB61i3eltB .mbr-section-btn {
    text-align: center;
  }
}
.cid-uB61i3eltB .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uB61i3eltB .soc-item {
  margin: 8px;
}
.cid-uB61i3eltB .soc-item a:hover .mbr-iconfont,
.cid-uB61i3eltB .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uB61i3eltB .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uB61i3eltB .row {
    text-align: center;
  }
  .cid-uB61i3eltB .social-row {
    justify-content: center;
  }
}
.cid-uB61i3eltB .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uB61i3eltB .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uB61i3eltB .list {
    margin-bottom: 0rem;
  }
}
.cid-uB61i3eltB .mbr-text {
  color: #bbbbbb;
}
.cid-uB61i3eltB .mbr-section-subtitle {
  color: #000000;
}
.cid-uB61i3eltB .list,
.cid-uB61i3eltB .item-wrap {
  color: #232323;
}
.cid-uB61i3eltB .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uB64SUzCFB {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/deities-meta-1.webp");
}
.cid-uB64SUzCFB .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uB64SUzCFB {
    align-items: flex-end;
  }
  .cid-uB64SUzCFB .row {
    justify-content: center;
  }
  .cid-uB64SUzCFB .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uB64SUzCFB .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uB64SUzCFB {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uB64SUzCFB .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uB64SUzCFB .content-wrap {
    width: 100%;
  }
}
.cid-uB64SUzCFB .mbr-section-title,
.cid-uB64SUzCFB .mbr-section-subtitle {
  text-align: center;
}
.cid-uB64SUzCFB .mbr-text,
.cid-uB64SUzCFB .mbr-section-btn {
  text-align: center;
  color: #9c98cf;
}
.cid-uB64SUzCFB .mbr-section-title {
  color: #9c98cf;
}
.cid-uB64SV044G {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uB64SV044G .mbr-text {
  color: #000000;
}
.cid-uB64SV044G .mbr-section-subtitle {
  color: #000000;
}
.cid-uB64SV044G .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uB64SV044G .mbr-text,
.cid-uB64SV044G .item .mbr-section-btn {
  text-align: left;
}
.cid-uB64SV044G .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uB64SV044G .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uB64SV044G .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uB64SV044G .mbr-card-title {
  color: #393193;
}
.cid-uB64SVq25Z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uB64SVq25Z .mbr-text {
  color: #000000;
}
.cid-uB64SVq25Z .mbr-section-subtitle {
  color: #000000;
}
.cid-uB64SVq25Z .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uB64SVq25Z .mbr-text,
.cid-uB64SVq25Z .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uB64SVq25Z .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uB64SVq25Z .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uB64SVq25Z .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uB64SVq25Z .mbr-card-title {
  color: #393193;
}
.cid-uB64SVOgvp {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uB64SVOgvp .mbr-text {
  color: #000000;
}
.cid-uB64SVOgvp .mbr-section-subtitle {
  color: #000000;
}
.cid-uB64SVOgvp .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uB64SVOgvp .mbr-text,
.cid-uB64SVOgvp .item .mbr-section-btn {
  text-align: left;
}
.cid-uB64SVOgvp .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uB64SVOgvp .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uB64SVOgvp .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uB64SVOgvp .mbr-card-title {
  color: #393193;
}
.cid-uB64SW4EuC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uB64SW4EuC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB64SW4EuC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB64SW4EuC .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uB64SW4EuC .footer-col {
    flex-direction: column;
  }
}
.cid-uB64SW4EuC .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uB64SW4EuC .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uB64SW4EuC .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uB64SW4EuC .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uB64SW4EuC .mbr-section-btn {
    text-align: center;
  }
}
.cid-uB64SW4EuC .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uB64SW4EuC .soc-item {
  margin: 8px;
}
.cid-uB64SW4EuC .soc-item a:hover .mbr-iconfont,
.cid-uB64SW4EuC .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uB64SW4EuC .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uB64SW4EuC .row {
    text-align: center;
  }
  .cid-uB64SW4EuC .social-row {
    justify-content: center;
  }
}
.cid-uB64SW4EuC .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uB64SW4EuC .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uB64SW4EuC .list {
    margin-bottom: 0rem;
  }
}
.cid-uB64SW4EuC .mbr-text {
  color: #bbbbbb;
}
.cid-uB64SW4EuC .mbr-section-subtitle {
  color: #000000;
}
.cid-uB64SW4EuC .list,
.cid-uB64SW4EuC .item-wrap {
  color: #232323;
}
.cid-uB64SW4EuC .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uB6bcnvgn6 {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/prostrations-meta.webp");
}
.cid-uB6bcnvgn6 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uB6bcnvgn6 {
    align-items: flex-end;
  }
  .cid-uB6bcnvgn6 .row {
    justify-content: center;
  }
  .cid-uB6bcnvgn6 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uB6bcnvgn6 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uB6bcnvgn6 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uB6bcnvgn6 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uB6bcnvgn6 .content-wrap {
    width: 100%;
  }
}
.cid-uB6bcnvgn6 .mbr-section-title,
.cid-uB6bcnvgn6 .mbr-section-subtitle {
  text-align: center;
}
.cid-uB6bcnvgn6 .mbr-text,
.cid-uB6bcnvgn6 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uB6bcnvgn6 .mbr-section-title {
  color: #000000;
}
.cid-uB6bcnVOH3 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uB6bcnVOH3 .mbr-text {
  color: #000000;
}
.cid-uB6bcnVOH3 .mbr-section-subtitle {
  color: #000000;
}
.cid-uB6bcnVOH3 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uB6bcnVOH3 .mbr-text,
.cid-uB6bcnVOH3 .item .mbr-section-btn {
  text-align: left;
}
.cid-uB6bcnVOH3 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uB6bcnVOH3 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uB6bcnVOH3 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uB6bcnVOH3 .mbr-card-title {
  color: #393193;
}
.cid-uB6bW7paWr {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uB6bW7paWr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB6bW7paWr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB6bW7paWr .row {
  flex-direction: row-reverse;
}
.cid-uB6bW7paWr .mbr-description {
  text-align: center;
}
.cid-uB6bX3KVf0 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uB6bX3KVf0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB6bX3KVf0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB6bX3KVf0 .row {
  flex-direction: row-reverse;
}
.cid-uB6bX3KVf0 .mbr-description {
  text-align: center;
}
.cid-uB6bY2Lz2R {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uB6bY2Lz2R .mbr-text {
  color: #000000;
}
.cid-uB6bY2Lz2R .mbr-section-subtitle {
  color: #000000;
}
.cid-uB6bY2Lz2R .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uB6bY2Lz2R .mbr-text,
.cid-uB6bY2Lz2R .item .mbr-section-btn {
  text-align: left;
}
.cid-uB6bY2Lz2R .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uB6bY2Lz2R .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uB6bY2Lz2R .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uB6bY2Lz2R .mbr-card-title {
  color: #393193;
}
.cid-uB6bcoex0T {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uB6bcoex0T .mbr-text {
  color: #000000;
}
.cid-uB6bcoex0T .mbr-section-subtitle {
  color: #000000;
}
.cid-uB6bcoex0T .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uB6bcoex0T .mbr-text,
.cid-uB6bcoex0T .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uB6bcoex0T .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uB6bcoex0T .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uB6bcoex0T .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uB6bcoex0T .mbr-card-title {
  color: #393193;
}
.cid-uB6bcot8Vn {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uB6bcot8Vn .mbr-text {
  color: #000000;
}
.cid-uB6bcot8Vn .mbr-section-subtitle {
  color: #000000;
}
.cid-uB6bcot8Vn .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uB6bcot8Vn .mbr-text,
.cid-uB6bcot8Vn .item .mbr-section-btn {
  text-align: left;
}
.cid-uB6bcot8Vn .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uB6bcot8Vn .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uB6bcot8Vn .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uB6bcot8Vn .mbr-card-title {
  color: #393193;
}
.cid-uB6bcoI3jd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uB6bcoI3jd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB6bcoI3jd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB6bcoI3jd .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uB6bcoI3jd .footer-col {
    flex-direction: column;
  }
}
.cid-uB6bcoI3jd .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uB6bcoI3jd .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uB6bcoI3jd .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uB6bcoI3jd .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uB6bcoI3jd .mbr-section-btn {
    text-align: center;
  }
}
.cid-uB6bcoI3jd .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uB6bcoI3jd .soc-item {
  margin: 8px;
}
.cid-uB6bcoI3jd .soc-item a:hover .mbr-iconfont,
.cid-uB6bcoI3jd .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uB6bcoI3jd .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uB6bcoI3jd .row {
    text-align: center;
  }
  .cid-uB6bcoI3jd .social-row {
    justify-content: center;
  }
}
.cid-uB6bcoI3jd .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uB6bcoI3jd .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uB6bcoI3jd .list {
    margin-bottom: 0rem;
  }
}
.cid-uB6bcoI3jd .mbr-text {
  color: #bbbbbb;
}
.cid-uB6bcoI3jd .mbr-section-subtitle {
  color: #000000;
}
.cid-uB6bcoI3jd .list,
.cid-uB6bcoI3jd .item-wrap {
  color: #232323;
}
.cid-uB6bcoI3jd .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBb4GiWXfo {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mountains-2.webp");
}
.cid-uBb4GiWXfo .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBb4GiWXfo {
    align-items: flex-end;
  }
  .cid-uBb4GiWXfo .row {
    justify-content: center;
  }
  .cid-uBb4GiWXfo .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBb4GiWXfo .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBb4GiWXfo {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBb4GiWXfo .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBb4GiWXfo .content-wrap {
    width: 100%;
  }
}
.cid-uBb4GiWXfo .mbr-section-title,
.cid-uBb4GiWXfo .mbr-section-subtitle {
  text-align: center;
}
.cid-uBb4GiWXfo .mbr-text,
.cid-uBb4GiWXfo .mbr-section-btn {
  text-align: center;
  color: #9c98cf;
}
.cid-uBb4GiWXfo .mbr-section-title {
  color: #9c98cf;
}
.cid-uBb4GjvslA {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBb4GjvslA .mbr-text {
  color: #000000;
}
.cid-uBb4GjvslA .mbr-section-subtitle {
  color: #000000;
}
.cid-uBb4GjvslA .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBb4GjvslA .mbr-text,
.cid-uBb4GjvslA .item .mbr-section-btn {
  text-align: left;
}
.cid-uBb4GjvslA .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBb4GjvslA .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBb4GjvslA .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBb4GjvslA .mbr-card-title {
  color: #393193;
}
.cid-uBb4GjVVuw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBb4GjVVuw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBb4GjVVuw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBb4GjVVuw .row {
  flex-direction: row-reverse;
}
.cid-uBb4GjVVuw .mbr-description {
  text-align: center;
}
.cid-uBb6jQi1UB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBb6jQi1UB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBb6jQi1UB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBb6jQi1UB .row {
  flex-direction: row-reverse;
}
.cid-uBb6jQi1UB .mbr-description {
  text-align: center;
}
.cid-uBb4Gkk78h {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBb4Gkk78h .mbr-text {
  color: #000000;
}
.cid-uBb4Gkk78h .mbr-section-subtitle {
  color: #000000;
}
.cid-uBb4Gkk78h .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBb4Gkk78h .mbr-text,
.cid-uBb4Gkk78h .item .mbr-section-btn {
  text-align: left;
}
.cid-uBb4Gkk78h .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBb4Gkk78h .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBb4Gkk78h .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBb4Gkk78h .mbr-card-title {
  color: #393193;
}
.cid-uBb4GkSMBg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBb4GkSMBg .mbr-text {
  color: #000000;
}
.cid-uBb4GkSMBg .mbr-section-subtitle {
  color: #000000;
}
.cid-uBb4GkSMBg .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBb4GkSMBg .mbr-text,
.cid-uBb4GkSMBg .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBb4GkSMBg .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBb4GkSMBg .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBb4GkSMBg .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBb4GkSMBg .mbr-card-title {
  color: #393193;
}
.cid-uBb4GlhAbA {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBb4GlhAbA .mbr-text {
  color: #000000;
}
.cid-uBb4GlhAbA .mbr-section-subtitle {
  color: #000000;
}
.cid-uBb4GlhAbA .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBb4GlhAbA .mbr-text,
.cid-uBb4GlhAbA .item .mbr-section-btn {
  text-align: left;
}
.cid-uBb4GlhAbA .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBb4GlhAbA .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBb4GlhAbA .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBb4GlhAbA .mbr-card-title {
  color: #393193;
}
.cid-uBb4Glz3Zt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBb4Glz3Zt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBb4Glz3Zt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBb4Glz3Zt .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBb4Glz3Zt .footer-col {
    flex-direction: column;
  }
}
.cid-uBb4Glz3Zt .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBb4Glz3Zt .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBb4Glz3Zt .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBb4Glz3Zt .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBb4Glz3Zt .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBb4Glz3Zt .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBb4Glz3Zt .soc-item {
  margin: 8px;
}
.cid-uBb4Glz3Zt .soc-item a:hover .mbr-iconfont,
.cid-uBb4Glz3Zt .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBb4Glz3Zt .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBb4Glz3Zt .row {
    text-align: center;
  }
  .cid-uBb4Glz3Zt .social-row {
    justify-content: center;
  }
}
.cid-uBb4Glz3Zt .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBb4Glz3Zt .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBb4Glz3Zt .list {
    margin-bottom: 0rem;
  }
}
.cid-uBb4Glz3Zt .mbr-text {
  color: #bbbbbb;
}
.cid-uBb4Glz3Zt .mbr-section-subtitle {
  color: #000000;
}
.cid-uBb4Glz3Zt .list,
.cid-uBb4Glz3Zt .item-wrap {
  color: #232323;
}
.cid-uBb4Glz3Zt .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBb7dFJzuL {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/landslides-meta.webp");
}
.cid-uBb7dFJzuL .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBb7dFJzuL {
    align-items: flex-end;
  }
  .cid-uBb7dFJzuL .row {
    justify-content: center;
  }
  .cid-uBb7dFJzuL .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBb7dFJzuL .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBb7dFJzuL {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBb7dFJzuL .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBb7dFJzuL .content-wrap {
    width: 100%;
  }
}
.cid-uBb7dFJzuL .mbr-section-title,
.cid-uBb7dFJzuL .mbr-section-subtitle {
  text-align: center;
}
.cid-uBb7dFJzuL .mbr-text,
.cid-uBb7dFJzuL .mbr-section-btn {
  text-align: center;
}
.cid-uBb7dGyzI1 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBb7dGyzI1 .mbr-text {
  color: #000000;
}
.cid-uBb7dGyzI1 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBb7dGyzI1 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBb7dGyzI1 .mbr-text,
.cid-uBb7dGyzI1 .item .mbr-section-btn {
  text-align: left;
}
.cid-uBb7dGyzI1 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBb7dGyzI1 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBb7dGyzI1 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBb7dGyzI1 .mbr-card-title {
  color: #393193;
}
.cid-uBb7dH9eGC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBb7dH9eGC .mbr-text {
  color: #000000;
}
.cid-uBb7dH9eGC .mbr-section-subtitle {
  color: #000000;
}
.cid-uBb7dH9eGC .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBb7dH9eGC .mbr-text,
.cid-uBb7dH9eGC .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBb7dH9eGC .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBb7dH9eGC .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBb7dH9eGC .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBb7dH9eGC .mbr-card-title {
  color: #393193;
}
.cid-uBb7dHwKDR {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBb7dHwKDR .mbr-text {
  color: #000000;
}
.cid-uBb7dHwKDR .mbr-section-subtitle {
  color: #000000;
}
.cid-uBb7dHwKDR .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBb7dHwKDR .mbr-text,
.cid-uBb7dHwKDR .item .mbr-section-btn {
  text-align: left;
}
.cid-uBb7dHwKDR .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBb7dHwKDR .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBb7dHwKDR .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBb7dHwKDR .mbr-card-title {
  color: #393193;
}
.cid-uBb7dI3Kwn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBb7dI3Kwn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBb7dI3Kwn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBb7dI3Kwn .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBb7dI3Kwn .footer-col {
    flex-direction: column;
  }
}
.cid-uBb7dI3Kwn .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBb7dI3Kwn .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBb7dI3Kwn .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBb7dI3Kwn .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBb7dI3Kwn .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBb7dI3Kwn .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBb7dI3Kwn .soc-item {
  margin: 8px;
}
.cid-uBb7dI3Kwn .soc-item a:hover .mbr-iconfont,
.cid-uBb7dI3Kwn .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBb7dI3Kwn .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBb7dI3Kwn .row {
    text-align: center;
  }
  .cid-uBb7dI3Kwn .social-row {
    justify-content: center;
  }
}
.cid-uBb7dI3Kwn .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBb7dI3Kwn .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBb7dI3Kwn .list {
    margin-bottom: 0rem;
  }
}
.cid-uBb7dI3Kwn .mbr-text {
  color: #bbbbbb;
}
.cid-uBb7dI3Kwn .mbr-section-subtitle {
  color: #000000;
}
.cid-uBb7dI3Kwn .list,
.cid-uBb7dI3Kwn .item-wrap {
  color: #232323;
}
.cid-uBb7dI3Kwn .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBb92zEkEm {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/coal-meta.webp");
}
.cid-uBb92zEkEm .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBb92zEkEm {
    align-items: flex-end;
  }
  .cid-uBb92zEkEm .row {
    justify-content: center;
  }
  .cid-uBb92zEkEm .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBb92zEkEm .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBb92zEkEm {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBb92zEkEm .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBb92zEkEm .content-wrap {
    width: 100%;
  }
}
.cid-uBb92zEkEm .mbr-section-title,
.cid-uBb92zEkEm .mbr-section-subtitle {
  text-align: center;
}
.cid-uBb92zEkEm .mbr-text,
.cid-uBb92zEkEm .mbr-section-btn {
  text-align: center;
}
.cid-uBb92A3qaY {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBb92A3qaY .mbr-text {
  color: #000000;
}
.cid-uBb92A3qaY .mbr-section-subtitle {
  color: #000000;
}
.cid-uBb92A3qaY .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBb92A3qaY .mbr-text,
.cid-uBb92A3qaY .item .mbr-section-btn {
  text-align: left;
}
.cid-uBb92A3qaY .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBb92A3qaY .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBb92A3qaY .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBb92A3qaY .mbr-card-title {
  color: #393193;
}
.cid-uBb92AkCVY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBb92AkCVY .mbr-text {
  color: #000000;
}
.cid-uBb92AkCVY .mbr-section-subtitle {
  color: #000000;
}
.cid-uBb92AkCVY .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBb92AkCVY .mbr-text,
.cid-uBb92AkCVY .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBb92AkCVY .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBb92AkCVY .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBb92AkCVY .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBb92AkCVY .mbr-card-title {
  color: #393193;
}
.cid-uBb92AA8Dj {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBb92AA8Dj .mbr-text {
  color: #000000;
}
.cid-uBb92AA8Dj .mbr-section-subtitle {
  color: #000000;
}
.cid-uBb92AA8Dj .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBb92AA8Dj .mbr-text,
.cid-uBb92AA8Dj .item .mbr-section-btn {
  text-align: left;
}
.cid-uBb92AA8Dj .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBb92AA8Dj .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBb92AA8Dj .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBb92AA8Dj .mbr-card-title {
  color: #393193;
}
.cid-uBb92ARszV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBb92ARszV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBb92ARszV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBb92ARszV .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBb92ARszV .footer-col {
    flex-direction: column;
  }
}
.cid-uBb92ARszV .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBb92ARszV .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBb92ARszV .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBb92ARszV .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBb92ARszV .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBb92ARszV .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBb92ARszV .soc-item {
  margin: 8px;
}
.cid-uBb92ARszV .soc-item a:hover .mbr-iconfont,
.cid-uBb92ARszV .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBb92ARszV .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBb92ARszV .row {
    text-align: center;
  }
  .cid-uBb92ARszV .social-row {
    justify-content: center;
  }
}
.cid-uBb92ARszV .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBb92ARszV .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBb92ARszV .list {
    margin-bottom: 0rem;
  }
}
.cid-uBb92ARszV .mbr-text {
  color: #bbbbbb;
}
.cid-uBb92ARszV .mbr-section-subtitle {
  color: #000000;
}
.cid-uBb92ARszV .list,
.cid-uBb92ARszV .item-wrap {
  color: #232323;
}
.cid-uBb92ARszV .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBbknik1hQ {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/aftershocks-meta.webp");
}
.cid-uBbknik1hQ .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBbknik1hQ {
    align-items: flex-end;
  }
  .cid-uBbknik1hQ .row {
    justify-content: center;
  }
  .cid-uBbknik1hQ .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBbknik1hQ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBbknik1hQ {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBbknik1hQ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBbknik1hQ .content-wrap {
    width: 100%;
  }
}
.cid-uBbknik1hQ .mbr-section-title,
.cid-uBbknik1hQ .mbr-section-subtitle {
  text-align: center;
}
.cid-uBbknik1hQ .mbr-text,
.cid-uBbknik1hQ .mbr-section-btn {
  text-align: center;
  color: #9c98cf;
}
.cid-uBbknik1hQ .mbr-section-title {
  color: #9c98cf;
}
.cid-uBbkniLf4A {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBbkniLf4A .mbr-text {
  color: #000000;
}
.cid-uBbkniLf4A .mbr-section-subtitle {
  color: #000000;
}
.cid-uBbkniLf4A .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBbkniLf4A .mbr-text,
.cid-uBbkniLf4A .item .mbr-section-btn {
  text-align: left;
}
.cid-uBbkniLf4A .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBbkniLf4A .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBbkniLf4A .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBbkniLf4A .mbr-card-title {
  color: #393193;
}
.cid-uBbknjo6Bg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBbknjo6Bg .mbr-text {
  color: #000000;
}
.cid-uBbknjo6Bg .mbr-section-subtitle {
  color: #000000;
}
.cid-uBbknjo6Bg .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBbknjo6Bg .mbr-text,
.cid-uBbknjo6Bg .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBbknjo6Bg .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBbknjo6Bg .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBbknjo6Bg .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBbknjo6Bg .mbr-card-title {
  color: #393193;
}
.cid-uBbknjJAXL {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBbknjJAXL .mbr-text {
  color: #000000;
}
.cid-uBbknjJAXL .mbr-section-subtitle {
  color: #000000;
}
.cid-uBbknjJAXL .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBbknjJAXL .mbr-text,
.cid-uBbknjJAXL .item .mbr-section-btn {
  text-align: left;
}
.cid-uBbknjJAXL .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBbknjJAXL .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBbknjJAXL .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBbknjJAXL .mbr-card-title {
  color: #393193;
}
.cid-uBbknke8eY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBbknke8eY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBbknke8eY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBbknke8eY .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBbknke8eY .footer-col {
    flex-direction: column;
  }
}
.cid-uBbknke8eY .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBbknke8eY .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBbknke8eY .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBbknke8eY .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBbknke8eY .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBbknke8eY .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBbknke8eY .soc-item {
  margin: 8px;
}
.cid-uBbknke8eY .soc-item a:hover .mbr-iconfont,
.cid-uBbknke8eY .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBbknke8eY .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBbknke8eY .row {
    text-align: center;
  }
  .cid-uBbknke8eY .social-row {
    justify-content: center;
  }
}
.cid-uBbknke8eY .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBbknke8eY .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBbknke8eY .list {
    margin-bottom: 0rem;
  }
}
.cid-uBbknke8eY .mbr-text {
  color: #bbbbbb;
}
.cid-uBbknke8eY .mbr-section-subtitle {
  color: #000000;
}
.cid-uBbknke8eY .list,
.cid-uBbknke8eY .item-wrap {
  color: #232323;
}
.cid-uBbknke8eY .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBbnjXTTIb {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/earth-lg.webp");
}
.cid-uBbnjXTTIb .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBbnjXTTIb {
    align-items: flex-end;
  }
  .cid-uBbnjXTTIb .row {
    justify-content: center;
  }
  .cid-uBbnjXTTIb .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBbnjXTTIb .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBbnjXTTIb {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBbnjXTTIb .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBbnjXTTIb .content-wrap {
    width: 100%;
  }
}
.cid-uBbnjXTTIb .mbr-section-title,
.cid-uBbnjXTTIb .mbr-section-subtitle {
  text-align: center;
}
.cid-uBbnjXTTIb .mbr-text,
.cid-uBbnjXTTIb .mbr-section-btn {
  text-align: center;
}
.cid-uBbnjYs1W1 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBbnjYs1W1 .mbr-text {
  color: #000000;
}
.cid-uBbnjYs1W1 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBbnjYs1W1 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBbnjYs1W1 .mbr-text,
.cid-uBbnjYs1W1 .item .mbr-section-btn {
  text-align: left;
}
.cid-uBbnjYs1W1 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBbnjYs1W1 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBbnjYs1W1 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBbnjYs1W1 .mbr-card-title {
  color: #393193;
}
.cid-uBbnjYW2hU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBbnjYW2hU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBbnjYW2hU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBbnjYW2hU .row {
  flex-direction: row-reverse;
}
.cid-uBbnjYW2hU .mbr-description {
  text-align: center;
}
.cid-uBbnjZr3jR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBbnjZr3jR .mbr-text {
  color: #000000;
}
.cid-uBbnjZr3jR .mbr-section-subtitle {
  color: #000000;
}
.cid-uBbnjZr3jR .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBbnjZr3jR .mbr-text,
.cid-uBbnjZr3jR .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBbnjZr3jR .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBbnjZr3jR .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBbnjZr3jR .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBbnjZr3jR .mbr-card-title {
  color: #393193;
}
.cid-uBbnjZEMCT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBbnjZEMCT .mbr-text {
  color: #000000;
}
.cid-uBbnjZEMCT .mbr-section-subtitle {
  color: #000000;
}
.cid-uBbnjZEMCT .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBbnjZEMCT .mbr-text,
.cid-uBbnjZEMCT .item .mbr-section-btn {
  text-align: left;
}
.cid-uBbnjZEMCT .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBbnjZEMCT .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBbnjZEMCT .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBbnjZEMCT .mbr-card-title {
  color: #393193;
}
.cid-uBboNZHrEx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBboNZHrEx .mbr-text {
  color: #000000;
}
.cid-uBboNZHrEx .mbr-section-subtitle {
  color: #000000;
}
.cid-uBboNZHrEx .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBboNZHrEx .mbr-text,
.cid-uBboNZHrEx .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBboNZHrEx .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBboNZHrEx .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBboNZHrEx .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBboNZHrEx .mbr-card-title {
  color: #393193;
}
.cid-uBboP1miJ5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBboP1miJ5 .mbr-text {
  color: #000000;
}
.cid-uBboP1miJ5 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBboP1miJ5 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBboP1miJ5 .mbr-text,
.cid-uBboP1miJ5 .item .mbr-section-btn {
  text-align: left;
}
.cid-uBboP1miJ5 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBboP1miJ5 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBboP1miJ5 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBboP1miJ5 .mbr-card-title {
  color: #393193;
}
.cid-uBbpBtuACq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBbpBtuACq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBbpBtuACq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBbpBtuACq .row {
  flex-direction: row-reverse;
}
.cid-uBbpBtuACq .mbr-description {
  text-align: center;
}
.cid-uBbpCmWjLf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBbpCmWjLf .mbr-text {
  color: #000000;
}
.cid-uBbpCmWjLf .mbr-section-subtitle {
  color: #000000;
}
.cid-uBbpCmWjLf .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBbpCmWjLf .mbr-text,
.cid-uBbpCmWjLf .item .mbr-section-btn {
  text-align: left;
}
.cid-uBbpCmWjLf .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBbpCmWjLf .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBbpCmWjLf .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBbpCmWjLf .mbr-card-title {
  color: #393193;
}
.cid-uBbqsnGPRr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBbqsnGPRr .mbr-text {
  color: #000000;
}
.cid-uBbqsnGPRr .mbr-section-subtitle {
  color: #000000;
}
.cid-uBbqsnGPRr .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBbqsnGPRr .mbr-text,
.cid-uBbqsnGPRr .item .mbr-section-btn {
  text-align: left;
}
.cid-uBbqsnGPRr .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBbqsnGPRr .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBbqsnGPRr .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBbqsnGPRr .mbr-card-title {
  color: #393193;
}
.cid-uBbqILJ7rU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBbqILJ7rU .mbr-text {
  color: #000000;
}
.cid-uBbqILJ7rU .mbr-section-subtitle {
  color: #000000;
}
.cid-uBbqILJ7rU .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBbqILJ7rU .mbr-text,
.cid-uBbqILJ7rU .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBbqILJ7rU .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBbqILJ7rU .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBbqILJ7rU .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBbqILJ7rU .mbr-card-title {
  color: #393193;
}
.cid-uBbqwVRdi8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBbqwVRdi8 .mbr-text {
  color: #000000;
}
.cid-uBbqwVRdi8 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBbqwVRdi8 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBbqwVRdi8 .mbr-text,
.cid-uBbqwVRdi8 .item .mbr-section-btn {
  text-align: left;
}
.cid-uBbqwVRdi8 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBbqwVRdi8 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBbqwVRdi8 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBbqwVRdi8 .mbr-card-title {
  color: #393193;
}
.cid-uBbrbQ6OTL {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBbrbQ6OTL .mbr-text {
  color: #000000;
}
.cid-uBbrbQ6OTL .mbr-section-subtitle {
  color: #000000;
}
.cid-uBbrbQ6OTL .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBbrbQ6OTL .mbr-text,
.cid-uBbrbQ6OTL .item .mbr-section-btn {
  text-align: left;
}
.cid-uBbrbQ6OTL .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBbrbQ6OTL .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBbrbQ6OTL .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBbrbQ6OTL .mbr-card-title {
  color: #393193;
}
.cid-uBbnjZRQCz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBbnjZRQCz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBbnjZRQCz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBbnjZRQCz .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBbnjZRQCz .footer-col {
    flex-direction: column;
  }
}
.cid-uBbnjZRQCz .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBbnjZRQCz .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBbnjZRQCz .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBbnjZRQCz .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBbnjZRQCz .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBbnjZRQCz .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBbnjZRQCz .soc-item {
  margin: 8px;
}
.cid-uBbnjZRQCz .soc-item a:hover .mbr-iconfont,
.cid-uBbnjZRQCz .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBbnjZRQCz .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBbnjZRQCz .row {
    text-align: center;
  }
  .cid-uBbnjZRQCz .social-row {
    justify-content: center;
  }
}
.cid-uBbnjZRQCz .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBbnjZRQCz .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBbnjZRQCz .list {
    margin-bottom: 0rem;
  }
}
.cid-uBbnjZRQCz .mbr-text {
  color: #bbbbbb;
}
.cid-uBbnjZRQCz .mbr-section-subtitle {
  color: #000000;
}
.cid-uBbnjZRQCz .list,
.cid-uBbnjZRQCz .item-wrap {
  color: #232323;
}
.cid-uBbnjZRQCz .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBbrF1gg7r {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/solar-flare-lg-1440x810.webp");
}
.cid-uBbrF1gg7r .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBbrF1gg7r {
    align-items: flex-end;
  }
  .cid-uBbrF1gg7r .row {
    justify-content: center;
  }
  .cid-uBbrF1gg7r .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBbrF1gg7r .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBbrF1gg7r {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBbrF1gg7r .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBbrF1gg7r .content-wrap {
    width: 100%;
  }
}
.cid-uBbrF1gg7r .mbr-section-title,
.cid-uBbrF1gg7r .mbr-section-subtitle {
  text-align: center;
}
.cid-uBbrF1gg7r .mbr-text,
.cid-uBbrF1gg7r .mbr-section-btn {
  text-align: center;
}
.cid-uBbrF1DALC {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBbrF1DALC .mbr-text {
  color: #000000;
}
.cid-uBbrF1DALC .mbr-section-subtitle {
  color: #000000;
}
.cid-uBbrF1DALC .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBbrF1DALC .mbr-text,
.cid-uBbrF1DALC .item .mbr-section-btn {
  text-align: left;
}
.cid-uBbrF1DALC .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBbrF1DALC .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBbrF1DALC .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBbrF1DALC .mbr-card-title {
  color: #393193;
}
.cid-uBbsSwUDsA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBbsSwUDsA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBbsSwUDsA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBbsSwUDsA .row {
  flex-direction: row-reverse;
}
.cid-uBbsSwUDsA .mbr-description {
  text-align: center;
}
.cid-uBbsUfst2b {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBbsUfst2b .mbr-text {
  color: #000000;
}
.cid-uBbsUfst2b .mbr-section-subtitle {
  color: #000000;
}
.cid-uBbsUfst2b .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBbsUfst2b .mbr-text,
.cid-uBbsUfst2b .item .mbr-section-btn {
  text-align: left;
}
.cid-uBbsUfst2b .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBbsUfst2b .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBbsUfst2b .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBbsUfst2b .mbr-card-title {
  color: #393193;
}
.cid-uBbrF1Ydkp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBbrF1Ydkp .mbr-text {
  color: #000000;
}
.cid-uBbrF1Ydkp .mbr-section-subtitle {
  color: #000000;
}
.cid-uBbrF1Ydkp .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBbrF1Ydkp .mbr-text,
.cid-uBbrF1Ydkp .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBbrF1Ydkp .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBbrF1Ydkp .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBbrF1Ydkp .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBbrF1Ydkp .mbr-card-title {
  color: #393193;
}
.cid-uBbrF2dxEi {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBbrF2dxEi .mbr-text {
  color: #000000;
}
.cid-uBbrF2dxEi .mbr-section-subtitle {
  color: #000000;
}
.cid-uBbrF2dxEi .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBbrF2dxEi .mbr-text,
.cid-uBbrF2dxEi .item .mbr-section-btn {
  text-align: left;
}
.cid-uBbrF2dxEi .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBbrF2dxEi .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBbrF2dxEi .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBbrF2dxEi .mbr-card-title {
  color: #393193;
}
.cid-uBbrF2sVRr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBbrF2sVRr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBbrF2sVRr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBbrF2sVRr .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBbrF2sVRr .footer-col {
    flex-direction: column;
  }
}
.cid-uBbrF2sVRr .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBbrF2sVRr .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBbrF2sVRr .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBbrF2sVRr .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBbrF2sVRr .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBbrF2sVRr .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBbrF2sVRr .soc-item {
  margin: 8px;
}
.cid-uBbrF2sVRr .soc-item a:hover .mbr-iconfont,
.cid-uBbrF2sVRr .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBbrF2sVRr .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBbrF2sVRr .row {
    text-align: center;
  }
  .cid-uBbrF2sVRr .social-row {
    justify-content: center;
  }
}
.cid-uBbrF2sVRr .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBbrF2sVRr .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBbrF2sVRr .list {
    margin-bottom: 0rem;
  }
}
.cid-uBbrF2sVRr .mbr-text {
  color: #bbbbbb;
}
.cid-uBbrF2sVRr .mbr-section-subtitle {
  color: #000000;
}
.cid-uBbrF2sVRr .list,
.cid-uBbrF2sVRr .item-wrap {
  color: #232323;
}
.cid-uBbrF2sVRr .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBclhQ0ON6 {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/pumice-lg.webp");
}
.cid-uBclhQ0ON6 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBclhQ0ON6 {
    align-items: flex-end;
  }
  .cid-uBclhQ0ON6 .row {
    justify-content: center;
  }
  .cid-uBclhQ0ON6 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBclhQ0ON6 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBclhQ0ON6 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBclhQ0ON6 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBclhQ0ON6 .content-wrap {
    width: 100%;
  }
}
.cid-uBclhQ0ON6 .mbr-section-title,
.cid-uBclhQ0ON6 .mbr-section-subtitle {
  text-align: center;
}
.cid-uBclhQ0ON6 .mbr-text,
.cid-uBclhQ0ON6 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uBclhQ0ON6 .mbr-section-title {
  color: #000000;
}
.cid-uBclhQwavv {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBclhQwavv .mbr-text {
  color: #000000;
}
.cid-uBclhQwavv .mbr-section-subtitle {
  color: #000000;
}
.cid-uBclhQwavv .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBclhQwavv .mbr-text,
.cid-uBclhQwavv .item .mbr-section-btn {
  text-align: left;
}
.cid-uBclhQwavv .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBclhQwavv .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBclhQwavv .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBclhQwavv .mbr-card-title {
  color: #393193;
}
.cid-uBclhQWQ24 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBclhQWQ24 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBclhQWQ24 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBclhQWQ24 .row {
  flex-direction: row-reverse;
}
.cid-uBclhQWQ24 .mbr-description {
  text-align: center;
}
.cid-uBclhRsRGu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBclhRsRGu .mbr-text {
  color: #000000;
}
.cid-uBclhRsRGu .mbr-section-subtitle {
  color: #000000;
}
.cid-uBclhRsRGu .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBclhRsRGu .mbr-text,
.cid-uBclhRsRGu .item .mbr-section-btn {
  text-align: left;
}
.cid-uBclhRsRGu .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBclhRsRGu .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBclhRsRGu .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBclhRsRGu .mbr-card-title {
  color: #393193;
}
.cid-uBcmDJwo3b {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBcmDJwo3b .mbr-text {
  color: #000000;
}
.cid-uBcmDJwo3b .mbr-section-subtitle {
  color: #000000;
}
.cid-uBcmDJwo3b .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBcmDJwo3b .mbr-text,
.cid-uBcmDJwo3b .item .mbr-section-btn {
  text-align: left;
}
.cid-uBcmDJwo3b .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBcmDJwo3b .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBcmDJwo3b .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBcmDJwo3b .mbr-card-title {
  color: #393193;
}
.cid-uBclhROXP6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBclhROXP6 .mbr-text {
  color: #000000;
}
.cid-uBclhROXP6 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBclhROXP6 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBclhROXP6 .mbr-text,
.cid-uBclhROXP6 .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBclhROXP6 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBclhROXP6 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBclhROXP6 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBclhROXP6 .mbr-card-title {
  color: #393193;
}
.cid-uBclhS2wR7 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBclhS2wR7 .mbr-text {
  color: #000000;
}
.cid-uBclhS2wR7 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBclhS2wR7 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBclhS2wR7 .mbr-text,
.cid-uBclhS2wR7 .item .mbr-section-btn {
  text-align: left;
}
.cid-uBclhS2wR7 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBclhS2wR7 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBclhS2wR7 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBclhS2wR7 .mbr-card-title {
  color: #393193;
}
.cid-uBclhSpOBi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBclhSpOBi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBclhSpOBi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBclhSpOBi .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBclhSpOBi .footer-col {
    flex-direction: column;
  }
}
.cid-uBclhSpOBi .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBclhSpOBi .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBclhSpOBi .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBclhSpOBi .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBclhSpOBi .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBclhSpOBi .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBclhSpOBi .soc-item {
  margin: 8px;
}
.cid-uBclhSpOBi .soc-item a:hover .mbr-iconfont,
.cid-uBclhSpOBi .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBclhSpOBi .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBclhSpOBi .row {
    text-align: center;
  }
  .cid-uBclhSpOBi .social-row {
    justify-content: center;
  }
}
.cid-uBclhSpOBi .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBclhSpOBi .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBclhSpOBi .list {
    margin-bottom: 0rem;
  }
}
.cid-uBclhSpOBi .mbr-text {
  color: #bbbbbb;
}
.cid-uBclhSpOBi .mbr-section-subtitle {
  color: #000000;
}
.cid-uBclhSpOBi .list,
.cid-uBclhSpOBi .item-wrap {
  color: #232323;
}
.cid-uBclhSpOBi .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBcyMIxkzo {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/internal-mountains-meta.webp");
}
.cid-uBcyMIxkzo .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBcyMIxkzo {
    align-items: flex-end;
  }
  .cid-uBcyMIxkzo .row {
    justify-content: center;
  }
  .cid-uBcyMIxkzo .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBcyMIxkzo .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBcyMIxkzo {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBcyMIxkzo .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBcyMIxkzo .content-wrap {
    width: 100%;
  }
}
.cid-uBcyMIxkzo .mbr-section-title,
.cid-uBcyMIxkzo .mbr-section-subtitle {
  text-align: center;
}
.cid-uBcyMIxkzo .mbr-text,
.cid-uBcyMIxkzo .mbr-section-btn {
  text-align: center;
  color: #9c98cf;
}
.cid-uBcyMIxkzo .mbr-section-title {
  color: #9c98cf;
}
.cid-uBcyMJ1gSm {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBcyMJ1gSm .mbr-text {
  color: #000000;
}
.cid-uBcyMJ1gSm .mbr-section-subtitle {
  color: #000000;
}
.cid-uBcyMJ1gSm .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBcyMJ1gSm .mbr-text,
.cid-uBcyMJ1gSm .item .mbr-section-btn {
  text-align: left;
}
.cid-uBcyMJ1gSm .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBcyMJ1gSm .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBcyMJ1gSm .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBcyMJ1gSm .mbr-card-title {
  color: #393193;
}
.cid-uBcyMJl74h {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBcyMJl74h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBcyMJl74h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBcyMJl74h .row {
  flex-direction: row-reverse;
}
.cid-uBcyMJl74h .mbr-description {
  text-align: center;
}
.cid-uBcyMJFfhH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBcyMJFfhH .mbr-text {
  color: #000000;
}
.cid-uBcyMJFfhH .mbr-section-subtitle {
  color: #000000;
}
.cid-uBcyMJFfhH .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBcyMJFfhH .mbr-text,
.cid-uBcyMJFfhH .item .mbr-section-btn {
  text-align: left;
}
.cid-uBcyMJFfhH .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBcyMJFfhH .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBcyMJFfhH .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBcyMJFfhH .mbr-card-title {
  color: #393193;
}
.cid-uBcyMJYiMN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBcyMJYiMN .mbr-text {
  color: #000000;
}
.cid-uBcyMJYiMN .mbr-section-subtitle {
  color: #000000;
}
.cid-uBcyMJYiMN .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBcyMJYiMN .mbr-text,
.cid-uBcyMJYiMN .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBcyMJYiMN .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBcyMJYiMN .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBcyMJYiMN .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBcyMJYiMN .mbr-card-title {
  color: #393193;
}
.cid-uBcyMKfUjD {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBcyMKfUjD .mbr-text {
  color: #000000;
}
.cid-uBcyMKfUjD .mbr-section-subtitle {
  color: #000000;
}
.cid-uBcyMKfUjD .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBcyMKfUjD .mbr-text,
.cid-uBcyMKfUjD .item .mbr-section-btn {
  text-align: left;
}
.cid-uBcyMKfUjD .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBcyMKfUjD .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBcyMKfUjD .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBcyMKfUjD .mbr-card-title {
  color: #393193;
}
.cid-uBcyMKwhmJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBcyMKwhmJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBcyMKwhmJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBcyMKwhmJ .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBcyMKwhmJ .footer-col {
    flex-direction: column;
  }
}
.cid-uBcyMKwhmJ .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBcyMKwhmJ .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBcyMKwhmJ .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBcyMKwhmJ .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBcyMKwhmJ .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBcyMKwhmJ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBcyMKwhmJ .soc-item {
  margin: 8px;
}
.cid-uBcyMKwhmJ .soc-item a:hover .mbr-iconfont,
.cid-uBcyMKwhmJ .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBcyMKwhmJ .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBcyMKwhmJ .row {
    text-align: center;
  }
  .cid-uBcyMKwhmJ .social-row {
    justify-content: center;
  }
}
.cid-uBcyMKwhmJ .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBcyMKwhmJ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBcyMKwhmJ .list {
    margin-bottom: 0rem;
  }
}
.cid-uBcyMKwhmJ .mbr-text {
  color: #bbbbbb;
}
.cid-uBcyMKwhmJ .mbr-section-subtitle {
  color: #000000;
}
.cid-uBcyMKwhmJ .list,
.cid-uBcyMKwhmJ .item-wrap {
  color: #232323;
}
.cid-uBcyMKwhmJ .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBcCLpxvld {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/tectonics-meta.webp");
}
.cid-uBcCLpxvld .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBcCLpxvld {
    align-items: flex-end;
  }
  .cid-uBcCLpxvld .row {
    justify-content: center;
  }
  .cid-uBcCLpxvld .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBcCLpxvld .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBcCLpxvld {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBcCLpxvld .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBcCLpxvld .content-wrap {
    width: 100%;
  }
}
.cid-uBcCLpxvld .mbr-section-title,
.cid-uBcCLpxvld .mbr-section-subtitle {
  text-align: center;
}
.cid-uBcCLpxvld .mbr-text,
.cid-uBcCLpxvld .mbr-section-btn {
  text-align: center;
}
.cid-uBcCLpU7Tt {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBcCLpU7Tt .mbr-text {
  color: #000000;
}
.cid-uBcCLpU7Tt .mbr-section-subtitle {
  color: #000000;
}
.cid-uBcCLpU7Tt .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBcCLpU7Tt .mbr-text,
.cid-uBcCLpU7Tt .item .mbr-section-btn {
  text-align: left;
}
.cid-uBcCLpU7Tt .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBcCLpU7Tt .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBcCLpU7Tt .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBcCLpU7Tt .mbr-card-title {
  color: #393193;
}
.cid-uBcCLqcKOn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBcCLqcKOn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBcCLqcKOn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBcCLqcKOn .row {
  flex-direction: row-reverse;
}
.cid-uBcCLqcKOn .mbr-description {
  text-align: center;
}
.cid-uBcCLqwOI7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBcCLqwOI7 .mbr-text {
  color: #000000;
}
.cid-uBcCLqwOI7 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBcCLqwOI7 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBcCLqwOI7 .mbr-text,
.cid-uBcCLqwOI7 .item .mbr-section-btn {
  text-align: left;
}
.cid-uBcCLqwOI7 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBcCLqwOI7 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBcCLqwOI7 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBcCLqwOI7 .mbr-card-title {
  color: #393193;
}
.cid-uBcCLqSIZL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBcCLqSIZL .mbr-text {
  color: #000000;
}
.cid-uBcCLqSIZL .mbr-section-subtitle {
  color: #000000;
}
.cid-uBcCLqSIZL .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBcCLqSIZL .mbr-text,
.cid-uBcCLqSIZL .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBcCLqSIZL .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBcCLqSIZL .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBcCLqSIZL .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBcCLqSIZL .mbr-card-title {
  color: #393193;
}
.cid-uBcCLraYJ5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBcCLraYJ5 .mbr-text {
  color: #000000;
}
.cid-uBcCLraYJ5 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBcCLraYJ5 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBcCLraYJ5 .mbr-text,
.cid-uBcCLraYJ5 .item .mbr-section-btn {
  text-align: left;
}
.cid-uBcCLraYJ5 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBcCLraYJ5 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBcCLraYJ5 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBcCLraYJ5 .mbr-card-title {
  color: #393193;
}
.cid-uBcEcnO1E0 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBcEcnO1E0 .mbr-text {
  color: #000000;
}
.cid-uBcEcnO1E0 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBcEcnO1E0 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBcEcnO1E0 .mbr-text,
.cid-uBcEcnO1E0 .item .mbr-section-btn {
  text-align: left;
}
.cid-uBcEcnO1E0 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBcEcnO1E0 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBcEcnO1E0 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBcEcnO1E0 .mbr-card-title {
  color: #393193;
}
.cid-uBcCLruhJa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBcCLruhJa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBcCLruhJa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBcCLruhJa .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBcCLruhJa .footer-col {
    flex-direction: column;
  }
}
.cid-uBcCLruhJa .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBcCLruhJa .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBcCLruhJa .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBcCLruhJa .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBcCLruhJa .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBcCLruhJa .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBcCLruhJa .soc-item {
  margin: 8px;
}
.cid-uBcCLruhJa .soc-item a:hover .mbr-iconfont,
.cid-uBcCLruhJa .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBcCLruhJa .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBcCLruhJa .row {
    text-align: center;
  }
  .cid-uBcCLruhJa .social-row {
    justify-content: center;
  }
}
.cid-uBcCLruhJa .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBcCLruhJa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBcCLruhJa .list {
    margin-bottom: 0rem;
  }
}
.cid-uBcCLruhJa .mbr-text {
  color: #bbbbbb;
}
.cid-uBcCLruhJa .mbr-section-subtitle {
  color: #000000;
}
.cid-uBcCLruhJa .list,
.cid-uBcCLruhJa .item-wrap {
  color: #232323;
}
.cid-uBcCLruhJa .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBcHz2GooR {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/sinkhole-lg.webp");
}
.cid-uBcHz2GooR .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBcHz2GooR {
    align-items: flex-end;
  }
  .cid-uBcHz2GooR .row {
    justify-content: center;
  }
  .cid-uBcHz2GooR .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBcHz2GooR .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBcHz2GooR {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBcHz2GooR .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBcHz2GooR .content-wrap {
    width: 100%;
  }
}
.cid-uBcHz2GooR .mbr-section-title,
.cid-uBcHz2GooR .mbr-section-subtitle {
  text-align: center;
}
.cid-uBcHz2GooR .mbr-text,
.cid-uBcHz2GooR .mbr-section-btn {
  text-align: center;
}
.cid-uBcHz37bQs {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBcHz37bQs .mbr-text {
  color: #000000;
}
.cid-uBcHz37bQs .mbr-section-subtitle {
  color: #000000;
}
.cid-uBcHz37bQs .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBcHz37bQs .mbr-text,
.cid-uBcHz37bQs .item .mbr-section-btn {
  text-align: left;
}
.cid-uBcHz37bQs .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBcHz37bQs .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBcHz37bQs .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBcHz37bQs .mbr-card-title {
  color: #393193;
}
.cid-uBcHz3nbX4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBcHz3nbX4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBcHz3nbX4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBcHz3nbX4 .row {
  flex-direction: row-reverse;
}
.cid-uBcHz3nbX4 .mbr-description {
  text-align: center;
}
.cid-uBcHz3GJ18 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBcHz3GJ18 .mbr-text {
  color: #000000;
}
.cid-uBcHz3GJ18 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBcHz3GJ18 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBcHz3GJ18 .mbr-text,
.cid-uBcHz3GJ18 .item .mbr-section-btn {
  text-align: left;
}
.cid-uBcHz3GJ18 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBcHz3GJ18 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBcHz3GJ18 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBcHz3GJ18 .mbr-card-title {
  color: #393193;
}
.cid-uBcHz3ZhCP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBcHz3ZhCP .mbr-text {
  color: #000000;
}
.cid-uBcHz3ZhCP .mbr-section-subtitle {
  color: #000000;
}
.cid-uBcHz3ZhCP .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBcHz3ZhCP .mbr-text,
.cid-uBcHz3ZhCP .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBcHz3ZhCP .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBcHz3ZhCP .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBcHz3ZhCP .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBcHz3ZhCP .mbr-card-title {
  color: #393193;
}
.cid-uBcHz4hm72 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBcHz4hm72 .mbr-text {
  color: #000000;
}
.cid-uBcHz4hm72 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBcHz4hm72 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBcHz4hm72 .mbr-text,
.cid-uBcHz4hm72 .item .mbr-section-btn {
  text-align: left;
}
.cid-uBcHz4hm72 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBcHz4hm72 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBcHz4hm72 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBcHz4hm72 .mbr-card-title {
  color: #393193;
}
.cid-uBcHz4vIwR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBcHz4vIwR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBcHz4vIwR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBcHz4vIwR .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBcHz4vIwR .footer-col {
    flex-direction: column;
  }
}
.cid-uBcHz4vIwR .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBcHz4vIwR .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBcHz4vIwR .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBcHz4vIwR .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBcHz4vIwR .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBcHz4vIwR .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBcHz4vIwR .soc-item {
  margin: 8px;
}
.cid-uBcHz4vIwR .soc-item a:hover .mbr-iconfont,
.cid-uBcHz4vIwR .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBcHz4vIwR .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBcHz4vIwR .row {
    text-align: center;
  }
  .cid-uBcHz4vIwR .social-row {
    justify-content: center;
  }
}
.cid-uBcHz4vIwR .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBcHz4vIwR .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBcHz4vIwR .list {
    margin-bottom: 0rem;
  }
}
.cid-uBcHz4vIwR .mbr-text {
  color: #bbbbbb;
}
.cid-uBcHz4vIwR .mbr-section-subtitle {
  color: #000000;
}
.cid-uBcHz4vIwR .list,
.cid-uBcHz4vIwR .item-wrap {
  color: #232323;
}
.cid-uBcHz4vIwR .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBcNja8DHK {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/volcano-lg.webp");
}
.cid-uBcNja8DHK .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBcNja8DHK {
    align-items: flex-end;
  }
  .cid-uBcNja8DHK .row {
    justify-content: center;
  }
  .cid-uBcNja8DHK .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBcNja8DHK .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBcNja8DHK {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBcNja8DHK .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBcNja8DHK .content-wrap {
    width: 100%;
  }
}
.cid-uBcNja8DHK .mbr-section-title,
.cid-uBcNja8DHK .mbr-section-subtitle {
  text-align: center;
}
.cid-uBcNja8DHK .mbr-text,
.cid-uBcNja8DHK .mbr-section-btn {
  text-align: center;
  color: #9c98cf;
}
.cid-uBcNja8DHK .mbr-section-title {
  color: #9c98cf;
}
.cid-uBcNjaA5Pc {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBcNjaA5Pc .mbr-text {
  color: #000000;
}
.cid-uBcNjaA5Pc .mbr-section-subtitle {
  color: #000000;
}
.cid-uBcNjaA5Pc .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBcNjaA5Pc .mbr-text,
.cid-uBcNjaA5Pc .item .mbr-section-btn {
  text-align: left;
}
.cid-uBcNjaA5Pc .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBcNjaA5Pc .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBcNjaA5Pc .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBcNjaA5Pc .mbr-card-title {
  color: #393193;
}
.cid-uBcNjb2LdD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBcNjb2LdD .mbr-text {
  color: #000000;
}
.cid-uBcNjb2LdD .mbr-section-subtitle {
  color: #000000;
}
.cid-uBcNjb2LdD .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBcNjb2LdD .mbr-text,
.cid-uBcNjb2LdD .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBcNjb2LdD .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBcNjb2LdD .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBcNjb2LdD .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBcNjb2LdD .mbr-card-title {
  color: #393193;
}
.cid-uBcNjbh6Qp {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBcNjbh6Qp .mbr-text {
  color: #000000;
}
.cid-uBcNjbh6Qp .mbr-section-subtitle {
  color: #000000;
}
.cid-uBcNjbh6Qp .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBcNjbh6Qp .mbr-text,
.cid-uBcNjbh6Qp .item .mbr-section-btn {
  text-align: left;
}
.cid-uBcNjbh6Qp .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBcNjbh6Qp .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBcNjbh6Qp .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBcNjbh6Qp .mbr-card-title {
  color: #393193;
}
.cid-uBcNjbv2OI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBcNjbv2OI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBcNjbv2OI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBcNjbv2OI .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBcNjbv2OI .footer-col {
    flex-direction: column;
  }
}
.cid-uBcNjbv2OI .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBcNjbv2OI .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBcNjbv2OI .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBcNjbv2OI .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBcNjbv2OI .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBcNjbv2OI .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBcNjbv2OI .soc-item {
  margin: 8px;
}
.cid-uBcNjbv2OI .soc-item a:hover .mbr-iconfont,
.cid-uBcNjbv2OI .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBcNjbv2OI .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBcNjbv2OI .row {
    text-align: center;
  }
  .cid-uBcNjbv2OI .social-row {
    justify-content: center;
  }
}
.cid-uBcNjbv2OI .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBcNjbv2OI .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBcNjbv2OI .list {
    margin-bottom: 0rem;
  }
}
.cid-uBcNjbv2OI .mbr-text {
  color: #bbbbbb;
}
.cid-uBcNjbv2OI .mbr-section-subtitle {
  color: #000000;
}
.cid-uBcNjbv2OI .list,
.cid-uBcNjbv2OI .item-wrap {
  color: #232323;
}
.cid-uBcNjbv2OI .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBfA2kr2gu {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/minerals-lg.webp");
}
.cid-uBfA2kr2gu .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBfA2kr2gu {
    align-items: flex-end;
  }
  .cid-uBfA2kr2gu .row {
    justify-content: center;
  }
  .cid-uBfA2kr2gu .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBfA2kr2gu .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBfA2kr2gu {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBfA2kr2gu .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBfA2kr2gu .content-wrap {
    width: 100%;
  }
}
.cid-uBfA2kr2gu .mbr-section-title,
.cid-uBfA2kr2gu .mbr-section-subtitle {
  text-align: center;
}
.cid-uBfA2kr2gu .mbr-text,
.cid-uBfA2kr2gu .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uBfA2kr2gu .mbr-section-title {
  color: #000000;
}
.cid-uBfA2kWktd {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBfA2kWktd .mbr-text {
  color: #000000;
}
.cid-uBfA2kWktd .mbr-section-subtitle {
  color: #000000;
}
.cid-uBfA2kWktd .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBfA2kWktd .mbr-text,
.cid-uBfA2kWktd .item .mbr-section-btn {
  text-align: left;
}
.cid-uBfA2kWktd .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBfA2kWktd .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBfA2kWktd .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBfA2kWktd .mbr-card-title {
  color: #393193;
}
.cid-uBfALDVrNy {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uBfALDVrNy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBfALDVrNy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBfALDVrNy .row {
  flex-direction: row-reverse;
}
.cid-uBfALDVrNy .mbr-description {
  text-align: center;
}
.cid-uBfAMQkD47 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBfAMQkD47 .mbr-text {
  color: #000000;
}
.cid-uBfAMQkD47 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBfAMQkD47 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBfAMQkD47 .mbr-text,
.cid-uBfAMQkD47 .item .mbr-section-btn {
  text-align: left;
}
.cid-uBfAMQkD47 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBfAMQkD47 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBfAMQkD47 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBfAMQkD47 .mbr-card-title {
  color: #393193;
}
.cid-uBfA2llmEG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBfA2llmEG .mbr-text {
  color: #000000;
}
.cid-uBfA2llmEG .mbr-section-subtitle {
  color: #000000;
}
.cid-uBfA2llmEG .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBfA2llmEG .mbr-text,
.cid-uBfA2llmEG .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBfA2llmEG .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBfA2llmEG .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBfA2llmEG .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBfA2llmEG .mbr-card-title {
  color: #393193;
}
.cid-uBfA2lFHbn {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBfA2lFHbn .mbr-text {
  color: #000000;
}
.cid-uBfA2lFHbn .mbr-section-subtitle {
  color: #000000;
}
.cid-uBfA2lFHbn .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBfA2lFHbn .mbr-text,
.cid-uBfA2lFHbn .item .mbr-section-btn {
  text-align: left;
}
.cid-uBfA2lFHbn .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBfA2lFHbn .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBfA2lFHbn .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBfA2lFHbn .mbr-card-title {
  color: #393193;
}
.cid-uBfA2m2GFL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBfA2m2GFL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBfA2m2GFL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBfA2m2GFL .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBfA2m2GFL .footer-col {
    flex-direction: column;
  }
}
.cid-uBfA2m2GFL .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBfA2m2GFL .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBfA2m2GFL .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBfA2m2GFL .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBfA2m2GFL .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBfA2m2GFL .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBfA2m2GFL .soc-item {
  margin: 8px;
}
.cid-uBfA2m2GFL .soc-item a:hover .mbr-iconfont,
.cid-uBfA2m2GFL .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBfA2m2GFL .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBfA2m2GFL .row {
    text-align: center;
  }
  .cid-uBfA2m2GFL .social-row {
    justify-content: center;
  }
}
.cid-uBfA2m2GFL .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBfA2m2GFL .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBfA2m2GFL .list {
    margin-bottom: 0rem;
  }
}
.cid-uBfA2m2GFL .mbr-text {
  color: #bbbbbb;
}
.cid-uBfA2m2GFL .mbr-section-subtitle {
  color: #000000;
}
.cid-uBfA2m2GFL .list,
.cid-uBfA2m2GFL .item-wrap {
  color: #232323;
}
.cid-uBfA2m2GFL .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBfDMVMiyg {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/subduction-meta.webp");
}
.cid-uBfDMVMiyg .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBfDMVMiyg {
    align-items: flex-end;
  }
  .cid-uBfDMVMiyg .row {
    justify-content: center;
  }
  .cid-uBfDMVMiyg .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBfDMVMiyg .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBfDMVMiyg {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBfDMVMiyg .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBfDMVMiyg .content-wrap {
    width: 100%;
  }
}
.cid-uBfDMVMiyg .mbr-section-title,
.cid-uBfDMVMiyg .mbr-section-subtitle {
  text-align: center;
}
.cid-uBfDMVMiyg .mbr-text,
.cid-uBfDMVMiyg .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uBfDMVMiyg .mbr-section-title {
  color: #000000;
}
.cid-uBfDMWmfe1 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBfDMWmfe1 .mbr-text {
  color: #000000;
}
.cid-uBfDMWmfe1 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBfDMWmfe1 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBfDMWmfe1 .mbr-text,
.cid-uBfDMWmfe1 .item .mbr-section-btn {
  text-align: left;
}
.cid-uBfDMWmfe1 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBfDMWmfe1 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBfDMWmfe1 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBfDMWmfe1 .mbr-card-title {
  color: #393193;
}
.cid-uBfDMWPBer {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBfDMWPBer .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBfDMWPBer .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBfDMWPBer .row {
  flex-direction: row-reverse;
}
.cid-uBfDMWPBer .mbr-description {
  text-align: center;
}
.cid-uBfDMX7eAU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBfDMX7eAU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBfDMX7eAU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBfDMX7eAU .row {
  flex-direction: row-reverse;
}
.cid-uBfDMX7eAU .mbr-description {
  text-align: center;
}
.cid-uBfDMXoQR7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBfDMXoQR7 .mbr-text {
  color: #000000;
}
.cid-uBfDMXoQR7 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBfDMXoQR7 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBfDMXoQR7 .mbr-text,
.cid-uBfDMXoQR7 .item .mbr-section-btn {
  text-align: left;
}
.cid-uBfDMXoQR7 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBfDMXoQR7 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBfDMXoQR7 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBfDMXoQR7 .mbr-card-title {
  color: #393193;
}
.cid-uBfFxYwhEZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBfFxYwhEZ .mbr-text {
  color: #000000;
}
.cid-uBfFxYwhEZ .mbr-section-subtitle {
  color: #000000;
}
.cid-uBfFxYwhEZ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBfFxYwhEZ .mbr-text,
.cid-uBfFxYwhEZ .item .mbr-section-btn {
  text-align: left;
}
.cid-uBfFxYwhEZ .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBfFxYwhEZ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBfFxYwhEZ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBfFxYwhEZ .mbr-card-title {
  color: #393193;
}
.cid-uBfFWyswsX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBfFWyswsX .mbr-text {
  color: #000000;
}
.cid-uBfFWyswsX .mbr-section-subtitle {
  color: #000000;
}
.cid-uBfFWyswsX .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBfFWyswsX .mbr-text,
.cid-uBfFWyswsX .item .mbr-section-btn {
  text-align: left;
}
.cid-uBfFWyswsX .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBfFWyswsX .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBfFWyswsX .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBfFWyswsX .mbr-card-title {
  color: #393193;
}
.cid-uBfDMXDIh1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBfDMXDIh1 .mbr-text {
  color: #000000;
}
.cid-uBfDMXDIh1 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBfDMXDIh1 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBfDMXDIh1 .mbr-text,
.cid-uBfDMXDIh1 .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBfDMXDIh1 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBfDMXDIh1 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBfDMXDIh1 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBfDMXDIh1 .mbr-card-title {
  color: #393193;
}
.cid-uBfDMXWp6Z {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBfDMXWp6Z .mbr-text {
  color: #000000;
}
.cid-uBfDMXWp6Z .mbr-section-subtitle {
  color: #000000;
}
.cid-uBfDMXWp6Z .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBfDMXWp6Z .mbr-text,
.cid-uBfDMXWp6Z .item .mbr-section-btn {
  text-align: left;
}
.cid-uBfDMXWp6Z .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBfDMXWp6Z .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBfDMXWp6Z .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBfDMXWp6Z .mbr-card-title {
  color: #393193;
}
.cid-uBfDMYiFcf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBfDMYiFcf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBfDMYiFcf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBfDMYiFcf .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBfDMYiFcf .footer-col {
    flex-direction: column;
  }
}
.cid-uBfDMYiFcf .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBfDMYiFcf .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBfDMYiFcf .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBfDMYiFcf .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBfDMYiFcf .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBfDMYiFcf .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBfDMYiFcf .soc-item {
  margin: 8px;
}
.cid-uBfDMYiFcf .soc-item a:hover .mbr-iconfont,
.cid-uBfDMYiFcf .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBfDMYiFcf .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBfDMYiFcf .row {
    text-align: center;
  }
  .cid-uBfDMYiFcf .social-row {
    justify-content: center;
  }
}
.cid-uBfDMYiFcf .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBfDMYiFcf .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBfDMYiFcf .list {
    margin-bottom: 0rem;
  }
}
.cid-uBfDMYiFcf .mbr-text {
  color: #bbbbbb;
}
.cid-uBfDMYiFcf .mbr-section-subtitle {
  color: #000000;
}
.cid-uBfDMYiFcf .list,
.cid-uBfDMYiFcf .item-wrap {
  color: #232323;
}
.cid-uBfDMYiFcf .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBfJIXy12s {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/fault-lines-lg.webp");
}
.cid-uBfJIXy12s .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBfJIXy12s {
    align-items: flex-end;
  }
  .cid-uBfJIXy12s .row {
    justify-content: center;
  }
  .cid-uBfJIXy12s .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBfJIXy12s .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBfJIXy12s {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBfJIXy12s .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBfJIXy12s .content-wrap {
    width: 100%;
  }
}
.cid-uBfJIXy12s .mbr-section-title,
.cid-uBfJIXy12s .mbr-section-subtitle {
  text-align: center;
}
.cid-uBfJIXy12s .mbr-text,
.cid-uBfJIXy12s .mbr-section-btn {
  text-align: center;
}
.cid-uBfJIXWWIs {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBfJIXWWIs .mbr-text {
  color: #000000;
}
.cid-uBfJIXWWIs .mbr-section-subtitle {
  color: #000000;
}
.cid-uBfJIXWWIs .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBfJIXWWIs .mbr-text,
.cid-uBfJIXWWIs .item .mbr-section-btn {
  text-align: left;
}
.cid-uBfJIXWWIs .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBfJIXWWIs .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBfJIXWWIs .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBfJIXWWIs .mbr-card-title {
  color: #393193;
}
.cid-uBfJIYjxQ8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBfJIYjxQ8 .mbr-text {
  color: #000000;
}
.cid-uBfJIYjxQ8 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBfJIYjxQ8 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBfJIYjxQ8 .mbr-text,
.cid-uBfJIYjxQ8 .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBfJIYjxQ8 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBfJIYjxQ8 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBfJIYjxQ8 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBfJIYjxQ8 .mbr-card-title {
  color: #393193;
}
.cid-uBfJIYBlO9 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBfJIYBlO9 .mbr-text {
  color: #000000;
}
.cid-uBfJIYBlO9 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBfJIYBlO9 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBfJIYBlO9 .mbr-text,
.cid-uBfJIYBlO9 .item .mbr-section-btn {
  text-align: left;
}
.cid-uBfJIYBlO9 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBfJIYBlO9 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBfJIYBlO9 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBfJIYBlO9 .mbr-card-title {
  color: #393193;
}
.cid-uBfJIYPAsg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBfJIYPAsg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBfJIYPAsg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBfJIYPAsg .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBfJIYPAsg .footer-col {
    flex-direction: column;
  }
}
.cid-uBfJIYPAsg .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBfJIYPAsg .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBfJIYPAsg .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBfJIYPAsg .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBfJIYPAsg .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBfJIYPAsg .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBfJIYPAsg .soc-item {
  margin: 8px;
}
.cid-uBfJIYPAsg .soc-item a:hover .mbr-iconfont,
.cid-uBfJIYPAsg .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBfJIYPAsg .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBfJIYPAsg .row {
    text-align: center;
  }
  .cid-uBfJIYPAsg .social-row {
    justify-content: center;
  }
}
.cid-uBfJIYPAsg .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBfJIYPAsg .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBfJIYPAsg .list {
    margin-bottom: 0rem;
  }
}
.cid-uBfJIYPAsg .mbr-text {
  color: #bbbbbb;
}
.cid-uBfJIYPAsg .mbr-section-subtitle {
  color: #000000;
}
.cid-uBfJIYPAsg .list,
.cid-uBfJIYPAsg .item-wrap {
  color: #232323;
}
.cid-uBfJIYPAsg .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBfMjwi1LI {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/earthquake-meta.webp");
}
.cid-uBfMjwi1LI .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBfMjwi1LI {
    align-items: flex-end;
  }
  .cid-uBfMjwi1LI .row {
    justify-content: center;
  }
  .cid-uBfMjwi1LI .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBfMjwi1LI .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBfMjwi1LI {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBfMjwi1LI .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBfMjwi1LI .content-wrap {
    width: 100%;
  }
}
.cid-uBfMjwi1LI .mbr-section-title,
.cid-uBfMjwi1LI .mbr-section-subtitle {
  text-align: center;
}
.cid-uBfMjwi1LI .mbr-text,
.cid-uBfMjwi1LI .mbr-section-btn {
  text-align: center;
  color: #9c98cf;
}
.cid-uBfMjwi1LI .mbr-section-title {
  color: #9c98cf;
}
.cid-uBfMjwVm7W {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBfMjwVm7W .mbr-text {
  color: #000000;
}
.cid-uBfMjwVm7W .mbr-section-subtitle {
  color: #000000;
}
.cid-uBfMjwVm7W .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBfMjwVm7W .mbr-text,
.cid-uBfMjwVm7W .item .mbr-section-btn {
  text-align: left;
}
.cid-uBfMjwVm7W .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBfMjwVm7W .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBfMjwVm7W .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBfMjwVm7W .mbr-card-title {
  color: #393193;
}
.cid-uBfMjxeeKs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBfMjxeeKs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBfMjxeeKs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBfMjxeeKs .row {
  flex-direction: row-reverse;
}
.cid-uBfMjxeeKs .mbr-description {
  text-align: center;
}
.cid-uBfMjxvpKO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBfMjxvpKO .mbr-text {
  color: #000000;
}
.cid-uBfMjxvpKO .mbr-section-subtitle {
  color: #000000;
}
.cid-uBfMjxvpKO .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBfMjxvpKO .mbr-text,
.cid-uBfMjxvpKO .item .mbr-section-btn {
  text-align: left;
}
.cid-uBfMjxvpKO .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBfMjxvpKO .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBfMjxvpKO .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBfMjxvpKO .mbr-card-title {
  color: #393193;
}
.cid-uBfMjxLYtj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBfMjxLYtj .mbr-text {
  color: #000000;
}
.cid-uBfMjxLYtj .mbr-section-subtitle {
  color: #000000;
}
.cid-uBfMjxLYtj .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBfMjxLYtj .mbr-text,
.cid-uBfMjxLYtj .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBfMjxLYtj .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBfMjxLYtj .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBfMjxLYtj .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBfMjxLYtj .mbr-card-title {
  color: #393193;
}
.cid-uBfMjy7fRa {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBfMjy7fRa .mbr-text {
  color: #000000;
}
.cid-uBfMjy7fRa .mbr-section-subtitle {
  color: #000000;
}
.cid-uBfMjy7fRa .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBfMjy7fRa .mbr-text,
.cid-uBfMjy7fRa .item .mbr-section-btn {
  text-align: left;
}
.cid-uBfMjy7fRa .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBfMjy7fRa .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBfMjy7fRa .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBfMjy7fRa .mbr-card-title {
  color: #393193;
}
.cid-uBfMjyqd3j {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBfMjyqd3j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBfMjyqd3j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBfMjyqd3j .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBfMjyqd3j .footer-col {
    flex-direction: column;
  }
}
.cid-uBfMjyqd3j .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBfMjyqd3j .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBfMjyqd3j .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBfMjyqd3j .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBfMjyqd3j .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBfMjyqd3j .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBfMjyqd3j .soc-item {
  margin: 8px;
}
.cid-uBfMjyqd3j .soc-item a:hover .mbr-iconfont,
.cid-uBfMjyqd3j .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBfMjyqd3j .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBfMjyqd3j .row {
    text-align: center;
  }
  .cid-uBfMjyqd3j .social-row {
    justify-content: center;
  }
}
.cid-uBfMjyqd3j .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBfMjyqd3j .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBfMjyqd3j .list {
    margin-bottom: 0rem;
  }
}
.cid-uBfMjyqd3j .mbr-text {
  color: #bbbbbb;
}
.cid-uBfMjyqd3j .mbr-section-subtitle {
  color: #000000;
}
.cid-uBfMjyqd3j .list,
.cid-uBfMjyqd3j .item-wrap {
  color: #232323;
}
.cid-uBfMjyqd3j .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBfQ04lCeR {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/soil-expansion-lg.webp");
}
.cid-uBfQ04lCeR .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBfQ04lCeR {
    align-items: flex-end;
  }
  .cid-uBfQ04lCeR .row {
    justify-content: center;
  }
  .cid-uBfQ04lCeR .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBfQ04lCeR .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBfQ04lCeR {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBfQ04lCeR .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBfQ04lCeR .content-wrap {
    width: 100%;
  }
}
.cid-uBfQ04lCeR .mbr-section-title,
.cid-uBfQ04lCeR .mbr-section-subtitle {
  text-align: center;
}
.cid-uBfQ04lCeR .mbr-text,
.cid-uBfQ04lCeR .mbr-section-btn {
  text-align: center;
  color: #9c98cf;
}
.cid-uBfQ04lCeR .mbr-section-title {
  color: #9c98cf;
}
.cid-uBfQ04StXF {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBfQ04StXF .mbr-text {
  color: #000000;
}
.cid-uBfQ04StXF .mbr-section-subtitle {
  color: #000000;
}
.cid-uBfQ04StXF .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBfQ04StXF .mbr-text,
.cid-uBfQ04StXF .item .mbr-section-btn {
  text-align: left;
}
.cid-uBfQ04StXF .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBfQ04StXF .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBfQ04StXF .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBfQ04StXF .mbr-card-title {
  color: #393193;
}
.cid-uBfQ05dnLb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBfQ05dnLb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBfQ05dnLb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBfQ05dnLb .row {
  flex-direction: row-reverse;
}
.cid-uBfQ05dnLb .mbr-description {
  text-align: center;
}
.cid-uBfQ05uvey {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBfQ05uvey .mbr-text {
  color: #000000;
}
.cid-uBfQ05uvey .mbr-section-subtitle {
  color: #000000;
}
.cid-uBfQ05uvey .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBfQ05uvey .mbr-text,
.cid-uBfQ05uvey .item .mbr-section-btn {
  text-align: left;
}
.cid-uBfQ05uvey .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBfQ05uvey .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBfQ05uvey .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBfQ05uvey .mbr-card-title {
  color: #393193;
}
.cid-uBfQXIIN6P {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBfQXIIN6P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBfQXIIN6P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBfQXIIN6P .row {
  flex-direction: row-reverse;
}
.cid-uBfQXIIN6P .mbr-description {
  text-align: center;
}
.cid-uBfR4LNm3H {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBfR4LNm3H .mbr-text {
  color: #000000;
}
.cid-uBfR4LNm3H .mbr-section-subtitle {
  color: #000000;
}
.cid-uBfR4LNm3H .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBfR4LNm3H .mbr-text,
.cid-uBfR4LNm3H .item .mbr-section-btn {
  text-align: left;
}
.cid-uBfR4LNm3H .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBfR4LNm3H .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBfR4LNm3H .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBfR4LNm3H .mbr-card-title {
  color: #393193;
}
.cid-uBfQ05Ktc3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBfQ05Ktc3 .mbr-text {
  color: #000000;
}
.cid-uBfQ05Ktc3 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBfQ05Ktc3 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBfQ05Ktc3 .mbr-text,
.cid-uBfQ05Ktc3 .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBfQ05Ktc3 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBfQ05Ktc3 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBfQ05Ktc3 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBfQ05Ktc3 .mbr-card-title {
  color: #393193;
}
.cid-uBfQ060bmt {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBfQ060bmt .mbr-text {
  color: #000000;
}
.cid-uBfQ060bmt .mbr-section-subtitle {
  color: #000000;
}
.cid-uBfQ060bmt .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBfQ060bmt .mbr-text,
.cid-uBfQ060bmt .item .mbr-section-btn {
  text-align: left;
}
.cid-uBfQ060bmt .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBfQ060bmt .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBfQ060bmt .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBfQ060bmt .mbr-card-title {
  color: #393193;
}
.cid-uBfQ06pqDt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBfQ06pqDt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBfQ06pqDt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBfQ06pqDt .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBfQ06pqDt .footer-col {
    flex-direction: column;
  }
}
.cid-uBfQ06pqDt .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBfQ06pqDt .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBfQ06pqDt .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBfQ06pqDt .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBfQ06pqDt .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBfQ06pqDt .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBfQ06pqDt .soc-item {
  margin: 8px;
}
.cid-uBfQ06pqDt .soc-item a:hover .mbr-iconfont,
.cid-uBfQ06pqDt .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBfQ06pqDt .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBfQ06pqDt .row {
    text-align: center;
  }
  .cid-uBfQ06pqDt .social-row {
    justify-content: center;
  }
}
.cid-uBfQ06pqDt .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBfQ06pqDt .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBfQ06pqDt .list {
    margin-bottom: 0rem;
  }
}
.cid-uBfQ06pqDt .mbr-text {
  color: #bbbbbb;
}
.cid-uBfQ06pqDt .mbr-section-subtitle {
  color: #000000;
}
.cid-uBfQ06pqDt .list,
.cid-uBfQ06pqDt .item-wrap {
  color: #232323;
}
.cid-uBfQ06pqDt .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBhpfsbY0r {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/porous-rocks-lg.webp");
}
.cid-uBhpfsbY0r .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBhpfsbY0r {
    align-items: flex-end;
  }
  .cid-uBhpfsbY0r .row {
    justify-content: center;
  }
  .cid-uBhpfsbY0r .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBhpfsbY0r .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBhpfsbY0r {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBhpfsbY0r .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBhpfsbY0r .content-wrap {
    width: 100%;
  }
}
.cid-uBhpfsbY0r .mbr-section-title,
.cid-uBhpfsbY0r .mbr-section-subtitle {
  text-align: center;
}
.cid-uBhpfsbY0r .mbr-text,
.cid-uBhpfsbY0r .mbr-section-btn {
  text-align: center;
  color: #9c98cf;
}
.cid-uBhpfsbY0r .mbr-section-title {
  color: #9c98cf;
}
.cid-uBhpfsQOoO {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBhpfsQOoO .mbr-text {
  color: #000000;
}
.cid-uBhpfsQOoO .mbr-section-subtitle {
  color: #000000;
}
.cid-uBhpfsQOoO .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBhpfsQOoO .mbr-text,
.cid-uBhpfsQOoO .item .mbr-section-btn {
  text-align: left;
}
.cid-uBhpfsQOoO .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBhpfsQOoO .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBhpfsQOoO .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBhpfsQOoO .mbr-card-title {
  color: #393193;
}
.cid-uBhpftouAM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBhpftouAM .mbr-text {
  color: #000000;
}
.cid-uBhpftouAM .mbr-section-subtitle {
  color: #000000;
}
.cid-uBhpftouAM .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBhpftouAM .mbr-text,
.cid-uBhpftouAM .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBhpftouAM .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBhpftouAM .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBhpftouAM .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBhpftouAM .mbr-card-title {
  color: #393193;
}
.cid-uBhpftNmYv {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBhpftNmYv .mbr-text {
  color: #000000;
}
.cid-uBhpftNmYv .mbr-section-subtitle {
  color: #000000;
}
.cid-uBhpftNmYv .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBhpftNmYv .mbr-text,
.cid-uBhpftNmYv .item .mbr-section-btn {
  text-align: left;
}
.cid-uBhpftNmYv .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBhpftNmYv .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBhpftNmYv .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBhpftNmYv .mbr-card-title {
  color: #393193;
}
.cid-uBhpfu7X6O {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBhpfu7X6O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBhpfu7X6O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBhpfu7X6O .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBhpfu7X6O .footer-col {
    flex-direction: column;
  }
}
.cid-uBhpfu7X6O .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBhpfu7X6O .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBhpfu7X6O .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBhpfu7X6O .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBhpfu7X6O .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBhpfu7X6O .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBhpfu7X6O .soc-item {
  margin: 8px;
}
.cid-uBhpfu7X6O .soc-item a:hover .mbr-iconfont,
.cid-uBhpfu7X6O .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBhpfu7X6O .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBhpfu7X6O .row {
    text-align: center;
  }
  .cid-uBhpfu7X6O .social-row {
    justify-content: center;
  }
}
.cid-uBhpfu7X6O .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBhpfu7X6O .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBhpfu7X6O .list {
    margin-bottom: 0rem;
  }
}
.cid-uBhpfu7X6O .mbr-text {
  color: #bbbbbb;
}
.cid-uBhpfu7X6O .mbr-section-subtitle {
  color: #000000;
}
.cid-uBhpfu7X6O .list,
.cid-uBhpfu7X6O .item-wrap {
  color: #232323;
}
.cid-uBhpfu7X6O .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBhrdoUJzM {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/steam-explosions-meta.webp");
}
.cid-uBhrdoUJzM .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBhrdoUJzM {
    align-items: flex-end;
  }
  .cid-uBhrdoUJzM .row {
    justify-content: center;
  }
  .cid-uBhrdoUJzM .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBhrdoUJzM .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBhrdoUJzM {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBhrdoUJzM .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBhrdoUJzM .content-wrap {
    width: 100%;
  }
}
.cid-uBhrdoUJzM .mbr-section-title,
.cid-uBhrdoUJzM .mbr-section-subtitle {
  text-align: center;
}
.cid-uBhrdoUJzM .mbr-text,
.cid-uBhrdoUJzM .mbr-section-btn {
  text-align: center;
}
.cid-uBhrdpoGnL {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBhrdpoGnL .mbr-text {
  color: #000000;
}
.cid-uBhrdpoGnL .mbr-section-subtitle {
  color: #000000;
}
.cid-uBhrdpoGnL .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBhrdpoGnL .mbr-text,
.cid-uBhrdpoGnL .item .mbr-section-btn {
  text-align: left;
}
.cid-uBhrdpoGnL .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBhrdpoGnL .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBhrdpoGnL .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBhrdpoGnL .mbr-card-title {
  color: #393193;
}
.cid-uBhrdpGVz5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBhrdpGVz5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBhrdpGVz5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBhrdpGVz5 .row {
  flex-direction: row-reverse;
}
.cid-uBhrdpGVz5 .mbr-description {
  text-align: center;
}
.cid-uBhsmXC5hP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBhsmXC5hP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBhsmXC5hP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBhsmXC5hP .row {
  flex-direction: row-reverse;
}
.cid-uBhsmXC5hP .mbr-description {
  text-align: center;
}
.cid-uBhrdqigCW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBhrdqigCW .mbr-text {
  color: #000000;
}
.cid-uBhrdqigCW .mbr-section-subtitle {
  color: #000000;
}
.cid-uBhrdqigCW .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBhrdqigCW .mbr-text,
.cid-uBhrdqigCW .item .mbr-section-btn {
  text-align: left;
}
.cid-uBhrdqigCW .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBhrdqigCW .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBhrdqigCW .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBhrdqigCW .mbr-card-title {
  color: #393193;
}
.cid-uBhrdqBnNp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBhrdqBnNp .mbr-text {
  color: #000000;
}
.cid-uBhrdqBnNp .mbr-section-subtitle {
  color: #000000;
}
.cid-uBhrdqBnNp .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBhrdqBnNp .mbr-text,
.cid-uBhrdqBnNp .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBhrdqBnNp .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBhrdqBnNp .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBhrdqBnNp .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBhrdqBnNp .mbr-card-title {
  color: #393193;
}
.cid-uBhrdqPgPZ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBhrdqPgPZ .mbr-text {
  color: #000000;
}
.cid-uBhrdqPgPZ .mbr-section-subtitle {
  color: #000000;
}
.cid-uBhrdqPgPZ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBhrdqPgPZ .mbr-text,
.cid-uBhrdqPgPZ .item .mbr-section-btn {
  text-align: left;
}
.cid-uBhrdqPgPZ .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBhrdqPgPZ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBhrdqPgPZ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBhrdqPgPZ .mbr-card-title {
  color: #393193;
}
.cid-uBhrdr3KP7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBhrdr3KP7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBhrdr3KP7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBhrdr3KP7 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBhrdr3KP7 .footer-col {
    flex-direction: column;
  }
}
.cid-uBhrdr3KP7 .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBhrdr3KP7 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBhrdr3KP7 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBhrdr3KP7 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBhrdr3KP7 .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBhrdr3KP7 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBhrdr3KP7 .soc-item {
  margin: 8px;
}
.cid-uBhrdr3KP7 .soc-item a:hover .mbr-iconfont,
.cid-uBhrdr3KP7 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBhrdr3KP7 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBhrdr3KP7 .row {
    text-align: center;
  }
  .cid-uBhrdr3KP7 .social-row {
    justify-content: center;
  }
}
.cid-uBhrdr3KP7 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBhrdr3KP7 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBhrdr3KP7 .list {
    margin-bottom: 0rem;
  }
}
.cid-uBhrdr3KP7 .mbr-text {
  color: #bbbbbb;
}
.cid-uBhrdr3KP7 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBhrdr3KP7 .list,
.cid-uBhrdr3KP7 .item-wrap {
  color: #232323;
}
.cid-uBhrdr3KP7 .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBhDLTnQ0H {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/internal-waves-meta.webp");
}
.cid-uBhDLTnQ0H .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBhDLTnQ0H {
    align-items: flex-end;
  }
  .cid-uBhDLTnQ0H .row {
    justify-content: center;
  }
  .cid-uBhDLTnQ0H .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBhDLTnQ0H .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBhDLTnQ0H {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBhDLTnQ0H .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBhDLTnQ0H .content-wrap {
    width: 100%;
  }
}
.cid-uBhDLTnQ0H .mbr-section-title,
.cid-uBhDLTnQ0H .mbr-section-subtitle {
  text-align: center;
}
.cid-uBhDLTnQ0H .mbr-text,
.cid-uBhDLTnQ0H .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uBhDLTnQ0H .mbr-section-title {
  color: #000000;
}
.cid-uBhDLTQHdc {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBhDLTQHdc .mbr-text {
  color: #000000;
}
.cid-uBhDLTQHdc .mbr-section-subtitle {
  color: #000000;
}
.cid-uBhDLTQHdc .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBhDLTQHdc .mbr-text,
.cid-uBhDLTQHdc .item .mbr-section-btn {
  text-align: left;
}
.cid-uBhDLTQHdc .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBhDLTQHdc .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBhDLTQHdc .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBhDLTQHdc .mbr-card-title {
  color: #393193;
}
.cid-uBhDLU62Gu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBhDLU62Gu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBhDLU62Gu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBhDLU62Gu .row {
  flex-direction: row-reverse;
}
.cid-uBhDLU62Gu .mbr-description {
  text-align: center;
}
.cid-uBhDLUnKn6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBhDLUnKn6 .mbr-text {
  color: #000000;
}
.cid-uBhDLUnKn6 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBhDLUnKn6 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBhDLUnKn6 .mbr-text,
.cid-uBhDLUnKn6 .item .mbr-section-btn {
  text-align: left;
}
.cid-uBhDLUnKn6 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBhDLUnKn6 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBhDLUnKn6 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBhDLUnKn6 .mbr-card-title {
  color: #393193;
}
.cid-uBhFyRB9yV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBhFyRB9yV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBhFyRB9yV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBhFyRB9yV .row {
  flex-direction: row-reverse;
}
.cid-uBhFyRB9yV .mbr-description {
  text-align: center;
}
.cid-uBhFA1wGgU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBhFA1wGgU .mbr-text {
  color: #000000;
}
.cid-uBhFA1wGgU .mbr-section-subtitle {
  color: #000000;
}
.cid-uBhFA1wGgU .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBhFA1wGgU .mbr-text,
.cid-uBhFA1wGgU .item .mbr-section-btn {
  text-align: left;
}
.cid-uBhFA1wGgU .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBhFA1wGgU .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBhFA1wGgU .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBhFA1wGgU .mbr-card-title {
  color: #393193;
}
.cid-uBhDLUIoGf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBhDLUIoGf .mbr-text {
  color: #000000;
}
.cid-uBhDLUIoGf .mbr-section-subtitle {
  color: #000000;
}
.cid-uBhDLUIoGf .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBhDLUIoGf .mbr-text,
.cid-uBhDLUIoGf .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBhDLUIoGf .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBhDLUIoGf .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBhDLUIoGf .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBhDLUIoGf .mbr-card-title {
  color: #393193;
}
.cid-uBhDLXgJu2 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBhDLXgJu2 .mbr-text {
  color: #000000;
}
.cid-uBhDLXgJu2 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBhDLXgJu2 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBhDLXgJu2 .mbr-text,
.cid-uBhDLXgJu2 .item .mbr-section-btn {
  text-align: left;
}
.cid-uBhDLXgJu2 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBhDLXgJu2 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBhDLXgJu2 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBhDLXgJu2 .mbr-card-title {
  color: #393193;
}
.cid-uBhDLXLzYt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBhDLXLzYt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBhDLXLzYt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBhDLXLzYt .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBhDLXLzYt .footer-col {
    flex-direction: column;
  }
}
.cid-uBhDLXLzYt .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBhDLXLzYt .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBhDLXLzYt .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBhDLXLzYt .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBhDLXLzYt .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBhDLXLzYt .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBhDLXLzYt .soc-item {
  margin: 8px;
}
.cid-uBhDLXLzYt .soc-item a:hover .mbr-iconfont,
.cid-uBhDLXLzYt .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBhDLXLzYt .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBhDLXLzYt .row {
    text-align: center;
  }
  .cid-uBhDLXLzYt .social-row {
    justify-content: center;
  }
}
.cid-uBhDLXLzYt .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBhDLXLzYt .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBhDLXLzYt .list {
    margin-bottom: 0rem;
  }
}
.cid-uBhDLXLzYt .mbr-text {
  color: #bbbbbb;
}
.cid-uBhDLXLzYt .mbr-section-subtitle {
  color: #000000;
}
.cid-uBhDLXLzYt .list,
.cid-uBhDLXLzYt .item-wrap {
  color: #232323;
}
.cid-uBhDLXLzYt .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBhIJryMAR {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/photic-zone-1.webp");
}
.cid-uBhIJryMAR .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBhIJryMAR {
    align-items: flex-end;
  }
  .cid-uBhIJryMAR .row {
    justify-content: center;
  }
  .cid-uBhIJryMAR .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBhIJryMAR .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBhIJryMAR {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBhIJryMAR .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBhIJryMAR .content-wrap {
    width: 100%;
  }
}
.cid-uBhIJryMAR .mbr-section-title,
.cid-uBhIJryMAR .mbr-section-subtitle {
  text-align: center;
}
.cid-uBhIJryMAR .mbr-text,
.cid-uBhIJryMAR .mbr-section-btn {
  text-align: center;
}
.cid-uBhIJs7Oak {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBhIJs7Oak .mbr-text {
  color: #000000;
}
.cid-uBhIJs7Oak .mbr-section-subtitle {
  color: #000000;
}
.cid-uBhIJs7Oak .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBhIJs7Oak .mbr-text,
.cid-uBhIJs7Oak .item .mbr-section-btn {
  text-align: left;
}
.cid-uBhIJs7Oak .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBhIJs7Oak .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBhIJs7Oak .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBhIJs7Oak .mbr-card-title {
  color: #393193;
}
.cid-uBhIJssSlx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBhIJssSlx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBhIJssSlx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBhIJssSlx .row {
  flex-direction: row-reverse;
}
.cid-uBhIJssSlx .mbr-description {
  text-align: center;
}
.cid-uBhIJsMEdE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBhIJsMEdE .mbr-text {
  color: #000000;
}
.cid-uBhIJsMEdE .mbr-section-subtitle {
  color: #000000;
}
.cid-uBhIJsMEdE .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBhIJsMEdE .mbr-text,
.cid-uBhIJsMEdE .item .mbr-section-btn {
  text-align: left;
}
.cid-uBhIJsMEdE .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBhIJsMEdE .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBhIJsMEdE .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBhIJsMEdE .mbr-card-title {
  color: #393193;
}
.cid-uBhIJt1kCa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBhIJt1kCa .mbr-text {
  color: #000000;
}
.cid-uBhIJt1kCa .mbr-section-subtitle {
  color: #000000;
}
.cid-uBhIJt1kCa .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBhIJt1kCa .mbr-text,
.cid-uBhIJt1kCa .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBhIJt1kCa .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBhIJt1kCa .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBhIJt1kCa .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBhIJt1kCa .mbr-card-title {
  color: #393193;
}
.cid-uBhIJtgN9k {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBhIJtgN9k .mbr-text {
  color: #000000;
}
.cid-uBhIJtgN9k .mbr-section-subtitle {
  color: #000000;
}
.cid-uBhIJtgN9k .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBhIJtgN9k .mbr-text,
.cid-uBhIJtgN9k .item .mbr-section-btn {
  text-align: left;
}
.cid-uBhIJtgN9k .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBhIJtgN9k .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBhIJtgN9k .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBhIJtgN9k .mbr-card-title {
  color: #393193;
}
.cid-uBhIJtzStL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBhIJtzStL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBhIJtzStL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBhIJtzStL .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBhIJtzStL .footer-col {
    flex-direction: column;
  }
}
.cid-uBhIJtzStL .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBhIJtzStL .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBhIJtzStL .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBhIJtzStL .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBhIJtzStL .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBhIJtzStL .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBhIJtzStL .soc-item {
  margin: 8px;
}
.cid-uBhIJtzStL .soc-item a:hover .mbr-iconfont,
.cid-uBhIJtzStL .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBhIJtzStL .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBhIJtzStL .row {
    text-align: center;
  }
  .cid-uBhIJtzStL .social-row {
    justify-content: center;
  }
}
.cid-uBhIJtzStL .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBhIJtzStL .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBhIJtzStL .list {
    margin-bottom: 0rem;
  }
}
.cid-uBhIJtzStL .mbr-text {
  color: #bbbbbb;
}
.cid-uBhIJtzStL .mbr-section-subtitle {
  color: #000000;
}
.cid-uBhIJtzStL .list,
.cid-uBhIJtzStL .item-wrap {
  color: #232323;
}
.cid-uBhIJtzStL .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBhRaM9Itl {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/dead-sea-meta.webp");
}
.cid-uBhRaM9Itl .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBhRaM9Itl {
    align-items: flex-end;
  }
  .cid-uBhRaM9Itl .row {
    justify-content: center;
  }
  .cid-uBhRaM9Itl .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBhRaM9Itl .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBhRaM9Itl {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBhRaM9Itl .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBhRaM9Itl .content-wrap {
    width: 100%;
  }
}
.cid-uBhRaM9Itl .mbr-section-title,
.cid-uBhRaM9Itl .mbr-section-subtitle {
  text-align: center;
}
.cid-uBhRaM9Itl .mbr-text,
.cid-uBhRaM9Itl .mbr-section-btn {
  text-align: center;
}
.cid-uBhRaMEeI4 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBhRaMEeI4 .mbr-text {
  color: #000000;
}
.cid-uBhRaMEeI4 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBhRaMEeI4 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBhRaMEeI4 .mbr-text,
.cid-uBhRaMEeI4 .item .mbr-section-btn {
  text-align: left;
}
.cid-uBhRaMEeI4 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBhRaMEeI4 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBhRaMEeI4 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBhRaMEeI4 .mbr-card-title {
  color: #393193;
}
.cid-uBhRaMToIs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBhRaMToIs .mbr-text {
  color: #000000;
}
.cid-uBhRaMToIs .mbr-section-subtitle {
  color: #000000;
}
.cid-uBhRaMToIs .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBhRaMToIs .mbr-text,
.cid-uBhRaMToIs .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBhRaMToIs .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBhRaMToIs .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBhRaMToIs .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBhRaMToIs .mbr-card-title {
  color: #393193;
}
.cid-uBhRaN5fHV {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBhRaN5fHV .mbr-text {
  color: #000000;
}
.cid-uBhRaN5fHV .mbr-section-subtitle {
  color: #000000;
}
.cid-uBhRaN5fHV .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBhRaN5fHV .mbr-text,
.cid-uBhRaN5fHV .item .mbr-section-btn {
  text-align: left;
}
.cid-uBhRaN5fHV .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBhRaN5fHV .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBhRaN5fHV .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBhRaN5fHV .mbr-card-title {
  color: #393193;
}
.cid-uBhRaNitA3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBhRaNitA3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBhRaNitA3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBhRaNitA3 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBhRaNitA3 .footer-col {
    flex-direction: column;
  }
}
.cid-uBhRaNitA3 .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBhRaNitA3 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBhRaNitA3 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBhRaNitA3 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBhRaNitA3 .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBhRaNitA3 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBhRaNitA3 .soc-item {
  margin: 8px;
}
.cid-uBhRaNitA3 .soc-item a:hover .mbr-iconfont,
.cid-uBhRaNitA3 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBhRaNitA3 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBhRaNitA3 .row {
    text-align: center;
  }
  .cid-uBhRaNitA3 .social-row {
    justify-content: center;
  }
}
.cid-uBhRaNitA3 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBhRaNitA3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBhRaNitA3 .list {
    margin-bottom: 0rem;
  }
}
.cid-uBhRaNitA3 .mbr-text {
  color: #bbbbbb;
}
.cid-uBhRaNitA3 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBhRaNitA3 .list,
.cid-uBhRaNitA3 .item-wrap {
  color: #232323;
}
.cid-uBhRaNitA3 .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBi1wZUnZH {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/hydrothermal-meta.webp");
}
.cid-uBi1wZUnZH .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBi1wZUnZH {
    align-items: flex-end;
  }
  .cid-uBi1wZUnZH .row {
    justify-content: center;
  }
  .cid-uBi1wZUnZH .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBi1wZUnZH .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBi1wZUnZH {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBi1wZUnZH .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBi1wZUnZH .content-wrap {
    width: 100%;
  }
}
.cid-uBi1wZUnZH .mbr-section-title,
.cid-uBi1wZUnZH .mbr-section-subtitle {
  text-align: center;
}
.cid-uBi1wZUnZH .mbr-text,
.cid-uBi1wZUnZH .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uBi1wZUnZH .mbr-section-title {
  color: #000000;
}
.cid-uBi1x0jtYo {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBi1x0jtYo .mbr-text {
  color: #000000;
}
.cid-uBi1x0jtYo .mbr-section-subtitle {
  color: #000000;
}
.cid-uBi1x0jtYo .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBi1x0jtYo .mbr-text,
.cid-uBi1x0jtYo .item .mbr-section-btn {
  text-align: left;
}
.cid-uBi1x0jtYo .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBi1x0jtYo .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBi1x0jtYo .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBi1x0jtYo .mbr-card-title {
  color: #393193;
}
.cid-uBi1x0DuB3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBi1x0DuB3 .mbr-text {
  color: #000000;
}
.cid-uBi1x0DuB3 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBi1x0DuB3 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBi1x0DuB3 .mbr-text,
.cid-uBi1x0DuB3 .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBi1x0DuB3 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBi1x0DuB3 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBi1x0DuB3 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBi1x0DuB3 .mbr-card-title {
  color: #393193;
}
.cid-uBi1x0UU3Z {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBi1x0UU3Z .mbr-text {
  color: #000000;
}
.cid-uBi1x0UU3Z .mbr-section-subtitle {
  color: #000000;
}
.cid-uBi1x0UU3Z .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBi1x0UU3Z .mbr-text,
.cid-uBi1x0UU3Z .item .mbr-section-btn {
  text-align: left;
}
.cid-uBi1x0UU3Z .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBi1x0UU3Z .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBi1x0UU3Z .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBi1x0UU3Z .mbr-card-title {
  color: #393193;
}
.cid-uBi1x18r4c {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBi1x18r4c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBi1x18r4c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBi1x18r4c .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBi1x18r4c .footer-col {
    flex-direction: column;
  }
}
.cid-uBi1x18r4c .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBi1x18r4c .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBi1x18r4c .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBi1x18r4c .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBi1x18r4c .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBi1x18r4c .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBi1x18r4c .soc-item {
  margin: 8px;
}
.cid-uBi1x18r4c .soc-item a:hover .mbr-iconfont,
.cid-uBi1x18r4c .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBi1x18r4c .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBi1x18r4c .row {
    text-align: center;
  }
  .cid-uBi1x18r4c .social-row {
    justify-content: center;
  }
}
.cid-uBi1x18r4c .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBi1x18r4c .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBi1x18r4c .list {
    margin-bottom: 0rem;
  }
}
.cid-uBi1x18r4c .mbr-text {
  color: #bbbbbb;
}
.cid-uBi1x18r4c .mbr-section-subtitle {
  color: #000000;
}
.cid-uBi1x18r4c .list,
.cid-uBi1x18r4c .item-wrap {
  color: #232323;
}
.cid-uBi1x18r4c .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBi4XtcCP5 {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mountains-earth.webp");
}
.cid-uBi4XtcCP5 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBi4XtcCP5 {
    align-items: flex-end;
  }
  .cid-uBi4XtcCP5 .row {
    justify-content: center;
  }
  .cid-uBi4XtcCP5 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBi4XtcCP5 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBi4XtcCP5 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBi4XtcCP5 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBi4XtcCP5 .content-wrap {
    width: 100%;
  }
}
.cid-uBi4XtcCP5 .mbr-section-title,
.cid-uBi4XtcCP5 .mbr-section-subtitle {
  text-align: center;
}
.cid-uBi4XtcCP5 .mbr-text,
.cid-uBi4XtcCP5 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uBi4XtcCP5 .mbr-section-title {
  color: #000000;
}
.cid-uBi4XtDePp {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBi4XtDePp .mbr-text {
  color: #000000;
}
.cid-uBi4XtDePp .mbr-section-subtitle {
  color: #000000;
}
.cid-uBi4XtDePp .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBi4XtDePp .mbr-text,
.cid-uBi4XtDePp .item .mbr-section-btn {
  text-align: left;
}
.cid-uBi4XtDePp .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBi4XtDePp .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBi4XtDePp .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBi4XtDePp .mbr-card-title {
  color: #393193;
}
.cid-uBi4XtYDB0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBi4XtYDB0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBi4XtYDB0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBi4XtYDB0 .row {
  flex-direction: row-reverse;
}
.cid-uBi4XtYDB0 .mbr-description {
  text-align: center;
}
.cid-uBi4XujsH6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBi4XujsH6 .mbr-text {
  color: #000000;
}
.cid-uBi4XujsH6 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBi4XujsH6 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBi4XujsH6 .mbr-text,
.cid-uBi4XujsH6 .item .mbr-section-btn {
  text-align: left;
}
.cid-uBi4XujsH6 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBi4XujsH6 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBi4XujsH6 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBi4XujsH6 .mbr-card-title {
  color: #393193;
}
.cid-uBi4XuBm9b {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBi4XuBm9b .mbr-text {
  color: #000000;
}
.cid-uBi4XuBm9b .mbr-section-subtitle {
  color: #000000;
}
.cid-uBi4XuBm9b .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBi4XuBm9b .mbr-text,
.cid-uBi4XuBm9b .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBi4XuBm9b .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBi4XuBm9b .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBi4XuBm9b .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBi4XuBm9b .mbr-card-title {
  color: #393193;
}
.cid-uBi4XuUCRY {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBi4XuUCRY .mbr-text {
  color: #000000;
}
.cid-uBi4XuUCRY .mbr-section-subtitle {
  color: #000000;
}
.cid-uBi4XuUCRY .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBi4XuUCRY .mbr-text,
.cid-uBi4XuUCRY .item .mbr-section-btn {
  text-align: left;
}
.cid-uBi4XuUCRY .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBi4XuUCRY .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBi4XuUCRY .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBi4XuUCRY .mbr-card-title {
  color: #393193;
}
.cid-uBi4Xv80tL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBi4Xv80tL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBi4Xv80tL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBi4Xv80tL .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBi4Xv80tL .footer-col {
    flex-direction: column;
  }
}
.cid-uBi4Xv80tL .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBi4Xv80tL .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBi4Xv80tL .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBi4Xv80tL .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBi4Xv80tL .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBi4Xv80tL .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBi4Xv80tL .soc-item {
  margin: 8px;
}
.cid-uBi4Xv80tL .soc-item a:hover .mbr-iconfont,
.cid-uBi4Xv80tL .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBi4Xv80tL .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBi4Xv80tL .row {
    text-align: center;
  }
  .cid-uBi4Xv80tL .social-row {
    justify-content: center;
  }
}
.cid-uBi4Xv80tL .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBi4Xv80tL .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBi4Xv80tL .list {
    margin-bottom: 0rem;
  }
}
.cid-uBi4Xv80tL .mbr-text {
  color: #bbbbbb;
}
.cid-uBi4Xv80tL .mbr-section-subtitle {
  color: #000000;
}
.cid-uBi4Xv80tL .list,
.cid-uBi4Xv80tL .item-wrap {
  color: #232323;
}
.cid-uBi4Xv80tL .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBi8XfR6qx {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/weathering-erosion-lg.webp");
}
.cid-uBi8XfR6qx .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBi8XfR6qx {
    align-items: flex-end;
  }
  .cid-uBi8XfR6qx .row {
    justify-content: center;
  }
  .cid-uBi8XfR6qx .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBi8XfR6qx .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBi8XfR6qx {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBi8XfR6qx .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBi8XfR6qx .content-wrap {
    width: 100%;
  }
}
.cid-uBi8XfR6qx .mbr-section-title,
.cid-uBi8XfR6qx .mbr-section-subtitle {
  text-align: center;
}
.cid-uBi8XfR6qx .mbr-text,
.cid-uBi8XfR6qx .mbr-section-btn {
  text-align: center;
}
.cid-uBi8XgnPm4 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBi8XgnPm4 .mbr-text {
  color: #000000;
}
.cid-uBi8XgnPm4 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBi8XgnPm4 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBi8XgnPm4 .mbr-text,
.cid-uBi8XgnPm4 .item .mbr-section-btn {
  text-align: left;
}
.cid-uBi8XgnPm4 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBi8XgnPm4 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBi8XgnPm4 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBi8XgnPm4 .mbr-card-title {
  color: #393193;
}
.cid-uBi8XgQuZC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBi8XgQuZC .mbr-text {
  color: #000000;
}
.cid-uBi8XgQuZC .mbr-section-subtitle {
  color: #000000;
}
.cid-uBi8XgQuZC .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBi8XgQuZC .mbr-text,
.cid-uBi8XgQuZC .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBi8XgQuZC .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBi8XgQuZC .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBi8XgQuZC .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBi8XgQuZC .mbr-card-title {
  color: #393193;
}
.cid-uBi8Xhldvd {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBi8Xhldvd .mbr-text {
  color: #000000;
}
.cid-uBi8Xhldvd .mbr-section-subtitle {
  color: #000000;
}
.cid-uBi8Xhldvd .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBi8Xhldvd .mbr-text,
.cid-uBi8Xhldvd .item .mbr-section-btn {
  text-align: left;
}
.cid-uBi8Xhldvd .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBi8Xhldvd .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBi8Xhldvd .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBi8Xhldvd .mbr-card-title {
  color: #393193;
}
.cid-uBi8XhCuTh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBi8XhCuTh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBi8XhCuTh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBi8XhCuTh .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBi8XhCuTh .footer-col {
    flex-direction: column;
  }
}
.cid-uBi8XhCuTh .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBi8XhCuTh .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBi8XhCuTh .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBi8XhCuTh .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBi8XhCuTh .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBi8XhCuTh .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBi8XhCuTh .soc-item {
  margin: 8px;
}
.cid-uBi8XhCuTh .soc-item a:hover .mbr-iconfont,
.cid-uBi8XhCuTh .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBi8XhCuTh .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBi8XhCuTh .row {
    text-align: center;
  }
  .cid-uBi8XhCuTh .social-row {
    justify-content: center;
  }
}
.cid-uBi8XhCuTh .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBi8XhCuTh .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBi8XhCuTh .list {
    margin-bottom: 0rem;
  }
}
.cid-uBi8XhCuTh .mbr-text {
  color: #bbbbbb;
}
.cid-uBi8XhCuTh .mbr-section-subtitle {
  color: #000000;
}
.cid-uBi8XhCuTh .list,
.cid-uBi8XhCuTh .item-wrap {
  color: #232323;
}
.cid-uBi8XhCuTh .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBmc62nupf {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/raptors-1.webp");
}
.cid-uBmc62nupf .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBmc62nupf {
    align-items: flex-end;
  }
  .cid-uBmc62nupf .row {
    justify-content: center;
  }
  .cid-uBmc62nupf .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBmc62nupf .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBmc62nupf {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBmc62nupf .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBmc62nupf .content-wrap {
    width: 100%;
  }
}
.cid-uBmc62nupf .mbr-section-title,
.cid-uBmc62nupf .mbr-section-subtitle {
  text-align: center;
}
.cid-uBmc62nupf .mbr-text,
.cid-uBmc62nupf .mbr-section-btn {
  text-align: center;
}
.cid-uBmc62UQjL {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBmc62UQjL .mbr-text {
  color: #000000;
}
.cid-uBmc62UQjL .mbr-section-subtitle {
  color: #000000;
}
.cid-uBmc62UQjL .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBmc62UQjL .mbr-text,
.cid-uBmc62UQjL .item .mbr-section-btn {
  text-align: left;
}
.cid-uBmc62UQjL .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBmc62UQjL .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBmc62UQjL .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBmc62UQjL .mbr-card-title {
  color: #393193;
}
.cid-uBmcSYyPdx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBmcSYyPdx .mbr-text {
  color: #000000;
}
.cid-uBmcSYyPdx .mbr-section-subtitle {
  color: #000000;
}
.cid-uBmcSYyPdx .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBmcSYyPdx .mbr-text,
.cid-uBmcSYyPdx .item .mbr-section-btn {
  text-align: left;
}
.cid-uBmcSYyPdx .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBmcSYyPdx .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBmcSYyPdx .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBmcSYyPdx .mbr-card-title {
  color: #393193;
}
.cid-uBmc63iNsi {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uBmc63iNsi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBmc63iNsi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBmc63iNsi .row {
  flex-direction: row-reverse;
}
.cid-uBmc63iNsi .mbr-description {
  text-align: center;
}
.cid-uBmdITLMEz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBmdITLMEz .mbr-text {
  color: #000000;
}
.cid-uBmdITLMEz .mbr-section-subtitle {
  color: #000000;
}
.cid-uBmdITLMEz .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBmdITLMEz .mbr-text,
.cid-uBmdITLMEz .item .mbr-section-btn {
  text-align: left;
}
.cid-uBmdITLMEz .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBmdITLMEz .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBmdITLMEz .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBmdITLMEz .mbr-card-title {
  color: #393193;
}
.cid-uBme3eOPd3 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uBme3eOPd3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBme3eOPd3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBme3eOPd3 .row {
  flex-direction: row-reverse;
}
.cid-uBme3eOPd3 .mbr-description {
  text-align: center;
}
.cid-uBmc63HY86 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBmc63HY86 .mbr-text {
  color: #000000;
}
.cid-uBmc63HY86 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBmc63HY86 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBmc63HY86 .mbr-text,
.cid-uBmc63HY86 .item .mbr-section-btn {
  text-align: left;
}
.cid-uBmc63HY86 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBmc63HY86 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBmc63HY86 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBmc63HY86 .mbr-card-title {
  color: #393193;
}
.cid-uBmc63XLGX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBmc63XLGX .mbr-text {
  color: #000000;
}
.cid-uBmc63XLGX .mbr-section-subtitle {
  color: #000000;
}
.cid-uBmc63XLGX .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBmc63XLGX .mbr-text,
.cid-uBmc63XLGX .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBmc63XLGX .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBmc63XLGX .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBmc63XLGX .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBmc63XLGX .mbr-card-title {
  color: #393193;
}
.cid-uBmc64g2Z5 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBmc64g2Z5 .mbr-text {
  color: #000000;
}
.cid-uBmc64g2Z5 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBmc64g2Z5 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBmc64g2Z5 .mbr-text,
.cid-uBmc64g2Z5 .item .mbr-section-btn {
  text-align: left;
}
.cid-uBmc64g2Z5 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBmc64g2Z5 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBmc64g2Z5 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBmc64g2Z5 .mbr-card-title {
  color: #393193;
}
.cid-uBmc64BdFb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBmc64BdFb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBmc64BdFb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBmc64BdFb .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBmc64BdFb .footer-col {
    flex-direction: column;
  }
}
.cid-uBmc64BdFb .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBmc64BdFb .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBmc64BdFb .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBmc64BdFb .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBmc64BdFb .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBmc64BdFb .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBmc64BdFb .soc-item {
  margin: 8px;
}
.cid-uBmc64BdFb .soc-item a:hover .mbr-iconfont,
.cid-uBmc64BdFb .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBmc64BdFb .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBmc64BdFb .row {
    text-align: center;
  }
  .cid-uBmc64BdFb .social-row {
    justify-content: center;
  }
}
.cid-uBmc64BdFb .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBmc64BdFb .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBmc64BdFb .list {
    margin-bottom: 0rem;
  }
}
.cid-uBmc64BdFb .mbr-text {
  color: #bbbbbb;
}
.cid-uBmc64BdFb .mbr-section-subtitle {
  color: #000000;
}
.cid-uBmc64BdFb .list,
.cid-uBmc64BdFb .item-wrap {
  color: #232323;
}
.cid-uBmc64BdFb .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBmgGZVkr1 {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/spider-web-meta.webp");
}
.cid-uBmgGZVkr1 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBmgGZVkr1 {
    align-items: flex-end;
  }
  .cid-uBmgGZVkr1 .row {
    justify-content: center;
  }
  .cid-uBmgGZVkr1 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBmgGZVkr1 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBmgGZVkr1 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBmgGZVkr1 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBmgGZVkr1 .content-wrap {
    width: 100%;
  }
}
.cid-uBmgGZVkr1 .mbr-section-title,
.cid-uBmgGZVkr1 .mbr-section-subtitle {
  text-align: center;
}
.cid-uBmgGZVkr1 .mbr-text,
.cid-uBmgGZVkr1 .mbr-section-btn {
  text-align: center;
}
.cid-uBmgH0kguT {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBmgH0kguT .mbr-text {
  color: #000000;
}
.cid-uBmgH0kguT .mbr-section-subtitle {
  color: #000000;
}
.cid-uBmgH0kguT .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBmgH0kguT .mbr-text,
.cid-uBmgH0kguT .item .mbr-section-btn {
  text-align: left;
}
.cid-uBmgH0kguT .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBmgH0kguT .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBmgH0kguT .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBmgH0kguT .mbr-card-title {
  color: #393193;
}
.cid-uBmgH0AaKy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBmgH0AaKy .mbr-text {
  color: #000000;
}
.cid-uBmgH0AaKy .mbr-section-subtitle {
  color: #000000;
}
.cid-uBmgH0AaKy .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBmgH0AaKy .mbr-text,
.cid-uBmgH0AaKy .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBmgH0AaKy .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBmgH0AaKy .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBmgH0AaKy .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBmgH0AaKy .mbr-card-title {
  color: #393193;
}
.cid-uBmgH0NT2b {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBmgH0NT2b .mbr-text {
  color: #000000;
}
.cid-uBmgH0NT2b .mbr-section-subtitle {
  color: #000000;
}
.cid-uBmgH0NT2b .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBmgH0NT2b .mbr-text,
.cid-uBmgH0NT2b .item .mbr-section-btn {
  text-align: left;
}
.cid-uBmgH0NT2b .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBmgH0NT2b .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBmgH0NT2b .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBmgH0NT2b .mbr-card-title {
  color: #393193;
}
.cid-uBmiyDaZ3B {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBmiyDaZ3B .mbr-text {
  color: #000000;
}
.cid-uBmiyDaZ3B .mbr-section-subtitle {
  color: #000000;
}
.cid-uBmiyDaZ3B .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBmiyDaZ3B .mbr-text,
.cid-uBmiyDaZ3B .item .mbr-section-btn {
  text-align: left;
}
.cid-uBmiyDaZ3B .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBmiyDaZ3B .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBmiyDaZ3B .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBmiyDaZ3B .mbr-card-title {
  color: #393193;
}
.cid-uBmiatiODZ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBmiatiODZ .mbr-text {
  color: #000000;
}
.cid-uBmiatiODZ .mbr-section-subtitle {
  color: #000000;
}
.cid-uBmiatiODZ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBmiatiODZ .mbr-text,
.cid-uBmiatiODZ .item .mbr-section-btn {
  text-align: left;
}
.cid-uBmiatiODZ .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBmiatiODZ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBmiatiODZ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBmiatiODZ .mbr-card-title {
  color: #393193;
}
.cid-uBmgH158j7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBmgH158j7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBmgH158j7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBmgH158j7 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBmgH158j7 .footer-col {
    flex-direction: column;
  }
}
.cid-uBmgH158j7 .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBmgH158j7 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBmgH158j7 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBmgH158j7 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBmgH158j7 .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBmgH158j7 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBmgH158j7 .soc-item {
  margin: 8px;
}
.cid-uBmgH158j7 .soc-item a:hover .mbr-iconfont,
.cid-uBmgH158j7 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBmgH158j7 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBmgH158j7 .row {
    text-align: center;
  }
  .cid-uBmgH158j7 .social-row {
    justify-content: center;
  }
}
.cid-uBmgH158j7 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBmgH158j7 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBmgH158j7 .list {
    margin-bottom: 0rem;
  }
}
.cid-uBmgH158j7 .mbr-text {
  color: #bbbbbb;
}
.cid-uBmgH158j7 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBmgH158j7 .list,
.cid-uBmgH158j7 .item-wrap {
  color: #232323;
}
.cid-uBmgH158j7 .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBmtZ250Sf {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/ants-lg.webp");
}
.cid-uBmtZ250Sf .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBmtZ250Sf {
    align-items: flex-end;
  }
  .cid-uBmtZ250Sf .row {
    justify-content: center;
  }
  .cid-uBmtZ250Sf .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBmtZ250Sf .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBmtZ250Sf {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBmtZ250Sf .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBmtZ250Sf .content-wrap {
    width: 100%;
  }
}
.cid-uBmtZ250Sf .mbr-section-title,
.cid-uBmtZ250Sf .mbr-section-subtitle {
  text-align: center;
}
.cid-uBmtZ250Sf .mbr-text,
.cid-uBmtZ250Sf .mbr-section-btn {
  text-align: center;
}
.cid-uBmtZ2Ge7B {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBmtZ2Ge7B .mbr-text {
  color: #000000;
}
.cid-uBmtZ2Ge7B .mbr-section-subtitle {
  color: #000000;
}
.cid-uBmtZ2Ge7B .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBmtZ2Ge7B .mbr-text,
.cid-uBmtZ2Ge7B .item .mbr-section-btn {
  text-align: left;
}
.cid-uBmtZ2Ge7B .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBmtZ2Ge7B .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBmtZ2Ge7B .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBmtZ2Ge7B .mbr-card-title {
  color: #393193;
}
.cid-uBmtZ31TJv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBmtZ31TJv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBmtZ31TJv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBmtZ31TJv .row {
  flex-direction: row-reverse;
}
.cid-uBmtZ31TJv .mbr-description {
  text-align: center;
}
.cid-uBmuTgurJs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBmuTgurJs .mbr-text {
  color: #000000;
}
.cid-uBmuTgurJs .mbr-section-subtitle {
  color: #000000;
}
.cid-uBmuTgurJs .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBmuTgurJs .mbr-text,
.cid-uBmuTgurJs .item .mbr-section-btn {
  text-align: left;
}
.cid-uBmuTgurJs .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBmuTgurJs .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBmuTgurJs .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBmuTgurJs .mbr-card-title {
  color: #393193;
}
.cid-uBmtZ3xIhN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBmtZ3xIhN .mbr-text {
  color: #000000;
}
.cid-uBmtZ3xIhN .mbr-section-subtitle {
  color: #000000;
}
.cid-uBmtZ3xIhN .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBmtZ3xIhN .mbr-text,
.cid-uBmtZ3xIhN .item .mbr-section-btn {
  text-align: left;
}
.cid-uBmtZ3xIhN .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBmtZ3xIhN .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBmtZ3xIhN .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBmtZ3xIhN .mbr-card-title {
  color: #393193;
}
.cid-uBmtZ3NWiS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBmtZ3NWiS .mbr-text {
  color: #000000;
}
.cid-uBmtZ3NWiS .mbr-section-subtitle {
  color: #000000;
}
.cid-uBmtZ3NWiS .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBmtZ3NWiS .mbr-text,
.cid-uBmtZ3NWiS .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBmtZ3NWiS .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBmtZ3NWiS .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBmtZ3NWiS .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBmtZ3NWiS .mbr-card-title {
  color: #393193;
}
.cid-uBmtZ42ruN {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBmtZ42ruN .mbr-text {
  color: #000000;
}
.cid-uBmtZ42ruN .mbr-section-subtitle {
  color: #000000;
}
.cid-uBmtZ42ruN .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBmtZ42ruN .mbr-text,
.cid-uBmtZ42ruN .item .mbr-section-btn {
  text-align: left;
}
.cid-uBmtZ42ruN .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBmtZ42ruN .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBmtZ42ruN .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBmtZ42ruN .mbr-card-title {
  color: #393193;
}
.cid-uBmtZ4hnE0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBmtZ4hnE0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBmtZ4hnE0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBmtZ4hnE0 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBmtZ4hnE0 .footer-col {
    flex-direction: column;
  }
}
.cid-uBmtZ4hnE0 .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBmtZ4hnE0 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBmtZ4hnE0 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBmtZ4hnE0 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBmtZ4hnE0 .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBmtZ4hnE0 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBmtZ4hnE0 .soc-item {
  margin: 8px;
}
.cid-uBmtZ4hnE0 .soc-item a:hover .mbr-iconfont,
.cid-uBmtZ4hnE0 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBmtZ4hnE0 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBmtZ4hnE0 .row {
    text-align: center;
  }
  .cid-uBmtZ4hnE0 .social-row {
    justify-content: center;
  }
}
.cid-uBmtZ4hnE0 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBmtZ4hnE0 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBmtZ4hnE0 .list {
    margin-bottom: 0rem;
  }
}
.cid-uBmtZ4hnE0 .mbr-text {
  color: #bbbbbb;
}
.cid-uBmtZ4hnE0 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBmtZ4hnE0 .list,
.cid-uBmtZ4hnE0 .item-wrap {
  color: #232323;
}
.cid-uBmtZ4hnE0 .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBmz48XxHl {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/honey-bees-meta.webp");
}
.cid-uBmz48XxHl .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBmz48XxHl {
    align-items: flex-end;
  }
  .cid-uBmz48XxHl .row {
    justify-content: center;
  }
  .cid-uBmz48XxHl .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBmz48XxHl .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBmz48XxHl {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBmz48XxHl .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBmz48XxHl .content-wrap {
    width: 100%;
  }
}
.cid-uBmz48XxHl .mbr-section-title,
.cid-uBmz48XxHl .mbr-section-subtitle {
  text-align: center;
}
.cid-uBmz48XxHl .mbr-text,
.cid-uBmz48XxHl .mbr-section-btn {
  text-align: center;
}
.cid-uBmz49kGD3 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBmz49kGD3 .mbr-text {
  color: #000000;
}
.cid-uBmz49kGD3 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBmz49kGD3 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBmz49kGD3 .mbr-text,
.cid-uBmz49kGD3 .item .mbr-section-btn {
  text-align: left;
}
.cid-uBmz49kGD3 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBmz49kGD3 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBmz49kGD3 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBmz49kGD3 .mbr-card-title {
  color: #393193;
}
.cid-uBmzOYbx3s {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBmzOYbx3s .mbr-text {
  color: #000000;
}
.cid-uBmzOYbx3s .mbr-section-subtitle {
  color: #000000;
}
.cid-uBmzOYbx3s .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBmzOYbx3s .mbr-text,
.cid-uBmzOYbx3s .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBmzOYbx3s .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBmzOYbx3s .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBmzOYbx3s .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBmzOYbx3s .mbr-card-title {
  color: #393193;
}
.cid-uBmA881s74 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBmA881s74 .mbr-text {
  color: #000000;
}
.cid-uBmA881s74 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBmA881s74 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBmA881s74 .mbr-text,
.cid-uBmA881s74 .item .mbr-section-btn {
  text-align: left;
}
.cid-uBmA881s74 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBmA881s74 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBmA881s74 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBmA881s74 .mbr-card-title {
  color: #393193;
}
.cid-uBmz49Gi4T {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBmz49Gi4T .mbr-text {
  color: #000000;
}
.cid-uBmz49Gi4T .mbr-section-subtitle {
  color: #000000;
}
.cid-uBmz49Gi4T .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBmz49Gi4T .mbr-text,
.cid-uBmz49Gi4T .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBmz49Gi4T .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBmz49Gi4T .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBmz49Gi4T .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBmz49Gi4T .mbr-card-title {
  color: #393193;
}
.cid-uBmz49U0Qm {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uBmz49U0Qm .mbr-text {
  color: #000000;
}
.cid-uBmz49U0Qm .mbr-section-subtitle {
  color: #000000;
}
.cid-uBmz49U0Qm .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBmz49U0Qm .mbr-text,
.cid-uBmz49U0Qm .item .mbr-section-btn {
  text-align: left;
}
.cid-uBmz49U0Qm .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBmz49U0Qm .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBmz49U0Qm .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBmz49U0Qm .mbr-card-title {
  color: #393193;
}
.cid-uBmAEVjp0u {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBmAEVjp0u .mbr-text {
  color: #000000;
}
.cid-uBmAEVjp0u .mbr-section-subtitle {
  color: #000000;
}
.cid-uBmAEVjp0u .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBmAEVjp0u .mbr-text,
.cid-uBmAEVjp0u .item .mbr-section-btn {
  text-align: left;
}
.cid-uBmAEVjp0u .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBmAEVjp0u .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBmAEVjp0u .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBmAEVjp0u .mbr-card-title {
  color: #393193;
}
.cid-uBmAFWBu5F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBmAFWBu5F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBmAFWBu5F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBmAFWBu5F .row {
  flex-direction: row-reverse;
}
.cid-uBmAFWBu5F .mbr-description {
  text-align: center;
}
.cid-uBmAVpYRvF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBmAVpYRvF .mbr-text {
  color: #000000;
}
.cid-uBmAVpYRvF .mbr-section-subtitle {
  color: #000000;
}
.cid-uBmAVpYRvF .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBmAVpYRvF .mbr-text,
.cid-uBmAVpYRvF .item .mbr-section-btn {
  text-align: left;
}
.cid-uBmAVpYRvF .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBmAVpYRvF .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBmAVpYRvF .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBmAVpYRvF .mbr-card-title {
  color: #393193;
}
.cid-uBmBxCqnNa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBmBxCqnNa .mbr-text {
  color: #000000;
}
.cid-uBmBxCqnNa .mbr-section-subtitle {
  color: #000000;
}
.cid-uBmBxCqnNa .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBmBxCqnNa .mbr-text,
.cid-uBmBxCqnNa .item .mbr-section-btn {
  text-align: left;
}
.cid-uBmBxCqnNa .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBmBxCqnNa .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBmBxCqnNa .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBmBxCqnNa .mbr-card-title {
  color: #393193;
}
.cid-uBmByCcm9s {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uBmByCcm9s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBmByCcm9s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBmByCcm9s .row {
  flex-direction: row-reverse;
}
.cid-uBmByCcm9s .mbr-description {
  text-align: center;
}
.cid-uBmBzstoHZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBmBzstoHZ .mbr-text {
  color: #000000;
}
.cid-uBmBzstoHZ .mbr-section-subtitle {
  color: #000000;
}
.cid-uBmBzstoHZ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBmBzstoHZ .mbr-text,
.cid-uBmBzstoHZ .item .mbr-section-btn {
  text-align: left;
}
.cid-uBmBzstoHZ .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBmBzstoHZ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBmBzstoHZ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBmBzstoHZ .mbr-card-title {
  color: #393193;
}
.cid-uBmBXyZNUH {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uBmBXyZNUH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBmBXyZNUH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBmBXyZNUH .row {
  flex-direction: row-reverse;
}
.cid-uBmBXyZNUH .mbr-description {
  text-align: center;
}
.cid-uBmBAWRN58 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBmBAWRN58 .mbr-text {
  color: #000000;
}
.cid-uBmBAWRN58 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBmBAWRN58 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBmBAWRN58 .mbr-text,
.cid-uBmBAWRN58 .item .mbr-section-btn {
  text-align: left;
}
.cid-uBmBAWRN58 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBmBAWRN58 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBmBAWRN58 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBmBAWRN58 .mbr-card-title {
  color: #393193;
}
.cid-uBmHCqrZwq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBmHCqrZwq .mbr-text {
  color: #000000;
}
.cid-uBmHCqrZwq .mbr-section-subtitle {
  color: #000000;
}
.cid-uBmHCqrZwq .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBmHCqrZwq .mbr-text,
.cid-uBmHCqrZwq .item .mbr-section-btn {
  text-align: left;
}
.cid-uBmHCqrZwq .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBmHCqrZwq .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBmHCqrZwq .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBmHCqrZwq .mbr-card-title {
  color: #393193;
}
.cid-uBmz4aasEi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBmz4aasEi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBmz4aasEi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBmz4aasEi .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBmz4aasEi .footer-col {
    flex-direction: column;
  }
}
.cid-uBmz4aasEi .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBmz4aasEi .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBmz4aasEi .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBmz4aasEi .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBmz4aasEi .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBmz4aasEi .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBmz4aasEi .soc-item {
  margin: 8px;
}
.cid-uBmz4aasEi .soc-item a:hover .mbr-iconfont,
.cid-uBmz4aasEi .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBmz4aasEi .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBmz4aasEi .row {
    text-align: center;
  }
  .cid-uBmz4aasEi .social-row {
    justify-content: center;
  }
}
.cid-uBmz4aasEi .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBmz4aasEi .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBmz4aasEi .list {
    margin-bottom: 0rem;
  }
}
.cid-uBmz4aasEi .mbr-text {
  color: #bbbbbb;
}
.cid-uBmz4aasEi .mbr-section-subtitle {
  color: #000000;
}
.cid-uBmz4aasEi .list,
.cid-uBmz4aasEi .item-wrap {
  color: #232323;
}
.cid-uBmz4aasEi .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBmFTgNPyx {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/colonies-lg.webp");
}
.cid-uBmFTgNPyx .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBmFTgNPyx {
    align-items: flex-end;
  }
  .cid-uBmFTgNPyx .row {
    justify-content: center;
  }
  .cid-uBmFTgNPyx .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBmFTgNPyx .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBmFTgNPyx {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBmFTgNPyx .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBmFTgNPyx .content-wrap {
    width: 100%;
  }
}
.cid-uBmFTgNPyx .mbr-section-title,
.cid-uBmFTgNPyx .mbr-section-subtitle {
  text-align: center;
}
.cid-uBmFTgNPyx .mbr-text,
.cid-uBmFTgNPyx .mbr-section-btn {
  text-align: center;
}
.cid-uBmFThebvI {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBmFThebvI .mbr-text {
  color: #000000;
}
.cid-uBmFThebvI .mbr-section-subtitle {
  color: #000000;
}
.cid-uBmFThebvI .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBmFThebvI .mbr-text,
.cid-uBmFThebvI .item .mbr-section-btn {
  text-align: left;
}
.cid-uBmFThebvI .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBmFThebvI .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBmFThebvI .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBmFThebvI .mbr-card-title {
  color: #393193;
}
.cid-uBmFThwIFC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBmFThwIFC .mbr-text {
  color: #000000;
}
.cid-uBmFThwIFC .mbr-section-subtitle {
  color: #000000;
}
.cid-uBmFThwIFC .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBmFThwIFC .mbr-text,
.cid-uBmFThwIFC .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBmFThwIFC .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBmFThwIFC .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBmFThwIFC .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBmFThwIFC .mbr-card-title {
  color: #393193;
}
.cid-uBmFThK5wk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBmFThK5wk .mbr-text {
  color: #000000;
}
.cid-uBmFThK5wk .mbr-section-subtitle {
  color: #000000;
}
.cid-uBmFThK5wk .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBmFThK5wk .mbr-text,
.cid-uBmFThK5wk .item .mbr-section-btn {
  text-align: left;
}
.cid-uBmFThK5wk .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBmFThK5wk .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBmFThK5wk .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBmFThK5wk .mbr-card-title {
  color: #393193;
}
.cid-uBmH5JBIPk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBmH5JBIPk .mbr-text {
  color: #000000;
}
.cid-uBmH5JBIPk .mbr-section-subtitle {
  color: #000000;
}
.cid-uBmH5JBIPk .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBmH5JBIPk .mbr-text,
.cid-uBmH5JBIPk .item .mbr-section-btn {
  text-align: left;
}
.cid-uBmH5JBIPk .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBmH5JBIPk .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBmH5JBIPk .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBmH5JBIPk .mbr-card-title {
  color: #393193;
}
.cid-uBmFThYGcu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBmFThYGcu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBmFThYGcu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBmFThYGcu .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBmFThYGcu .footer-col {
    flex-direction: column;
  }
}
.cid-uBmFThYGcu .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBmFThYGcu .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBmFThYGcu .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBmFThYGcu .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBmFThYGcu .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBmFThYGcu .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBmFThYGcu .soc-item {
  margin: 8px;
}
.cid-uBmFThYGcu .soc-item a:hover .mbr-iconfont,
.cid-uBmFThYGcu .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBmFThYGcu .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBmFThYGcu .row {
    text-align: center;
  }
  .cid-uBmFThYGcu .social-row {
    justify-content: center;
  }
}
.cid-uBmFThYGcu .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBmFThYGcu .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBmFThYGcu .list {
    margin-bottom: 0rem;
  }
}
.cid-uBmFThYGcu .mbr-text {
  color: #bbbbbb;
}
.cid-uBmFThYGcu .mbr-section-subtitle {
  color: #000000;
}
.cid-uBmFThYGcu .list,
.cid-uBmFThYGcu .item-wrap {
  color: #232323;
}
.cid-uBmFThYGcu .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBmLojepih {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/animal-languages-1.webp");
}
.cid-uBmLojepih .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBmLojepih {
    align-items: flex-end;
  }
  .cid-uBmLojepih .row {
    justify-content: center;
  }
  .cid-uBmLojepih .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBmLojepih .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBmLojepih {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBmLojepih .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBmLojepih .content-wrap {
    width: 100%;
  }
}
.cid-uBmLojepih .mbr-section-title,
.cid-uBmLojepih .mbr-section-subtitle {
  text-align: center;
}
.cid-uBmLojepih .mbr-text,
.cid-uBmLojepih .mbr-section-btn {
  text-align: center;
}
.cid-uBmLojHpSg {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBmLojHpSg .mbr-text {
  color: #000000;
}
.cid-uBmLojHpSg .mbr-section-subtitle {
  color: #000000;
}
.cid-uBmLojHpSg .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBmLojHpSg .mbr-text,
.cid-uBmLojHpSg .item .mbr-section-btn {
  text-align: left;
}
.cid-uBmLojHpSg .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBmLojHpSg .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBmLojHpSg .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBmLojHpSg .mbr-card-title {
  color: #393193;
}
.cid-uBmLojZPNR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBmLojZPNR .mbr-text {
  color: #000000;
}
.cid-uBmLojZPNR .mbr-section-subtitle {
  color: #000000;
}
.cid-uBmLojZPNR .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBmLojZPNR .mbr-text,
.cid-uBmLojZPNR .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBmLojZPNR .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBmLojZPNR .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBmLojZPNR .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBmLojZPNR .mbr-card-title {
  color: #393193;
}
.cid-uBmMObGf87 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBmMObGf87 .mbr-text {
  color: #000000;
}
.cid-uBmMObGf87 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBmMObGf87 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBmMObGf87 .mbr-text,
.cid-uBmMObGf87 .item .mbr-section-btn {
  text-align: left;
}
.cid-uBmMObGf87 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBmMObGf87 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBmMObGf87 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBmMObGf87 .mbr-card-title {
  color: #393193;
}
.cid-uBmMPECeyT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBmMPECeyT .mbr-text {
  color: #000000;
}
.cid-uBmMPECeyT .mbr-section-subtitle {
  color: #000000;
}
.cid-uBmMPECeyT .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBmMPECeyT .mbr-text,
.cid-uBmMPECeyT .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBmMPECeyT .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBmMPECeyT .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBmMPECeyT .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBmMPECeyT .mbr-card-title {
  color: #393193;
}
.cid-uBmLoknm3S {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBmLoknm3S .mbr-text {
  color: #000000;
}
.cid-uBmLoknm3S .mbr-section-subtitle {
  color: #000000;
}
.cid-uBmLoknm3S .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBmLoknm3S .mbr-text,
.cid-uBmLoknm3S .item .mbr-section-btn {
  text-align: left;
}
.cid-uBmLoknm3S .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBmLoknm3S .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBmLoknm3S .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBmLoknm3S .mbr-card-title {
  color: #393193;
}
.cid-uBmN8JWG1L {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBmN8JWG1L .mbr-text {
  color: #000000;
}
.cid-uBmN8JWG1L .mbr-section-subtitle {
  color: #000000;
}
.cid-uBmN8JWG1L .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBmN8JWG1L .mbr-text,
.cid-uBmN8JWG1L .item .mbr-section-btn {
  text-align: left;
}
.cid-uBmN8JWG1L .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBmN8JWG1L .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBmN8JWG1L .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBmN8JWG1L .mbr-card-title {
  color: #393193;
}
.cid-uBmLokCeTc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBmLokCeTc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBmLokCeTc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBmLokCeTc .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBmLokCeTc .footer-col {
    flex-direction: column;
  }
}
.cid-uBmLokCeTc .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBmLokCeTc .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBmLokCeTc .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBmLokCeTc .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBmLokCeTc .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBmLokCeTc .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBmLokCeTc .soc-item {
  margin: 8px;
}
.cid-uBmLokCeTc .soc-item a:hover .mbr-iconfont,
.cid-uBmLokCeTc .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBmLokCeTc .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBmLokCeTc .row {
    text-align: center;
  }
  .cid-uBmLokCeTc .social-row {
    justify-content: center;
  }
}
.cid-uBmLokCeTc .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBmLokCeTc .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBmLokCeTc .list {
    margin-bottom: 0rem;
  }
}
.cid-uBmLokCeTc .mbr-text {
  color: #bbbbbb;
}
.cid-uBmLokCeTc .mbr-section-subtitle {
  color: #000000;
}
.cid-uBmLokCeTc .list,
.cid-uBmLokCeTc .item-wrap {
  color: #232323;
}
.cid-uBmLokCeTc .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBmRDjrEkh {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mosquito-lg.webp");
}
.cid-uBmRDjrEkh .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBmRDjrEkh {
    align-items: flex-end;
  }
  .cid-uBmRDjrEkh .row {
    justify-content: center;
  }
  .cid-uBmRDjrEkh .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBmRDjrEkh .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBmRDjrEkh {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBmRDjrEkh .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBmRDjrEkh .content-wrap {
    width: 100%;
  }
}
.cid-uBmRDjrEkh .mbr-section-title,
.cid-uBmRDjrEkh .mbr-section-subtitle {
  text-align: center;
}
.cid-uBmRDjrEkh .mbr-text,
.cid-uBmRDjrEkh .mbr-section-btn {
  text-align: center;
}
.cid-uBmRDjWIu1 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBmRDjWIu1 .mbr-text {
  color: #000000;
}
.cid-uBmRDjWIu1 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBmRDjWIu1 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBmRDjWIu1 .mbr-text,
.cid-uBmRDjWIu1 .item .mbr-section-btn {
  text-align: left;
}
.cid-uBmRDjWIu1 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBmRDjWIu1 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBmRDjWIu1 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBmRDjWIu1 .mbr-card-title {
  color: #393193;
}
.cid-uBmRDkljla {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBmRDkljla .mbr-text {
  color: #000000;
}
.cid-uBmRDkljla .mbr-section-subtitle {
  color: #000000;
}
.cid-uBmRDkljla .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBmRDkljla .mbr-text,
.cid-uBmRDkljla .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBmRDkljla .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBmRDkljla .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBmRDkljla .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBmRDkljla .mbr-card-title {
  color: #393193;
}
.cid-uBmRDkzIXi {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBmRDkzIXi .mbr-text {
  color: #000000;
}
.cid-uBmRDkzIXi .mbr-section-subtitle {
  color: #000000;
}
.cid-uBmRDkzIXi .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBmRDkzIXi .mbr-text,
.cid-uBmRDkzIXi .item .mbr-section-btn {
  text-align: left;
}
.cid-uBmRDkzIXi .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBmRDkzIXi .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBmRDkzIXi .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBmRDkzIXi .mbr-card-title {
  color: #393193;
}
.cid-uBmRDkN1m1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBmRDkN1m1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBmRDkN1m1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBmRDkN1m1 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBmRDkN1m1 .footer-col {
    flex-direction: column;
  }
}
.cid-uBmRDkN1m1 .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBmRDkN1m1 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBmRDkN1m1 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBmRDkN1m1 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBmRDkN1m1 .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBmRDkN1m1 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBmRDkN1m1 .soc-item {
  margin: 8px;
}
.cid-uBmRDkN1m1 .soc-item a:hover .mbr-iconfont,
.cid-uBmRDkN1m1 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBmRDkN1m1 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBmRDkN1m1 .row {
    text-align: center;
  }
  .cid-uBmRDkN1m1 .social-row {
    justify-content: center;
  }
}
.cid-uBmRDkN1m1 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBmRDkN1m1 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBmRDkN1m1 .list {
    margin-bottom: 0rem;
  }
}
.cid-uBmRDkN1m1 .mbr-text {
  color: #bbbbbb;
}
.cid-uBmRDkN1m1 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBmRDkN1m1 .list,
.cid-uBmRDkN1m1 .item-wrap {
  color: #232323;
}
.cid-uBmRDkN1m1 .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBnkKHaQGT {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/crow.webp");
}
.cid-uBnkKHaQGT .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBnkKHaQGT {
    align-items: flex-end;
  }
  .cid-uBnkKHaQGT .row {
    justify-content: center;
  }
  .cid-uBnkKHaQGT .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBnkKHaQGT .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBnkKHaQGT {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBnkKHaQGT .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBnkKHaQGT .content-wrap {
    width: 100%;
  }
}
.cid-uBnkKHaQGT .mbr-section-title,
.cid-uBnkKHaQGT .mbr-section-subtitle {
  text-align: center;
}
.cid-uBnkKHaQGT .mbr-text,
.cid-uBnkKHaQGT .mbr-section-btn {
  text-align: center;
}
.cid-uBnkKHHVPq {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBnkKHHVPq .mbr-text {
  color: #000000;
}
.cid-uBnkKHHVPq .mbr-section-subtitle {
  color: #000000;
}
.cid-uBnkKHHVPq .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBnkKHHVPq .mbr-text,
.cid-uBnkKHHVPq .item .mbr-section-btn {
  text-align: left;
}
.cid-uBnkKHHVPq .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBnkKHHVPq .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBnkKHHVPq .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBnkKHHVPq .mbr-card-title {
  color: #393193;
}
.cid-uBnkKIdWBE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBnkKIdWBE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBnkKIdWBE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBnkKIdWBE .row {
  flex-direction: row-reverse;
}
.cid-uBnkKIdWBE .mbr-description {
  text-align: center;
}
.cid-uBnkKIzhx5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBnkKIzhx5 .mbr-text {
  color: #000000;
}
.cid-uBnkKIzhx5 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBnkKIzhx5 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBnkKIzhx5 .mbr-text,
.cid-uBnkKIzhx5 .item .mbr-section-btn {
  text-align: left;
}
.cid-uBnkKIzhx5 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBnkKIzhx5 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBnkKIzhx5 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBnkKIzhx5 .mbr-card-title {
  color: #393193;
}
.cid-uBnkKIOgKh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBnkKIOgKh .mbr-text {
  color: #000000;
}
.cid-uBnkKIOgKh .mbr-section-subtitle {
  color: #000000;
}
.cid-uBnkKIOgKh .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBnkKIOgKh .mbr-text,
.cid-uBnkKIOgKh .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBnkKIOgKh .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBnkKIOgKh .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBnkKIOgKh .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBnkKIOgKh .mbr-card-title {
  color: #393193;
}
.cid-uBnkKJ67tl {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBnkKJ67tl .mbr-text {
  color: #000000;
}
.cid-uBnkKJ67tl .mbr-section-subtitle {
  color: #000000;
}
.cid-uBnkKJ67tl .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBnkKJ67tl .mbr-text,
.cid-uBnkKJ67tl .item .mbr-section-btn {
  text-align: left;
}
.cid-uBnkKJ67tl .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBnkKJ67tl .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBnkKJ67tl .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBnkKJ67tl .mbr-card-title {
  color: #393193;
}
.cid-uBnkKJpH5z {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBnkKJpH5z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBnkKJpH5z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBnkKJpH5z .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBnkKJpH5z .footer-col {
    flex-direction: column;
  }
}
.cid-uBnkKJpH5z .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBnkKJpH5z .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBnkKJpH5z .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBnkKJpH5z .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBnkKJpH5z .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBnkKJpH5z .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBnkKJpH5z .soc-item {
  margin: 8px;
}
.cid-uBnkKJpH5z .soc-item a:hover .mbr-iconfont,
.cid-uBnkKJpH5z .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBnkKJpH5z .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBnkKJpH5z .row {
    text-align: center;
  }
  .cid-uBnkKJpH5z .social-row {
    justify-content: center;
  }
}
.cid-uBnkKJpH5z .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBnkKJpH5z .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBnkKJpH5z .list {
    margin-bottom: 0rem;
  }
}
.cid-uBnkKJpH5z .mbr-text {
  color: #bbbbbb;
}
.cid-uBnkKJpH5z .mbr-section-subtitle {
  color: #000000;
}
.cid-uBnkKJpH5z .list,
.cid-uBnkKJpH5z .item-wrap {
  color: #232323;
}
.cid-uBnkKJpH5z .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBnspZNBK8 {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/nocturnal-animals-lg.webp");
}
.cid-uBnspZNBK8 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBnspZNBK8 {
    align-items: flex-end;
  }
  .cid-uBnspZNBK8 .row {
    justify-content: center;
  }
  .cid-uBnspZNBK8 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBnspZNBK8 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBnspZNBK8 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBnspZNBK8 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBnspZNBK8 .content-wrap {
    width: 100%;
  }
}
.cid-uBnspZNBK8 .mbr-section-title,
.cid-uBnspZNBK8 .mbr-section-subtitle {
  text-align: center;
}
.cid-uBnspZNBK8 .mbr-text,
.cid-uBnspZNBK8 .mbr-section-btn {
  text-align: center;
}
.cid-uBnsq0mUi1 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBnsq0mUi1 .mbr-text {
  color: #000000;
}
.cid-uBnsq0mUi1 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBnsq0mUi1 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBnsq0mUi1 .mbr-text,
.cid-uBnsq0mUi1 .item .mbr-section-btn {
  text-align: left;
}
.cid-uBnsq0mUi1 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBnsq0mUi1 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBnsq0mUi1 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBnsq0mUi1 .mbr-card-title {
  color: #393193;
}
.cid-uBnsq0NuYn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBnsq0NuYn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBnsq0NuYn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBnsq0NuYn .row {
  flex-direction: row-reverse;
}
.cid-uBnsq0NuYn .mbr-description {
  text-align: center;
}
.cid-uBnsq1c68o {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBnsq1c68o .mbr-text {
  color: #000000;
}
.cid-uBnsq1c68o .mbr-section-subtitle {
  color: #000000;
}
.cid-uBnsq1c68o .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBnsq1c68o .mbr-text,
.cid-uBnsq1c68o .item .mbr-section-btn {
  text-align: left;
}
.cid-uBnsq1c68o .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBnsq1c68o .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBnsq1c68o .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBnsq1c68o .mbr-card-title {
  color: #393193;
}
.cid-uBnsq1xK4S {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBnsq1xK4S .mbr-text {
  color: #000000;
}
.cid-uBnsq1xK4S .mbr-section-subtitle {
  color: #000000;
}
.cid-uBnsq1xK4S .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBnsq1xK4S .mbr-text,
.cid-uBnsq1xK4S .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBnsq1xK4S .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBnsq1xK4S .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBnsq1xK4S .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBnsq1xK4S .mbr-card-title {
  color: #393193;
}
.cid-uBnsq1LBtL {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBnsq1LBtL .mbr-text {
  color: #000000;
}
.cid-uBnsq1LBtL .mbr-section-subtitle {
  color: #000000;
}
.cid-uBnsq1LBtL .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBnsq1LBtL .mbr-text,
.cid-uBnsq1LBtL .item .mbr-section-btn {
  text-align: left;
}
.cid-uBnsq1LBtL .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBnsq1LBtL .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBnsq1LBtL .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBnsq1LBtL .mbr-card-title {
  color: #393193;
}
.cid-uBnsq24CUZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBnsq24CUZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBnsq24CUZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBnsq24CUZ .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBnsq24CUZ .footer-col {
    flex-direction: column;
  }
}
.cid-uBnsq24CUZ .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBnsq24CUZ .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBnsq24CUZ .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBnsq24CUZ .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBnsq24CUZ .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBnsq24CUZ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBnsq24CUZ .soc-item {
  margin: 8px;
}
.cid-uBnsq24CUZ .soc-item a:hover .mbr-iconfont,
.cid-uBnsq24CUZ .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBnsq24CUZ .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBnsq24CUZ .row {
    text-align: center;
  }
  .cid-uBnsq24CUZ .social-row {
    justify-content: center;
  }
}
.cid-uBnsq24CUZ .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBnsq24CUZ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBnsq24CUZ .list {
    margin-bottom: 0rem;
  }
}
.cid-uBnsq24CUZ .mbr-text {
  color: #bbbbbb;
}
.cid-uBnsq24CUZ .mbr-section-subtitle {
  color: #000000;
}
.cid-uBnsq24CUZ .list,
.cid-uBnsq24CUZ .item-wrap {
  color: #232323;
}
.cid-uBnsq24CUZ .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBnzTfZbLz {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/housefly-meta.webp");
}
.cid-uBnzTfZbLz .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBnzTfZbLz {
    align-items: flex-end;
  }
  .cid-uBnzTfZbLz .row {
    justify-content: center;
  }
  .cid-uBnzTfZbLz .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBnzTfZbLz .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBnzTfZbLz {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBnzTfZbLz .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBnzTfZbLz .content-wrap {
    width: 100%;
  }
}
.cid-uBnzTfZbLz .mbr-section-title,
.cid-uBnzTfZbLz .mbr-section-subtitle {
  text-align: center;
}
.cid-uBnzTfZbLz .mbr-text,
.cid-uBnzTfZbLz .mbr-section-btn {
  text-align: center;
  color: #9c98cf;
}
.cid-uBnzTfZbLz .mbr-section-title {
  color: #9c98cf;
}
.cid-uBnzTgElLw {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBnzTgElLw .mbr-text {
  color: #000000;
}
.cid-uBnzTgElLw .mbr-section-subtitle {
  color: #000000;
}
.cid-uBnzTgElLw .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBnzTgElLw .mbr-text,
.cid-uBnzTgElLw .item .mbr-section-btn {
  text-align: left;
}
.cid-uBnzTgElLw .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBnzTgElLw .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBnzTgElLw .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBnzTgElLw .mbr-card-title {
  color: #393193;
}
.cid-uBnzTgVLvu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBnzTgVLvu .mbr-text {
  color: #000000;
}
.cid-uBnzTgVLvu .mbr-section-subtitle {
  color: #000000;
}
.cid-uBnzTgVLvu .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBnzTgVLvu .mbr-text,
.cid-uBnzTgVLvu .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBnzTgVLvu .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBnzTgVLvu .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBnzTgVLvu .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBnzTgVLvu .mbr-card-title {
  color: #393193;
}
.cid-uBnzTh9k8u {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBnzTh9k8u .mbr-text {
  color: #000000;
}
.cid-uBnzTh9k8u .mbr-section-subtitle {
  color: #000000;
}
.cid-uBnzTh9k8u .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBnzTh9k8u .mbr-text,
.cid-uBnzTh9k8u .item .mbr-section-btn {
  text-align: left;
}
.cid-uBnzTh9k8u .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBnzTh9k8u .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBnzTh9k8u .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBnzTh9k8u .mbr-card-title {
  color: #393193;
}
.cid-uBnzThobUV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBnzThobUV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBnzThobUV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBnzThobUV .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBnzThobUV .footer-col {
    flex-direction: column;
  }
}
.cid-uBnzThobUV .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBnzThobUV .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBnzThobUV .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBnzThobUV .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBnzThobUV .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBnzThobUV .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBnzThobUV .soc-item {
  margin: 8px;
}
.cid-uBnzThobUV .soc-item a:hover .mbr-iconfont,
.cid-uBnzThobUV .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBnzThobUV .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBnzThobUV .row {
    text-align: center;
  }
  .cid-uBnzThobUV .social-row {
    justify-content: center;
  }
}
.cid-uBnzThobUV .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBnzThobUV .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBnzThobUV .list {
    margin-bottom: 0rem;
  }
}
.cid-uBnzThobUV .mbr-text {
  color: #bbbbbb;
}
.cid-uBnzThobUV .mbr-section-subtitle {
  color: #000000;
}
.cid-uBnzThobUV .list,
.cid-uBnzThobUV .item-wrap {
  color: #232323;
}
.cid-uBnzThobUV .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBnCSR6d7p {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/fossils-meta.webp");
}
.cid-uBnCSR6d7p .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBnCSR6d7p {
    align-items: flex-end;
  }
  .cid-uBnCSR6d7p .row {
    justify-content: center;
  }
  .cid-uBnCSR6d7p .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBnCSR6d7p .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBnCSR6d7p {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBnCSR6d7p .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBnCSR6d7p .content-wrap {
    width: 100%;
  }
}
.cid-uBnCSR6d7p .mbr-section-title,
.cid-uBnCSR6d7p .mbr-section-subtitle {
  text-align: center;
}
.cid-uBnCSR6d7p .mbr-text,
.cid-uBnCSR6d7p .mbr-section-btn {
  text-align: center;
}
.cid-uBnCSRslY1 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBnCSRslY1 .mbr-text {
  color: #000000;
}
.cid-uBnCSRslY1 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBnCSRslY1 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBnCSRslY1 .mbr-text,
.cid-uBnCSRslY1 .item .mbr-section-btn {
  text-align: left;
}
.cid-uBnCSRslY1 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBnCSRslY1 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBnCSRslY1 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBnCSRslY1 .mbr-card-title {
  color: #393193;
}
.cid-uBnCSRM54r {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBnCSRM54r .mbr-text {
  color: #000000;
}
.cid-uBnCSRM54r .mbr-section-subtitle {
  color: #000000;
}
.cid-uBnCSRM54r .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBnCSRM54r .mbr-text,
.cid-uBnCSRM54r .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBnCSRM54r .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBnCSRM54r .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBnCSRM54r .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBnCSRM54r .mbr-card-title {
  color: #393193;
}
.cid-uBnCSS3pBx {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBnCSS3pBx .mbr-text {
  color: #000000;
}
.cid-uBnCSS3pBx .mbr-section-subtitle {
  color: #000000;
}
.cid-uBnCSS3pBx .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBnCSS3pBx .mbr-text,
.cid-uBnCSS3pBx .item .mbr-section-btn {
  text-align: left;
}
.cid-uBnCSS3pBx .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBnCSS3pBx .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBnCSS3pBx .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBnCSS3pBx .mbr-card-title {
  color: #393193;
}
.cid-uBnCSSnNGn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBnCSSnNGn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBnCSSnNGn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBnCSSnNGn .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBnCSSnNGn .footer-col {
    flex-direction: column;
  }
}
.cid-uBnCSSnNGn .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBnCSSnNGn .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBnCSSnNGn .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBnCSSnNGn .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBnCSSnNGn .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBnCSSnNGn .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBnCSSnNGn .soc-item {
  margin: 8px;
}
.cid-uBnCSSnNGn .soc-item a:hover .mbr-iconfont,
.cid-uBnCSSnNGn .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBnCSSnNGn .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBnCSSnNGn .row {
    text-align: center;
  }
  .cid-uBnCSSnNGn .social-row {
    justify-content: center;
  }
}
.cid-uBnCSSnNGn .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBnCSSnNGn .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBnCSSnNGn .list {
    margin-bottom: 0rem;
  }
}
.cid-uBnCSSnNGn .mbr-text {
  color: #bbbbbb;
}
.cid-uBnCSSnNGn .mbr-section-subtitle {
  color: #000000;
}
.cid-uBnCSSnNGn .list,
.cid-uBnCSSnNGn .item-wrap {
  color: #232323;
}
.cid-uBnCSSnNGn .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBnFDJxRML {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/camels.webp");
}
.cid-uBnFDJxRML .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBnFDJxRML {
    align-items: flex-end;
  }
  .cid-uBnFDJxRML .row {
    justify-content: center;
  }
  .cid-uBnFDJxRML .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBnFDJxRML .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBnFDJxRML {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBnFDJxRML .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBnFDJxRML .content-wrap {
    width: 100%;
  }
}
.cid-uBnFDJxRML .mbr-section-title,
.cid-uBnFDJxRML .mbr-section-subtitle {
  text-align: center;
}
.cid-uBnFDJxRML .mbr-text,
.cid-uBnFDJxRML .mbr-section-btn {
  text-align: center;
}
.cid-uBnFDKA4sf {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBnFDKA4sf .mbr-text {
  color: #000000;
}
.cid-uBnFDKA4sf .mbr-section-subtitle {
  color: #000000;
}
.cid-uBnFDKA4sf .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBnFDKA4sf .mbr-text,
.cid-uBnFDKA4sf .item .mbr-section-btn {
  text-align: left;
}
.cid-uBnFDKA4sf .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBnFDKA4sf .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBnFDKA4sf .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBnFDKA4sf .mbr-card-title {
  color: #393193;
}
.cid-uBnFDKWPhT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBnFDKWPhT .mbr-text {
  color: #000000;
}
.cid-uBnFDKWPhT .mbr-section-subtitle {
  color: #000000;
}
.cid-uBnFDKWPhT .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBnFDKWPhT .mbr-text,
.cid-uBnFDKWPhT .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBnFDKWPhT .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBnFDKWPhT .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBnFDKWPhT .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBnFDKWPhT .mbr-card-title {
  color: #393193;
}
.cid-uBnFDLghZu {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBnFDLghZu .mbr-text {
  color: #000000;
}
.cid-uBnFDLghZu .mbr-section-subtitle {
  color: #000000;
}
.cid-uBnFDLghZu .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBnFDLghZu .mbr-text,
.cid-uBnFDLghZu .item .mbr-section-btn {
  text-align: left;
}
.cid-uBnFDLghZu .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBnFDLghZu .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBnFDLghZu .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBnFDLghZu .mbr-card-title {
  color: #393193;
}
.cid-uBnFDLutvF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBnFDLutvF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBnFDLutvF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBnFDLutvF .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBnFDLutvF .footer-col {
    flex-direction: column;
  }
}
.cid-uBnFDLutvF .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBnFDLutvF .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBnFDLutvF .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBnFDLutvF .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBnFDLutvF .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBnFDLutvF .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBnFDLutvF .soc-item {
  margin: 8px;
}
.cid-uBnFDLutvF .soc-item a:hover .mbr-iconfont,
.cid-uBnFDLutvF .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBnFDLutvF .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBnFDLutvF .row {
    text-align: center;
  }
  .cid-uBnFDLutvF .social-row {
    justify-content: center;
  }
}
.cid-uBnFDLutvF .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBnFDLutvF .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBnFDLutvF .list {
    margin-bottom: 0rem;
  }
}
.cid-uBnFDLutvF .mbr-text {
  color: #bbbbbb;
}
.cid-uBnFDLutvF .mbr-section-subtitle {
  color: #000000;
}
.cid-uBnFDLutvF .list,
.cid-uBnFDLutvF .item-wrap {
  color: #232323;
}
.cid-uBnFDLutvF .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBnJ2W9wSq {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/exoskeleton.webp");
}
.cid-uBnJ2W9wSq .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBnJ2W9wSq {
    align-items: flex-end;
  }
  .cid-uBnJ2W9wSq .row {
    justify-content: center;
  }
  .cid-uBnJ2W9wSq .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBnJ2W9wSq .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBnJ2W9wSq {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBnJ2W9wSq .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBnJ2W9wSq .content-wrap {
    width: 100%;
  }
}
.cid-uBnJ2W9wSq .mbr-section-title,
.cid-uBnJ2W9wSq .mbr-section-subtitle {
  text-align: center;
}
.cid-uBnJ2W9wSq .mbr-text,
.cid-uBnJ2W9wSq .mbr-section-btn {
  text-align: center;
}
.cid-uBnJ2WwVqE {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBnJ2WwVqE .mbr-text {
  color: #000000;
}
.cid-uBnJ2WwVqE .mbr-section-subtitle {
  color: #000000;
}
.cid-uBnJ2WwVqE .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBnJ2WwVqE .mbr-text,
.cid-uBnJ2WwVqE .item .mbr-section-btn {
  text-align: left;
}
.cid-uBnJ2WwVqE .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBnJ2WwVqE .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBnJ2WwVqE .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBnJ2WwVqE .mbr-card-title {
  color: #393193;
}
.cid-uBnKsA6aV3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBnKsA6aV3 .mbr-text {
  color: #000000;
}
.cid-uBnKsA6aV3 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBnKsA6aV3 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBnKsA6aV3 .mbr-text,
.cid-uBnKsA6aV3 .item .mbr-section-btn {
  text-align: left;
}
.cid-uBnKsA6aV3 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBnKsA6aV3 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBnKsA6aV3 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBnKsA6aV3 .mbr-card-title {
  color: #393193;
}
.cid-uBnKvHq5DN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBnKvHq5DN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBnKvHq5DN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBnKvHq5DN .row {
  flex-direction: row-reverse;
}
.cid-uBnKvHq5DN .mbr-description {
  text-align: center;
}
.cid-uBnJ2X1WGf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBnJ2X1WGf .mbr-text {
  color: #000000;
}
.cid-uBnJ2X1WGf .mbr-section-subtitle {
  color: #000000;
}
.cid-uBnJ2X1WGf .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBnJ2X1WGf .mbr-text,
.cid-uBnJ2X1WGf .item .mbr-section-btn {
  text-align: left;
}
.cid-uBnJ2X1WGf .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBnJ2X1WGf .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBnJ2X1WGf .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBnJ2X1WGf .mbr-card-title {
  color: #393193;
}
.cid-uBnJ2Xs5Uv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBnJ2Xs5Uv .mbr-text {
  color: #000000;
}
.cid-uBnJ2Xs5Uv .mbr-section-subtitle {
  color: #000000;
}
.cid-uBnJ2Xs5Uv .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBnJ2Xs5Uv .mbr-text,
.cid-uBnJ2Xs5Uv .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBnJ2Xs5Uv .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBnJ2Xs5Uv .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBnJ2Xs5Uv .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBnJ2Xs5Uv .mbr-card-title {
  color: #393193;
}
.cid-uBnJ2XHcRD {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBnJ2XHcRD .mbr-text {
  color: #000000;
}
.cid-uBnJ2XHcRD .mbr-section-subtitle {
  color: #000000;
}
.cid-uBnJ2XHcRD .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBnJ2XHcRD .mbr-text,
.cid-uBnJ2XHcRD .item .mbr-section-btn {
  text-align: left;
}
.cid-uBnJ2XHcRD .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBnJ2XHcRD .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBnJ2XHcRD .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBnJ2XHcRD .mbr-card-title {
  color: #393193;
}
.cid-uBnJ2XVDYt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBnJ2XVDYt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBnJ2XVDYt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBnJ2XVDYt .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBnJ2XVDYt .footer-col {
    flex-direction: column;
  }
}
.cid-uBnJ2XVDYt .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBnJ2XVDYt .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBnJ2XVDYt .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBnJ2XVDYt .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBnJ2XVDYt .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBnJ2XVDYt .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBnJ2XVDYt .soc-item {
  margin: 8px;
}
.cid-uBnJ2XVDYt .soc-item a:hover .mbr-iconfont,
.cid-uBnJ2XVDYt .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBnJ2XVDYt .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBnJ2XVDYt .row {
    text-align: center;
  }
  .cid-uBnJ2XVDYt .social-row {
    justify-content: center;
  }
}
.cid-uBnJ2XVDYt .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBnJ2XVDYt .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBnJ2XVDYt .list {
    margin-bottom: 0rem;
  }
}
.cid-uBnJ2XVDYt .mbr-text {
  color: #bbbbbb;
}
.cid-uBnJ2XVDYt .mbr-section-subtitle {
  color: #000000;
}
.cid-uBnJ2XVDYt .list,
.cid-uBnJ2XVDYt .item-wrap {
  color: #232323;
}
.cid-uBnJ2XVDYt .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBnSCbM4N5 {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/magnetoreception.webp");
}
.cid-uBnSCbM4N5 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBnSCbM4N5 {
    align-items: flex-end;
  }
  .cid-uBnSCbM4N5 .row {
    justify-content: center;
  }
  .cid-uBnSCbM4N5 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBnSCbM4N5 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBnSCbM4N5 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBnSCbM4N5 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBnSCbM4N5 .content-wrap {
    width: 100%;
  }
}
.cid-uBnSCbM4N5 .mbr-section-title,
.cid-uBnSCbM4N5 .mbr-section-subtitle {
  text-align: center;
}
.cid-uBnSCbM4N5 .mbr-text,
.cid-uBnSCbM4N5 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uBnSCbM4N5 .mbr-section-title {
  color: #000000;
}
.cid-uBnSCcbrZw {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBnSCcbrZw .mbr-text {
  color: #000000;
}
.cid-uBnSCcbrZw .mbr-section-subtitle {
  color: #000000;
}
.cid-uBnSCcbrZw .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBnSCcbrZw .mbr-text,
.cid-uBnSCcbrZw .item .mbr-section-btn {
  text-align: left;
}
.cid-uBnSCcbrZw .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBnSCcbrZw .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBnSCcbrZw .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBnSCcbrZw .mbr-card-title {
  color: #393193;
}
.cid-uBnVkuRXAu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBnVkuRXAu .mbr-text {
  color: #000000;
}
.cid-uBnVkuRXAu .mbr-section-subtitle {
  color: #000000;
}
.cid-uBnVkuRXAu .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBnVkuRXAu .mbr-text,
.cid-uBnVkuRXAu .item .mbr-section-btn {
  text-align: left;
}
.cid-uBnVkuRXAu .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBnVkuRXAu .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBnVkuRXAu .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBnVkuRXAu .mbr-card-title {
  color: #393193;
}
.cid-uBnSCcC1uw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBnSCcC1uw .mbr-text {
  color: #000000;
}
.cid-uBnSCcC1uw .mbr-section-subtitle {
  color: #000000;
}
.cid-uBnSCcC1uw .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBnSCcC1uw .mbr-text,
.cid-uBnSCcC1uw .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBnSCcC1uw .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBnSCcC1uw .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBnSCcC1uw .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBnSCcC1uw .mbr-card-title {
  color: #393193;
}
.cid-uBnSCcUWMx {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBnSCcUWMx .mbr-text {
  color: #000000;
}
.cid-uBnSCcUWMx .mbr-section-subtitle {
  color: #000000;
}
.cid-uBnSCcUWMx .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBnSCcUWMx .mbr-text,
.cid-uBnSCcUWMx .item .mbr-section-btn {
  text-align: left;
}
.cid-uBnSCcUWMx .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBnSCcUWMx .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBnSCcUWMx .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBnSCcUWMx .mbr-card-title {
  color: #393193;
}
.cid-uBnSCd9mHV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBnSCd9mHV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBnSCd9mHV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBnSCd9mHV .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBnSCd9mHV .footer-col {
    flex-direction: column;
  }
}
.cid-uBnSCd9mHV .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBnSCd9mHV .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBnSCd9mHV .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBnSCd9mHV .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBnSCd9mHV .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBnSCd9mHV .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBnSCd9mHV .soc-item {
  margin: 8px;
}
.cid-uBnSCd9mHV .soc-item a:hover .mbr-iconfont,
.cid-uBnSCd9mHV .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBnSCd9mHV .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBnSCd9mHV .row {
    text-align: center;
  }
  .cid-uBnSCd9mHV .social-row {
    justify-content: center;
  }
}
.cid-uBnSCd9mHV .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBnSCd9mHV .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBnSCd9mHV .list {
    margin-bottom: 0rem;
  }
}
.cid-uBnSCd9mHV .mbr-text {
  color: #bbbbbb;
}
.cid-uBnSCd9mHV .mbr-section-subtitle {
  color: #000000;
}
.cid-uBnSCd9mHV .list,
.cid-uBnSCd9mHV .item-wrap {
  color: #232323;
}
.cid-uBnSCd9mHV .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBrjhVBMIC {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bioluminescence.webp");
}
.cid-uBrjhVBMIC .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBrjhVBMIC {
    align-items: flex-end;
  }
  .cid-uBrjhVBMIC .row {
    justify-content: center;
  }
  .cid-uBrjhVBMIC .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBrjhVBMIC .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBrjhVBMIC {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBrjhVBMIC .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBrjhVBMIC .content-wrap {
    width: 100%;
  }
}
.cid-uBrjhVBMIC .mbr-section-title,
.cid-uBrjhVBMIC .mbr-section-subtitle {
  text-align: center;
}
.cid-uBrjhVBMIC .mbr-text,
.cid-uBrjhVBMIC .mbr-section-btn {
  text-align: center;
}
.cid-uBrjhWeDKZ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBrjhWeDKZ .mbr-text {
  color: #000000;
}
.cid-uBrjhWeDKZ .mbr-section-subtitle {
  color: #000000;
}
.cid-uBrjhWeDKZ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBrjhWeDKZ .mbr-text,
.cid-uBrjhWeDKZ .item .mbr-section-btn {
  text-align: left;
}
.cid-uBrjhWeDKZ .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBrjhWeDKZ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBrjhWeDKZ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBrjhWeDKZ .mbr-card-title {
  color: #393193;
}
.cid-uBrjhWFfsG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBrjhWFfsG .mbr-text {
  color: #000000;
}
.cid-uBrjhWFfsG .mbr-section-subtitle {
  color: #000000;
}
.cid-uBrjhWFfsG .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBrjhWFfsG .mbr-text,
.cid-uBrjhWFfsG .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBrjhWFfsG .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBrjhWFfsG .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBrjhWFfsG .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBrjhWFfsG .mbr-card-title {
  color: #393193;
}
.cid-uBrjhWYABd {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBrjhWYABd .mbr-text {
  color: #000000;
}
.cid-uBrjhWYABd .mbr-section-subtitle {
  color: #000000;
}
.cid-uBrjhWYABd .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBrjhWYABd .mbr-text,
.cid-uBrjhWYABd .item .mbr-section-btn {
  text-align: left;
}
.cid-uBrjhWYABd .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBrjhWYABd .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBrjhWYABd .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBrjhWYABd .mbr-card-title {
  color: #393193;
}
.cid-uBrjhXehhd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBrjhXehhd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBrjhXehhd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBrjhXehhd .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBrjhXehhd .footer-col {
    flex-direction: column;
  }
}
.cid-uBrjhXehhd .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBrjhXehhd .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBrjhXehhd .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBrjhXehhd .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBrjhXehhd .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBrjhXehhd .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBrjhXehhd .soc-item {
  margin: 8px;
}
.cid-uBrjhXehhd .soc-item a:hover .mbr-iconfont,
.cid-uBrjhXehhd .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBrjhXehhd .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBrjhXehhd .row {
    text-align: center;
  }
  .cid-uBrjhXehhd .social-row {
    justify-content: center;
  }
}
.cid-uBrjhXehhd .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBrjhXehhd .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBrjhXehhd .list {
    margin-bottom: 0rem;
  }
}
.cid-uBrjhXehhd .mbr-text {
  color: #bbbbbb;
}
.cid-uBrjhXehhd .mbr-section-subtitle {
  color: #000000;
}
.cid-uBrjhXehhd .list,
.cid-uBrjhXehhd .item-wrap {
  color: #232323;
}
.cid-uBrjhXehhd .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBro15I5ME {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/colors.webp");
}
.cid-uBro15I5ME .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBro15I5ME {
    align-items: flex-end;
  }
  .cid-uBro15I5ME .row {
    justify-content: center;
  }
  .cid-uBro15I5ME .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBro15I5ME .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBro15I5ME {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBro15I5ME .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBro15I5ME .content-wrap {
    width: 100%;
  }
}
.cid-uBro15I5ME .mbr-section-title,
.cid-uBro15I5ME .mbr-section-subtitle {
  text-align: center;
}
.cid-uBro15I5ME .mbr-text,
.cid-uBro15I5ME .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uBro15I5ME .mbr-section-title {
  color: #000000;
}
.cid-uBro16sKiN {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBro16sKiN .mbr-text {
  color: #000000;
}
.cid-uBro16sKiN .mbr-section-subtitle {
  color: #000000;
}
.cid-uBro16sKiN .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBro16sKiN .mbr-text,
.cid-uBro16sKiN .item .mbr-section-btn {
  text-align: left;
}
.cid-uBro16sKiN .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBro16sKiN .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBro16sKiN .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBro16sKiN .mbr-card-title {
  color: #393193;
}
.cid-uBro17bqDu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBro17bqDu .mbr-text {
  color: #000000;
}
.cid-uBro17bqDu .mbr-section-subtitle {
  color: #000000;
}
.cid-uBro17bqDu .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBro17bqDu .mbr-text,
.cid-uBro17bqDu .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBro17bqDu .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBro17bqDu .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBro17bqDu .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBro17bqDu .mbr-card-title {
  color: #393193;
}
.cid-uBro17BRjR {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBro17BRjR .mbr-text {
  color: #000000;
}
.cid-uBro17BRjR .mbr-section-subtitle {
  color: #000000;
}
.cid-uBro17BRjR .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBro17BRjR .mbr-text,
.cid-uBro17BRjR .item .mbr-section-btn {
  text-align: left;
}
.cid-uBro17BRjR .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBro17BRjR .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBro17BRjR .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBro17BRjR .mbr-card-title {
  color: #393193;
}
.cid-uBro17Yowf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBro17Yowf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBro17Yowf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBro17Yowf .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBro17Yowf .footer-col {
    flex-direction: column;
  }
}
.cid-uBro17Yowf .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBro17Yowf .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBro17Yowf .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBro17Yowf .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBro17Yowf .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBro17Yowf .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBro17Yowf .soc-item {
  margin: 8px;
}
.cid-uBro17Yowf .soc-item a:hover .mbr-iconfont,
.cid-uBro17Yowf .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBro17Yowf .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBro17Yowf .row {
    text-align: center;
  }
  .cid-uBro17Yowf .social-row {
    justify-content: center;
  }
}
.cid-uBro17Yowf .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBro17Yowf .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBro17Yowf .list {
    margin-bottom: 0rem;
  }
}
.cid-uBro17Yowf .mbr-text {
  color: #bbbbbb;
}
.cid-uBro17Yowf .mbr-section-subtitle {
  color: #000000;
}
.cid-uBro17Yowf .list,
.cid-uBro17Yowf .item-wrap {
  color: #232323;
}
.cid-uBro17Yowf .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBrsfSbpeL {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/honey-meta.webp");
}
.cid-uBrsfSbpeL .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBrsfSbpeL {
    align-items: flex-end;
  }
  .cid-uBrsfSbpeL .row {
    justify-content: center;
  }
  .cid-uBrsfSbpeL .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBrsfSbpeL .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBrsfSbpeL {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBrsfSbpeL .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBrsfSbpeL .content-wrap {
    width: 100%;
  }
}
.cid-uBrsfSbpeL .mbr-section-title,
.cid-uBrsfSbpeL .mbr-section-subtitle {
  text-align: center;
}
.cid-uBrsfSbpeL .mbr-text,
.cid-uBrsfSbpeL .mbr-section-btn {
  text-align: center;
}
.cid-uBrsfSbpeL .mbr-section-title {
  color: #ffffff;
}
.cid-uBrsfSyMKU {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBrsfSyMKU .mbr-text {
  color: #000000;
}
.cid-uBrsfSyMKU .mbr-section-subtitle {
  color: #000000;
}
.cid-uBrsfSyMKU .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBrsfSyMKU .mbr-text,
.cid-uBrsfSyMKU .item .mbr-section-btn {
  text-align: left;
}
.cid-uBrsfSyMKU .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBrsfSyMKU .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBrsfSyMKU .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBrsfSyMKU .mbr-card-title {
  color: #393193;
}
.cid-uBrsfSNp73 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBrsfSNp73 .mbr-text {
  color: #000000;
}
.cid-uBrsfSNp73 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBrsfSNp73 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBrsfSNp73 .mbr-text,
.cid-uBrsfSNp73 .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBrsfSNp73 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBrsfSNp73 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBrsfSNp73 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBrsfSNp73 .mbr-card-title {
  color: #393193;
}
.cid-uBrsfT2fLT {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBrsfT2fLT .mbr-text {
  color: #000000;
}
.cid-uBrsfT2fLT .mbr-section-subtitle {
  color: #000000;
}
.cid-uBrsfT2fLT .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBrsfT2fLT .mbr-text,
.cid-uBrsfT2fLT .item .mbr-section-btn {
  text-align: left;
}
.cid-uBrsfT2fLT .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBrsfT2fLT .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBrsfT2fLT .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBrsfT2fLT .mbr-card-title {
  color: #393193;
}
.cid-uBrsfTkzms {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBrsfTkzms .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBrsfTkzms .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBrsfTkzms .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBrsfTkzms .footer-col {
    flex-direction: column;
  }
}
.cid-uBrsfTkzms .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBrsfTkzms .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBrsfTkzms .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBrsfTkzms .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBrsfTkzms .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBrsfTkzms .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBrsfTkzms .soc-item {
  margin: 8px;
}
.cid-uBrsfTkzms .soc-item a:hover .mbr-iconfont,
.cid-uBrsfTkzms .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBrsfTkzms .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBrsfTkzms .row {
    text-align: center;
  }
  .cid-uBrsfTkzms .social-row {
    justify-content: center;
  }
}
.cid-uBrsfTkzms .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBrsfTkzms .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBrsfTkzms .list {
    margin-bottom: 0rem;
  }
}
.cid-uBrsfTkzms .mbr-text {
  color: #bbbbbb;
}
.cid-uBrsfTkzms .mbr-section-subtitle {
  color: #000000;
}
.cid-uBrsfTkzms .list,
.cid-uBrsfTkzms .item-wrap {
  color: #232323;
}
.cid-uBrsfTkzms .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBrv0kbLMd {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/fats-lg.webp");
}
.cid-uBrv0kbLMd .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBrv0kbLMd {
    align-items: flex-end;
  }
  .cid-uBrv0kbLMd .row {
    justify-content: center;
  }
  .cid-uBrv0kbLMd .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBrv0kbLMd .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBrv0kbLMd {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBrv0kbLMd .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBrv0kbLMd .content-wrap {
    width: 100%;
  }
}
.cid-uBrv0kbLMd .mbr-section-title,
.cid-uBrv0kbLMd .mbr-section-subtitle {
  text-align: center;
}
.cid-uBrv0kbLMd .mbr-text,
.cid-uBrv0kbLMd .mbr-section-btn {
  text-align: center;
  color: #9c98cf;
}
.cid-uBrv0kbLMd .mbr-section-title {
  color: #9c98cf;
}
.cid-uBrv0kzZ5G {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBrv0kzZ5G .mbr-text {
  color: #000000;
}
.cid-uBrv0kzZ5G .mbr-section-subtitle {
  color: #000000;
}
.cid-uBrv0kzZ5G .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBrv0kzZ5G .mbr-text,
.cid-uBrv0kzZ5G .item .mbr-section-btn {
  text-align: left;
}
.cid-uBrv0kzZ5G .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBrv0kzZ5G .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBrv0kzZ5G .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBrv0kzZ5G .mbr-card-title {
  color: #393193;
}
.cid-uBrv0kSlBI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBrv0kSlBI .mbr-text {
  color: #000000;
}
.cid-uBrv0kSlBI .mbr-section-subtitle {
  color: #000000;
}
.cid-uBrv0kSlBI .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBrv0kSlBI .mbr-text,
.cid-uBrv0kSlBI .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBrv0kSlBI .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBrv0kSlBI .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBrv0kSlBI .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBrv0kSlBI .mbr-card-title {
  color: #393193;
}
.cid-uBrv0llfyb {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBrv0llfyb .mbr-text {
  color: #000000;
}
.cid-uBrv0llfyb .mbr-section-subtitle {
  color: #000000;
}
.cid-uBrv0llfyb .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBrv0llfyb .mbr-text,
.cid-uBrv0llfyb .item .mbr-section-btn {
  text-align: left;
}
.cid-uBrv0llfyb .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBrv0llfyb .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBrv0llfyb .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBrv0llfyb .mbr-card-title {
  color: #393193;
}
.cid-uBrv0lFBTq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBrv0lFBTq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBrv0lFBTq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBrv0lFBTq .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBrv0lFBTq .footer-col {
    flex-direction: column;
  }
}
.cid-uBrv0lFBTq .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBrv0lFBTq .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBrv0lFBTq .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBrv0lFBTq .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBrv0lFBTq .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBrv0lFBTq .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBrv0lFBTq .soc-item {
  margin: 8px;
}
.cid-uBrv0lFBTq .soc-item a:hover .mbr-iconfont,
.cid-uBrv0lFBTq .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBrv0lFBTq .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBrv0lFBTq .row {
    text-align: center;
  }
  .cid-uBrv0lFBTq .social-row {
    justify-content: center;
  }
}
.cid-uBrv0lFBTq .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBrv0lFBTq .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBrv0lFBTq .list {
    margin-bottom: 0rem;
  }
}
.cid-uBrv0lFBTq .mbr-text {
  color: #bbbbbb;
}
.cid-uBrv0lFBTq .mbr-section-subtitle {
  color: #000000;
}
.cid-uBrv0lFBTq .list,
.cid-uBrv0lFBTq .item-wrap {
  color: #232323;
}
.cid-uBrv0lFBTq .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBrz6HIer6 {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/hypoxia-meta.webp");
}
.cid-uBrz6HIer6 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBrz6HIer6 {
    align-items: flex-end;
  }
  .cid-uBrz6HIer6 .row {
    justify-content: center;
  }
  .cid-uBrz6HIer6 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBrz6HIer6 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBrz6HIer6 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBrz6HIer6 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBrz6HIer6 .content-wrap {
    width: 100%;
  }
}
.cid-uBrz6HIer6 .mbr-section-title,
.cid-uBrz6HIer6 .mbr-section-subtitle {
  text-align: center;
}
.cid-uBrz6HIer6 .mbr-text,
.cid-uBrz6HIer6 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uBrz6HIer6 .mbr-section-title {
  color: #000000;
}
.cid-uBrz6I5sLa {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBrz6I5sLa .mbr-text {
  color: #000000;
}
.cid-uBrz6I5sLa .mbr-section-subtitle {
  color: #000000;
}
.cid-uBrz6I5sLa .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBrz6I5sLa .mbr-text,
.cid-uBrz6I5sLa .item .mbr-section-btn {
  text-align: left;
}
.cid-uBrz6I5sLa .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBrz6I5sLa .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBrz6I5sLa .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBrz6I5sLa .mbr-card-title {
  color: #393193;
}
.cid-uBrz6ImXue {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBrz6ImXue .mbr-text {
  color: #000000;
}
.cid-uBrz6ImXue .mbr-section-subtitle {
  color: #000000;
}
.cid-uBrz6ImXue .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBrz6ImXue .mbr-text,
.cid-uBrz6ImXue .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBrz6ImXue .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBrz6ImXue .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBrz6ImXue .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBrz6ImXue .mbr-card-title {
  color: #393193;
}
.cid-uBrz6IEzaR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBrz6IEzaR .mbr-text {
  color: #000000;
}
.cid-uBrz6IEzaR .mbr-section-subtitle {
  color: #000000;
}
.cid-uBrz6IEzaR .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBrz6IEzaR .mbr-text,
.cid-uBrz6IEzaR .item .mbr-section-btn {
  text-align: left;
}
.cid-uBrz6IEzaR .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBrz6IEzaR .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBrz6IEzaR .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBrz6IEzaR .mbr-card-title {
  color: #393193;
}
.cid-uBrAqFUM5R {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBrAqFUM5R .mbr-text {
  color: #000000;
}
.cid-uBrAqFUM5R .mbr-section-subtitle {
  color: #000000;
}
.cid-uBrAqFUM5R .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBrAqFUM5R .mbr-text,
.cid-uBrAqFUM5R .item .mbr-section-btn {
  text-align: left;
}
.cid-uBrAqFUM5R .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBrAqFUM5R .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBrAqFUM5R .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBrAqFUM5R .mbr-card-title {
  color: #393193;
}
.cid-uBrAspzxIm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBrAspzxIm .mbr-text {
  color: #000000;
}
.cid-uBrAspzxIm .mbr-section-subtitle {
  color: #000000;
}
.cid-uBrAspzxIm .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBrAspzxIm .mbr-text,
.cid-uBrAspzxIm .item .mbr-section-btn {
  text-align: left;
}
.cid-uBrAspzxIm .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBrAspzxIm .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBrAspzxIm .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBrAspzxIm .mbr-card-title {
  color: #393193;
}
.cid-uBrAvvtlbi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBrAvvtlbi .mbr-text {
  color: #000000;
}
.cid-uBrAvvtlbi .mbr-section-subtitle {
  color: #000000;
}
.cid-uBrAvvtlbi .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBrAvvtlbi .mbr-text,
.cid-uBrAvvtlbi .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBrAvvtlbi .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBrAvvtlbi .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBrAvvtlbi .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBrAvvtlbi .mbr-card-title {
  color: #393193;
}
.cid-uBrAwEF0QR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBrAwEF0QR .mbr-text {
  color: #000000;
}
.cid-uBrAwEF0QR .mbr-section-subtitle {
  color: #000000;
}
.cid-uBrAwEF0QR .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBrAwEF0QR .mbr-text,
.cid-uBrAwEF0QR .item .mbr-section-btn {
  text-align: left;
}
.cid-uBrAwEF0QR .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBrAwEF0QR .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBrAwEF0QR .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBrAwEF0QR .mbr-card-title {
  color: #393193;
}
.cid-uBrBeS9nnP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBrBeS9nnP .mbr-text {
  color: #000000;
}
.cid-uBrBeS9nnP .mbr-section-subtitle {
  color: #000000;
}
.cid-uBrBeS9nnP .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBrBeS9nnP .mbr-text,
.cid-uBrBeS9nnP .item .mbr-section-btn {
  text-align: left;
}
.cid-uBrBeS9nnP .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBrBeS9nnP .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBrBeS9nnP .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBrBeS9nnP .mbr-card-title {
  color: #393193;
}
.cid-uBrBgvgAPl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBrBgvgAPl .mbr-text {
  color: #000000;
}
.cid-uBrBgvgAPl .mbr-section-subtitle {
  color: #000000;
}
.cid-uBrBgvgAPl .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBrBgvgAPl .mbr-text,
.cid-uBrBgvgAPl .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBrBgvgAPl .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBrBgvgAPl .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBrBgvgAPl .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBrBgvgAPl .mbr-card-title {
  color: #393193;
}
.cid-uBrBhvbRNM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBrBhvbRNM .mbr-text {
  color: #000000;
}
.cid-uBrBhvbRNM .mbr-section-subtitle {
  color: #000000;
}
.cid-uBrBhvbRNM .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBrBhvbRNM .mbr-text,
.cid-uBrBhvbRNM .item .mbr-section-btn {
  text-align: left;
}
.cid-uBrBhvbRNM .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBrBhvbRNM .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBrBhvbRNM .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBrBhvbRNM .mbr-card-title {
  color: #393193;
}
.cid-uBrBMAgkEv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBrBMAgkEv .mbr-text {
  color: #000000;
}
.cid-uBrBMAgkEv .mbr-section-subtitle {
  color: #000000;
}
.cid-uBrBMAgkEv .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBrBMAgkEv .mbr-text,
.cid-uBrBMAgkEv .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBrBMAgkEv .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBrBMAgkEv .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBrBMAgkEv .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBrBMAgkEv .mbr-card-title {
  color: #393193;
}
.cid-uBrBNLeMoR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBrBNLeMoR .mbr-text {
  color: #000000;
}
.cid-uBrBNLeMoR .mbr-section-subtitle {
  color: #000000;
}
.cid-uBrBNLeMoR .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBrBNLeMoR .mbr-text,
.cid-uBrBNLeMoR .item .mbr-section-btn {
  text-align: left;
}
.cid-uBrBNLeMoR .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBrBNLeMoR .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBrBNLeMoR .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBrBNLeMoR .mbr-card-title {
  color: #393193;
}
.cid-uBrBOFwXbd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBrBOFwXbd .mbr-text {
  color: #000000;
}
.cid-uBrBOFwXbd .mbr-section-subtitle {
  color: #000000;
}
.cid-uBrBOFwXbd .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBrBOFwXbd .mbr-text,
.cid-uBrBOFwXbd .item .mbr-section-btn {
  text-align: left;
}
.cid-uBrBOFwXbd .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBrBOFwXbd .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBrBOFwXbd .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBrBOFwXbd .mbr-card-title {
  color: #393193;
}
.cid-uBrCmqD051 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBrCmqD051 .mbr-text {
  color: #000000;
}
.cid-uBrCmqD051 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBrCmqD051 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBrCmqD051 .mbr-text,
.cid-uBrCmqD051 .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBrCmqD051 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBrCmqD051 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBrCmqD051 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBrCmqD051 .mbr-card-title {
  color: #393193;
}
.cid-uBrCnzpmlu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBrCnzpmlu .mbr-text {
  color: #000000;
}
.cid-uBrCnzpmlu .mbr-section-subtitle {
  color: #000000;
}
.cid-uBrCnzpmlu .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBrCnzpmlu .mbr-text,
.cid-uBrCnzpmlu .item .mbr-section-btn {
  text-align: left;
}
.cid-uBrCnzpmlu .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBrCnzpmlu .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBrCnzpmlu .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBrCnzpmlu .mbr-card-title {
  color: #393193;
}
.cid-uBrCQdZZy3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBrCQdZZy3 .mbr-text {
  color: #000000;
}
.cid-uBrCQdZZy3 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBrCQdZZy3 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBrCQdZZy3 .mbr-text,
.cid-uBrCQdZZy3 .item .mbr-section-btn {
  text-align: left;
}
.cid-uBrCQdZZy3 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBrCQdZZy3 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBrCQdZZy3 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBrCQdZZy3 .mbr-card-title {
  color: #393193;
}
.cid-uBrCRn1EEE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBrCRn1EEE .mbr-text {
  color: #000000;
}
.cid-uBrCRn1EEE .mbr-section-subtitle {
  color: #000000;
}
.cid-uBrCRn1EEE .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBrCRn1EEE .mbr-text,
.cid-uBrCRn1EEE .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBrCRn1EEE .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBrCRn1EEE .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBrCRn1EEE .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBrCRn1EEE .mbr-card-title {
  color: #393193;
}
.cid-uBrCT4B0Q4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBrCT4B0Q4 .mbr-text {
  color: #000000;
}
.cid-uBrCT4B0Q4 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBrCT4B0Q4 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBrCT4B0Q4 .mbr-text,
.cid-uBrCT4B0Q4 .item .mbr-section-btn {
  text-align: left;
}
.cid-uBrCT4B0Q4 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBrCT4B0Q4 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBrCT4B0Q4 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBrCT4B0Q4 .mbr-card-title {
  color: #393193;
}
.cid-uBrDgg0VaT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBrDgg0VaT .mbr-text {
  color: #000000;
}
.cid-uBrDgg0VaT .mbr-section-subtitle {
  color: #000000;
}
.cid-uBrDgg0VaT .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBrDgg0VaT .mbr-text,
.cid-uBrDgg0VaT .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBrDgg0VaT .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBrDgg0VaT .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBrDgg0VaT .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBrDgg0VaT .mbr-card-title {
  color: #393193;
}
.cid-uBrCWPFGp6 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBrCWPFGp6 .mbr-text {
  color: #000000;
}
.cid-uBrCWPFGp6 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBrCWPFGp6 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBrCWPFGp6 .mbr-text,
.cid-uBrCWPFGp6 .item .mbr-section-btn {
  text-align: left;
}
.cid-uBrCWPFGp6 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBrCWPFGp6 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBrCWPFGp6 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBrCWPFGp6 .mbr-card-title {
  color: #393193;
}
.cid-uBrz6ISZlo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBrz6ISZlo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBrz6ISZlo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBrz6ISZlo .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBrz6ISZlo .footer-col {
    flex-direction: column;
  }
}
.cid-uBrz6ISZlo .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBrz6ISZlo .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBrz6ISZlo .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBrz6ISZlo .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBrz6ISZlo .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBrz6ISZlo .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBrz6ISZlo .soc-item {
  margin: 8px;
}
.cid-uBrz6ISZlo .soc-item a:hover .mbr-iconfont,
.cid-uBrz6ISZlo .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBrz6ISZlo .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBrz6ISZlo .row {
    text-align: center;
  }
  .cid-uBrz6ISZlo .social-row {
    justify-content: center;
  }
}
.cid-uBrz6ISZlo .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBrz6ISZlo .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBrz6ISZlo .list {
    margin-bottom: 0rem;
  }
}
.cid-uBrz6ISZlo .mbr-text {
  color: #bbbbbb;
}
.cid-uBrz6ISZlo .mbr-section-subtitle {
  color: #000000;
}
.cid-uBrz6ISZlo .list,
.cid-uBrz6ISZlo .item-wrap {
  color: #232323;
}
.cid-uBrz6ISZlo .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBt1KhjqOb {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/white-hair-lg.webp");
}
.cid-uBt1KhjqOb .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBt1KhjqOb {
    align-items: flex-end;
  }
  .cid-uBt1KhjqOb .row {
    justify-content: center;
  }
  .cid-uBt1KhjqOb .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBt1KhjqOb .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBt1KhjqOb {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBt1KhjqOb .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBt1KhjqOb .content-wrap {
    width: 100%;
  }
}
.cid-uBt1KhjqOb .mbr-section-title,
.cid-uBt1KhjqOb .mbr-section-subtitle {
  text-align: center;
}
.cid-uBt1KhjqOb .mbr-text,
.cid-uBt1KhjqOb .mbr-section-btn {
  text-align: center;
  color: #9c98cf;
}
.cid-uBt1KhjqOb .mbr-section-title {
  color: #9c98cf;
}
.cid-uBt1KhMuDP {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBt1KhMuDP .mbr-text {
  color: #000000;
}
.cid-uBt1KhMuDP .mbr-section-subtitle {
  color: #000000;
}
.cid-uBt1KhMuDP .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBt1KhMuDP .mbr-text,
.cid-uBt1KhMuDP .item .mbr-section-btn {
  text-align: left;
}
.cid-uBt1KhMuDP .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBt1KhMuDP .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBt1KhMuDP .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBt1KhMuDP .mbr-card-title {
  color: #393193;
}
.cid-uBt1Kiecwz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBt1Kiecwz .mbr-text {
  color: #000000;
}
.cid-uBt1Kiecwz .mbr-section-subtitle {
  color: #000000;
}
.cid-uBt1Kiecwz .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBt1Kiecwz .mbr-text,
.cid-uBt1Kiecwz .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBt1Kiecwz .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBt1Kiecwz .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBt1Kiecwz .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBt1Kiecwz .mbr-card-title {
  color: #393193;
}
.cid-uBt1KixEey {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBt1KixEey .mbr-text {
  color: #000000;
}
.cid-uBt1KixEey .mbr-section-subtitle {
  color: #000000;
}
.cid-uBt1KixEey .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBt1KixEey .mbr-text,
.cid-uBt1KixEey .item .mbr-section-btn {
  text-align: left;
}
.cid-uBt1KixEey .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBt1KixEey .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBt1KixEey .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBt1KixEey .mbr-card-title {
  color: #393193;
}
.cid-uBt1KiPlIe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBt1KiPlIe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBt1KiPlIe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBt1KiPlIe .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBt1KiPlIe .footer-col {
    flex-direction: column;
  }
}
.cid-uBt1KiPlIe .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBt1KiPlIe .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBt1KiPlIe .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBt1KiPlIe .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBt1KiPlIe .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBt1KiPlIe .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBt1KiPlIe .soc-item {
  margin: 8px;
}
.cid-uBt1KiPlIe .soc-item a:hover .mbr-iconfont,
.cid-uBt1KiPlIe .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBt1KiPlIe .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBt1KiPlIe .row {
    text-align: center;
  }
  .cid-uBt1KiPlIe .social-row {
    justify-content: center;
  }
}
.cid-uBt1KiPlIe .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBt1KiPlIe .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBt1KiPlIe .list {
    margin-bottom: 0rem;
  }
}
.cid-uBt1KiPlIe .mbr-text {
  color: #bbbbbb;
}
.cid-uBt1KiPlIe .mbr-section-subtitle {
  color: #000000;
}
.cid-uBt1KiPlIe .list,
.cid-uBt1KiPlIe .item-wrap {
  color: #232323;
}
.cid-uBt1KiPlIe .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBt7KjCJ8B {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/alzheimer.webp");
}
.cid-uBt7KjCJ8B .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBt7KjCJ8B {
    align-items: flex-end;
  }
  .cid-uBt7KjCJ8B .row {
    justify-content: center;
  }
  .cid-uBt7KjCJ8B .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBt7KjCJ8B .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBt7KjCJ8B {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBt7KjCJ8B .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBt7KjCJ8B .content-wrap {
    width: 100%;
  }
}
.cid-uBt7KjCJ8B .mbr-section-title,
.cid-uBt7KjCJ8B .mbr-section-subtitle {
  text-align: center;
}
.cid-uBt7KjCJ8B .mbr-text,
.cid-uBt7KjCJ8B .mbr-section-btn {
  text-align: center;
}
.cid-uBt7KkevJB {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBt7KkevJB .mbr-text {
  color: #000000;
}
.cid-uBt7KkevJB .mbr-section-subtitle {
  color: #000000;
}
.cid-uBt7KkevJB .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBt7KkevJB .mbr-text,
.cid-uBt7KkevJB .item .mbr-section-btn {
  text-align: left;
}
.cid-uBt7KkevJB .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBt7KkevJB .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBt7KkevJB .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBt7KkevJB .mbr-card-title {
  color: #393193;
}
.cid-uBt7KkxqFL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBt7KkxqFL .mbr-text {
  color: #000000;
}
.cid-uBt7KkxqFL .mbr-section-subtitle {
  color: #000000;
}
.cid-uBt7KkxqFL .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBt7KkxqFL .mbr-text,
.cid-uBt7KkxqFL .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBt7KkxqFL .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBt7KkxqFL .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBt7KkxqFL .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBt7KkxqFL .mbr-card-title {
  color: #393193;
}
.cid-uBt7KkLXud {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBt7KkLXud .mbr-text {
  color: #000000;
}
.cid-uBt7KkLXud .mbr-section-subtitle {
  color: #000000;
}
.cid-uBt7KkLXud .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBt7KkLXud .mbr-text,
.cid-uBt7KkLXud .item .mbr-section-btn {
  text-align: left;
}
.cid-uBt7KkLXud .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBt7KkLXud .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBt7KkLXud .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBt7KkLXud .mbr-card-title {
  color: #393193;
}
.cid-uBt7KkZqUB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBt7KkZqUB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBt7KkZqUB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBt7KkZqUB .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBt7KkZqUB .footer-col {
    flex-direction: column;
  }
}
.cid-uBt7KkZqUB .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBt7KkZqUB .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBt7KkZqUB .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBt7KkZqUB .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBt7KkZqUB .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBt7KkZqUB .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBt7KkZqUB .soc-item {
  margin: 8px;
}
.cid-uBt7KkZqUB .soc-item a:hover .mbr-iconfont,
.cid-uBt7KkZqUB .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBt7KkZqUB .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBt7KkZqUB .row {
    text-align: center;
  }
  .cid-uBt7KkZqUB .social-row {
    justify-content: center;
  }
}
.cid-uBt7KkZqUB .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBt7KkZqUB .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBt7KkZqUB .list {
    margin-bottom: 0rem;
  }
}
.cid-uBt7KkZqUB .mbr-text {
  color: #bbbbbb;
}
.cid-uBt7KkZqUB .mbr-section-subtitle {
  color: #000000;
}
.cid-uBt7KkZqUB .list,
.cid-uBt7KkZqUB .item-wrap {
  color: #232323;
}
.cid-uBt7KkZqUB .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBtgPcFUiS {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/fear.webp");
}
.cid-uBtgPcFUiS .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBtgPcFUiS {
    align-items: flex-end;
  }
  .cid-uBtgPcFUiS .row {
    justify-content: center;
  }
  .cid-uBtgPcFUiS .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBtgPcFUiS .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBtgPcFUiS {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBtgPcFUiS .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBtgPcFUiS .content-wrap {
    width: 100%;
  }
}
.cid-uBtgPcFUiS .mbr-section-title,
.cid-uBtgPcFUiS .mbr-section-subtitle {
  text-align: center;
}
.cid-uBtgPcFUiS .mbr-text,
.cid-uBtgPcFUiS .mbr-section-btn {
  text-align: center;
}
.cid-uBtgPde9VG {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBtgPde9VG .mbr-text {
  color: #000000;
}
.cid-uBtgPde9VG .mbr-section-subtitle {
  color: #000000;
}
.cid-uBtgPde9VG .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBtgPde9VG .mbr-text,
.cid-uBtgPde9VG .item .mbr-section-btn {
  text-align: left;
}
.cid-uBtgPde9VG .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBtgPde9VG .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBtgPde9VG .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBtgPde9VG .mbr-card-title {
  color: #393193;
}
.cid-uBtgPdBP4A {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBtgPdBP4A .mbr-text {
  color: #000000;
}
.cid-uBtgPdBP4A .mbr-section-subtitle {
  color: #000000;
}
.cid-uBtgPdBP4A .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBtgPdBP4A .mbr-text,
.cid-uBtgPdBP4A .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBtgPdBP4A .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBtgPdBP4A .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBtgPdBP4A .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBtgPdBP4A .mbr-card-title {
  color: #393193;
}
.cid-uBtgPdPjon {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBtgPdPjon .mbr-text {
  color: #000000;
}
.cid-uBtgPdPjon .mbr-section-subtitle {
  color: #000000;
}
.cid-uBtgPdPjon .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBtgPdPjon .mbr-text,
.cid-uBtgPdPjon .item .mbr-section-btn {
  text-align: left;
}
.cid-uBtgPdPjon .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBtgPdPjon .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBtgPdPjon .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBtgPdPjon .mbr-card-title {
  color: #393193;
}
.cid-uBtgPe4Igk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBtgPe4Igk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBtgPe4Igk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBtgPe4Igk .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBtgPe4Igk .footer-col {
    flex-direction: column;
  }
}
.cid-uBtgPe4Igk .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBtgPe4Igk .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBtgPe4Igk .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBtgPe4Igk .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBtgPe4Igk .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBtgPe4Igk .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBtgPe4Igk .soc-item {
  margin: 8px;
}
.cid-uBtgPe4Igk .soc-item a:hover .mbr-iconfont,
.cid-uBtgPe4Igk .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBtgPe4Igk .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBtgPe4Igk .row {
    text-align: center;
  }
  .cid-uBtgPe4Igk .social-row {
    justify-content: center;
  }
}
.cid-uBtgPe4Igk .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBtgPe4Igk .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBtgPe4Igk .list {
    margin-bottom: 0rem;
  }
}
.cid-uBtgPe4Igk .mbr-text {
  color: #bbbbbb;
}
.cid-uBtgPe4Igk .mbr-section-subtitle {
  color: #000000;
}
.cid-uBtgPe4Igk .list,
.cid-uBtgPe4Igk .item-wrap {
  color: #232323;
}
.cid-uBtgPe4Igk .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBtkSMsdFm {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/keraunoparalysis-meta.webp");
}
.cid-uBtkSMsdFm .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBtkSMsdFm {
    align-items: flex-end;
  }
  .cid-uBtkSMsdFm .row {
    justify-content: center;
  }
  .cid-uBtkSMsdFm .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBtkSMsdFm .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBtkSMsdFm {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBtkSMsdFm .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBtkSMsdFm .content-wrap {
    width: 100%;
  }
}
.cid-uBtkSMsdFm .mbr-section-title,
.cid-uBtkSMsdFm .mbr-section-subtitle {
  text-align: center;
}
.cid-uBtkSMsdFm .mbr-text,
.cid-uBtkSMsdFm .mbr-section-btn {
  text-align: center;
}
.cid-uBtkSN2YRG {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBtkSN2YRG .mbr-text {
  color: #000000;
}
.cid-uBtkSN2YRG .mbr-section-subtitle {
  color: #000000;
}
.cid-uBtkSN2YRG .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBtkSN2YRG .mbr-text,
.cid-uBtkSN2YRG .item .mbr-section-btn {
  text-align: left;
}
.cid-uBtkSN2YRG .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBtkSN2YRG .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBtkSN2YRG .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBtkSN2YRG .mbr-card-title {
  color: #393193;
}
.cid-uBtkSNjBUU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBtkSNjBUU .mbr-text {
  color: #000000;
}
.cid-uBtkSNjBUU .mbr-section-subtitle {
  color: #000000;
}
.cid-uBtkSNjBUU .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBtkSNjBUU .mbr-text,
.cid-uBtkSNjBUU .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBtkSNjBUU .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBtkSNjBUU .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBtkSNjBUU .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBtkSNjBUU .mbr-card-title {
  color: #393193;
}
.cid-uBtkSNyizq {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBtkSNyizq .mbr-text {
  color: #000000;
}
.cid-uBtkSNyizq .mbr-section-subtitle {
  color: #000000;
}
.cid-uBtkSNyizq .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBtkSNyizq .mbr-text,
.cid-uBtkSNyizq .item .mbr-section-btn {
  text-align: left;
}
.cid-uBtkSNyizq .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBtkSNyizq .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBtkSNyizq .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBtkSNyizq .mbr-card-title {
  color: #393193;
}
.cid-uBtkSNMukc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBtkSNMukc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBtkSNMukc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBtkSNMukc .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBtkSNMukc .footer-col {
    flex-direction: column;
  }
}
.cid-uBtkSNMukc .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBtkSNMukc .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBtkSNMukc .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBtkSNMukc .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBtkSNMukc .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBtkSNMukc .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBtkSNMukc .soc-item {
  margin: 8px;
}
.cid-uBtkSNMukc .soc-item a:hover .mbr-iconfont,
.cid-uBtkSNMukc .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBtkSNMukc .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBtkSNMukc .row {
    text-align: center;
  }
  .cid-uBtkSNMukc .social-row {
    justify-content: center;
  }
}
.cid-uBtkSNMukc .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBtkSNMukc .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBtkSNMukc .list {
    margin-bottom: 0rem;
  }
}
.cid-uBtkSNMukc .mbr-text {
  color: #bbbbbb;
}
.cid-uBtkSNMukc .mbr-section-subtitle {
  color: #000000;
}
.cid-uBtkSNMukc .list,
.cid-uBtkSNMukc .item-wrap {
  color: #232323;
}
.cid-uBtkSNMukc .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBtpGI686G {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bacteria-lg.webp");
}
.cid-uBtpGI686G .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBtpGI686G {
    align-items: flex-end;
  }
  .cid-uBtpGI686G .row {
    justify-content: center;
  }
  .cid-uBtpGI686G .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBtpGI686G .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBtpGI686G {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBtpGI686G .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBtpGI686G .content-wrap {
    width: 100%;
  }
}
.cid-uBtpGI686G .mbr-section-title,
.cid-uBtpGI686G .mbr-section-subtitle {
  text-align: center;
}
.cid-uBtpGI686G .mbr-text,
.cid-uBtpGI686G .mbr-section-btn {
  text-align: center;
}
.cid-uBtpGI686G .mbr-section-title {
  color: #ffffff;
}
.cid-uBtpGIrlN6 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBtpGIrlN6 .mbr-text {
  color: #000000;
}
.cid-uBtpGIrlN6 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBtpGIrlN6 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBtpGIrlN6 .mbr-text,
.cid-uBtpGIrlN6 .item .mbr-section-btn {
  text-align: left;
}
.cid-uBtpGIrlN6 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBtpGIrlN6 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBtpGIrlN6 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBtpGIrlN6 .mbr-card-title {
  color: #393193;
}
.cid-uBtpGIN9ul {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBtpGIN9ul .mbr-text {
  color: #000000;
}
.cid-uBtpGIN9ul .mbr-section-subtitle {
  color: #000000;
}
.cid-uBtpGIN9ul .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBtpGIN9ul .mbr-text,
.cid-uBtpGIN9ul .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBtpGIN9ul .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBtpGIN9ul .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBtpGIN9ul .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBtpGIN9ul .mbr-card-title {
  color: #393193;
}
.cid-uBtpGJ2vrR {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBtpGJ2vrR .mbr-text {
  color: #000000;
}
.cid-uBtpGJ2vrR .mbr-section-subtitle {
  color: #000000;
}
.cid-uBtpGJ2vrR .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBtpGJ2vrR .mbr-text,
.cid-uBtpGJ2vrR .item .mbr-section-btn {
  text-align: left;
}
.cid-uBtpGJ2vrR .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBtpGJ2vrR .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBtpGJ2vrR .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBtpGJ2vrR .mbr-card-title {
  color: #393193;
}
.cid-uBtpGJflhH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBtpGJflhH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBtpGJflhH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBtpGJflhH .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBtpGJflhH .footer-col {
    flex-direction: column;
  }
}
.cid-uBtpGJflhH .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBtpGJflhH .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBtpGJflhH .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBtpGJflhH .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBtpGJflhH .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBtpGJflhH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBtpGJflhH .soc-item {
  margin: 8px;
}
.cid-uBtpGJflhH .soc-item a:hover .mbr-iconfont,
.cid-uBtpGJflhH .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBtpGJflhH .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBtpGJflhH .row {
    text-align: center;
  }
  .cid-uBtpGJflhH .social-row {
    justify-content: center;
  }
}
.cid-uBtpGJflhH .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBtpGJflhH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBtpGJflhH .list {
    margin-bottom: 0rem;
  }
}
.cid-uBtpGJflhH .mbr-text {
  color: #bbbbbb;
}
.cid-uBtpGJflhH .mbr-section-subtitle {
  color: #000000;
}
.cid-uBtpGJflhH .list,
.cid-uBtpGJflhH .item-wrap {
  color: #232323;
}
.cid-uBtpGJflhH .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBttm4LBqm {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/fasting-meta.webp");
}
.cid-uBttm4LBqm .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBttm4LBqm {
    align-items: flex-end;
  }
  .cid-uBttm4LBqm .row {
    justify-content: center;
  }
  .cid-uBttm4LBqm .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBttm4LBqm .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBttm4LBqm {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBttm4LBqm .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBttm4LBqm .content-wrap {
    width: 100%;
  }
}
.cid-uBttm4LBqm .mbr-section-title,
.cid-uBttm4LBqm .mbr-section-subtitle {
  text-align: center;
}
.cid-uBttm4LBqm .mbr-text,
.cid-uBttm4LBqm .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uBttm4LBqm .mbr-section-title {
  color: #000000;
}
.cid-uBttm5c2uQ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBttm5c2uQ .mbr-text {
  color: #000000;
}
.cid-uBttm5c2uQ .mbr-section-subtitle {
  color: #000000;
}
.cid-uBttm5c2uQ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBttm5c2uQ .mbr-text,
.cid-uBttm5c2uQ .item .mbr-section-btn {
  text-align: left;
}
.cid-uBttm5c2uQ .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBttm5c2uQ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBttm5c2uQ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBttm5c2uQ .mbr-card-title {
  color: #393193;
}
.cid-uBttm5Cytv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBttm5Cytv .mbr-text {
  color: #000000;
}
.cid-uBttm5Cytv .mbr-section-subtitle {
  color: #000000;
}
.cid-uBttm5Cytv .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBttm5Cytv .mbr-text,
.cid-uBttm5Cytv .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBttm5Cytv .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBttm5Cytv .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBttm5Cytv .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBttm5Cytv .mbr-card-title {
  color: #393193;
}
.cid-uBttm5SzaF {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBttm5SzaF .mbr-text {
  color: #000000;
}
.cid-uBttm5SzaF .mbr-section-subtitle {
  color: #000000;
}
.cid-uBttm5SzaF .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBttm5SzaF .mbr-text,
.cid-uBttm5SzaF .item .mbr-section-btn {
  text-align: left;
}
.cid-uBttm5SzaF .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBttm5SzaF .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBttm5SzaF .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBttm5SzaF .mbr-card-title {
  color: #393193;
}
.cid-uBttm66dbd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBttm66dbd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBttm66dbd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBttm66dbd .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBttm66dbd .footer-col {
    flex-direction: column;
  }
}
.cid-uBttm66dbd .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBttm66dbd .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBttm66dbd .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBttm66dbd .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBttm66dbd .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBttm66dbd .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBttm66dbd .soc-item {
  margin: 8px;
}
.cid-uBttm66dbd .soc-item a:hover .mbr-iconfont,
.cid-uBttm66dbd .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBttm66dbd .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBttm66dbd .row {
    text-align: center;
  }
  .cid-uBttm66dbd .social-row {
    justify-content: center;
  }
}
.cid-uBttm66dbd .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBttm66dbd .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBttm66dbd .list {
    margin-bottom: 0rem;
  }
}
.cid-uBttm66dbd .mbr-text {
  color: #bbbbbb;
}
.cid-uBttm66dbd .mbr-section-subtitle {
  color: #000000;
}
.cid-uBttm66dbd .list,
.cid-uBttm66dbd .item-wrap {
  color: #232323;
}
.cid-uBttm66dbd .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBu0ElvkmX {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/breastfeeding-lg-2.webp");
}
.cid-uBu0ElvkmX .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBu0ElvkmX {
    align-items: flex-end;
  }
  .cid-uBu0ElvkmX .row {
    justify-content: center;
  }
  .cid-uBu0ElvkmX .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBu0ElvkmX .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBu0ElvkmX {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBu0ElvkmX .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBu0ElvkmX .content-wrap {
    width: 100%;
  }
}
.cid-uBu0ElvkmX .mbr-section-title,
.cid-uBu0ElvkmX .mbr-section-subtitle {
  text-align: center;
}
.cid-uBu0ElvkmX .mbr-text,
.cid-uBu0ElvkmX .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uBu0ElvkmX .mbr-section-title {
  color: #000000;
}
.cid-uBu0Em33Gn {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBu0Em33Gn .mbr-text {
  color: #000000;
}
.cid-uBu0Em33Gn .mbr-section-subtitle {
  color: #000000;
}
.cid-uBu0Em33Gn .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBu0Em33Gn .mbr-text,
.cid-uBu0Em33Gn .item .mbr-section-btn {
  text-align: left;
}
.cid-uBu0Em33Gn .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBu0Em33Gn .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBu0Em33Gn .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBu0Em33Gn .mbr-card-title {
  color: #393193;
}
.cid-uBu0EmklOU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBu0EmklOU .mbr-text {
  color: #000000;
}
.cid-uBu0EmklOU .mbr-section-subtitle {
  color: #000000;
}
.cid-uBu0EmklOU .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBu0EmklOU .mbr-text,
.cid-uBu0EmklOU .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBu0EmklOU .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBu0EmklOU .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBu0EmklOU .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBu0EmklOU .mbr-card-title {
  color: #393193;
}
.cid-uBu0EmyrDv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBu0EmyrDv .mbr-text {
  color: #000000;
}
.cid-uBu0EmyrDv .mbr-section-subtitle {
  color: #000000;
}
.cid-uBu0EmyrDv .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBu0EmyrDv .mbr-text,
.cid-uBu0EmyrDv .item .mbr-section-btn {
  text-align: left;
}
.cid-uBu0EmyrDv .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBu0EmyrDv .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBu0EmyrDv .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBu0EmyrDv .mbr-card-title {
  color: #393193;
}
.cid-uBu4Q4N03r {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBu4Q4N03r .mbr-text {
  color: #000000;
}
.cid-uBu4Q4N03r .mbr-section-subtitle {
  color: #000000;
}
.cid-uBu4Q4N03r .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBu4Q4N03r .mbr-text,
.cid-uBu4Q4N03r .item .mbr-section-btn {
  text-align: left;
}
.cid-uBu4Q4N03r .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBu4Q4N03r .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBu4Q4N03r .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBu4Q4N03r .mbr-card-title {
  color: #393193;
}
.cid-uBu4RnznTN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBu4RnznTN .mbr-text {
  color: #000000;
}
.cid-uBu4RnznTN .mbr-section-subtitle {
  color: #000000;
}
.cid-uBu4RnznTN .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBu4RnznTN .mbr-text,
.cid-uBu4RnznTN .item .mbr-section-btn {
  text-align: left;
}
.cid-uBu4RnznTN .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBu4RnznTN .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBu4RnznTN .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBu4RnznTN .mbr-card-title {
  color: #393193;
}
.cid-uBu4TvQAYF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBu4TvQAYF .mbr-text {
  color: #000000;
}
.cid-uBu4TvQAYF .mbr-section-subtitle {
  color: #000000;
}
.cid-uBu4TvQAYF .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBu4TvQAYF .mbr-text,
.cid-uBu4TvQAYF .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBu4TvQAYF .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBu4TvQAYF .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBu4TvQAYF .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBu4TvQAYF .mbr-card-title {
  color: #393193;
}
.cid-uBu4UGYfdo {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBu4UGYfdo .mbr-text {
  color: #000000;
}
.cid-uBu4UGYfdo .mbr-section-subtitle {
  color: #000000;
}
.cid-uBu4UGYfdo .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBu4UGYfdo .mbr-text,
.cid-uBu4UGYfdo .item .mbr-section-btn {
  text-align: left;
}
.cid-uBu4UGYfdo .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBu4UGYfdo .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBu4UGYfdo .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBu4UGYfdo .mbr-card-title {
  color: #393193;
}
.cid-uBu0EmO3Xl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBu0EmO3Xl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBu0EmO3Xl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBu0EmO3Xl .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBu0EmO3Xl .footer-col {
    flex-direction: column;
  }
}
.cid-uBu0EmO3Xl .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBu0EmO3Xl .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBu0EmO3Xl .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBu0EmO3Xl .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBu0EmO3Xl .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBu0EmO3Xl .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBu0EmO3Xl .soc-item {
  margin: 8px;
}
.cid-uBu0EmO3Xl .soc-item a:hover .mbr-iconfont,
.cid-uBu0EmO3Xl .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBu0EmO3Xl .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBu0EmO3Xl .row {
    text-align: center;
  }
  .cid-uBu0EmO3Xl .social-row {
    justify-content: center;
  }
}
.cid-uBu0EmO3Xl .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBu0EmO3Xl .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBu0EmO3Xl .list {
    margin-bottom: 0rem;
  }
}
.cid-uBu0EmO3Xl .mbr-text {
  color: #bbbbbb;
}
.cid-uBu0EmO3Xl .mbr-section-subtitle {
  color: #000000;
}
.cid-uBu0EmO3Xl .list,
.cid-uBu0EmO3Xl .item-wrap {
  color: #232323;
}
.cid-uBu0EmO3Xl .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBu94i6jbG {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/evolution-2.webp");
}
.cid-uBu94i6jbG .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBu94i6jbG {
    align-items: flex-end;
  }
  .cid-uBu94i6jbG .row {
    justify-content: center;
  }
  .cid-uBu94i6jbG .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBu94i6jbG .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBu94i6jbG {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBu94i6jbG .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBu94i6jbG .content-wrap {
    width: 100%;
  }
}
.cid-uBu94i6jbG .mbr-section-title,
.cid-uBu94i6jbG .mbr-section-subtitle {
  text-align: center;
}
.cid-uBu94i6jbG .mbr-text,
.cid-uBu94i6jbG .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uBu94i6jbG .mbr-section-title {
  color: #000000;
}
.cid-uBu94iF7pQ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBu94iF7pQ .mbr-text {
  color: #000000;
}
.cid-uBu94iF7pQ .mbr-section-subtitle {
  color: #000000;
}
.cid-uBu94iF7pQ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBu94iF7pQ .mbr-text,
.cid-uBu94iF7pQ .item .mbr-section-btn {
  text-align: left;
}
.cid-uBu94iF7pQ .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBu94iF7pQ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBu94iF7pQ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBu94iF7pQ .mbr-card-title {
  color: #393193;
}
.cid-uBu9UuS9MU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBu9UuS9MU .mbr-text {
  color: #000000;
}
.cid-uBu9UuS9MU .mbr-section-subtitle {
  color: #000000;
}
.cid-uBu9UuS9MU .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBu9UuS9MU .mbr-text,
.cid-uBu9UuS9MU .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBu9UuS9MU .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBu9UuS9MU .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBu9UuS9MU .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBu9UuS9MU .mbr-card-title {
  color: #393193;
}
.cid-uBu9VjHgCu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBu9VjHgCu .mbr-text {
  color: #000000;
}
.cid-uBu9VjHgCu .mbr-section-subtitle {
  color: #000000;
}
.cid-uBu9VjHgCu .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBu9VjHgCu .mbr-text,
.cid-uBu9VjHgCu .item .mbr-section-btn {
  text-align: left;
}
.cid-uBu9VjHgCu .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBu9VjHgCu .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBu9VjHgCu .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBu9VjHgCu .mbr-card-title {
  color: #393193;
}
.cid-uBu9WAcBUA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBu9WAcBUA .mbr-text {
  color: #000000;
}
.cid-uBu9WAcBUA .mbr-section-subtitle {
  color: #000000;
}
.cid-uBu9WAcBUA .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBu9WAcBUA .mbr-text,
.cid-uBu9WAcBUA .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBu9WAcBUA .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBu9WAcBUA .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBu9WAcBUA .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBu9WAcBUA .mbr-card-title {
  color: #393193;
}
.cid-uBu9ZopG3K {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBu9ZopG3K .mbr-text {
  color: #000000;
}
.cid-uBu9ZopG3K .mbr-section-subtitle {
  color: #000000;
}
.cid-uBu9ZopG3K .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBu9ZopG3K .mbr-text,
.cid-uBu9ZopG3K .item .mbr-section-btn {
  text-align: left;
}
.cid-uBu9ZopG3K .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBu9ZopG3K .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBu9ZopG3K .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBu9ZopG3K .mbr-card-title {
  color: #393193;
}
.cid-uBu94j4J9K {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBu94j4J9K .mbr-text {
  color: #000000;
}
.cid-uBu94j4J9K .mbr-section-subtitle {
  color: #000000;
}
.cid-uBu94j4J9K .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBu94j4J9K .mbr-text,
.cid-uBu94j4J9K .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBu94j4J9K .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBu94j4J9K .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBu94j4J9K .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBu94j4J9K .mbr-card-title {
  color: #393193;
}
.cid-uBua0UG39O {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBua0UG39O .mbr-text {
  color: #000000;
}
.cid-uBua0UG39O .mbr-section-subtitle {
  color: #000000;
}
.cid-uBua0UG39O .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBua0UG39O .mbr-text,
.cid-uBua0UG39O .item .mbr-section-btn {
  text-align: left;
}
.cid-uBua0UG39O .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBua0UG39O .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBua0UG39O .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBua0UG39O .mbr-card-title {
  color: #393193;
}
.cid-uBuaMpSoua {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBuaMpSoua .mbr-text {
  color: #000000;
}
.cid-uBuaMpSoua .mbr-section-subtitle {
  color: #000000;
}
.cid-uBuaMpSoua .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBuaMpSoua .mbr-text,
.cid-uBuaMpSoua .item .mbr-section-btn {
  text-align: left;
}
.cid-uBuaMpSoua .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBuaMpSoua .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBuaMpSoua .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBuaMpSoua .mbr-card-title {
  color: #393193;
}
.cid-uBubbIMPIt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBubbIMPIt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBubbIMPIt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBubbIMPIt .row {
  flex-direction: row-reverse;
}
.cid-uBubbIMPIt .mbr-description {
  text-align: center;
}
.cid-uBubdojTKi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBubdojTKi .mbr-text {
  color: #000000;
}
.cid-uBubdojTKi .mbr-section-subtitle {
  color: #000000;
}
.cid-uBubdojTKi .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBubdojTKi .mbr-text,
.cid-uBubdojTKi .item .mbr-section-btn {
  text-align: left;
}
.cid-uBubdojTKi .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBubdojTKi .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBubdojTKi .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBubdojTKi .mbr-card-title {
  color: #393193;
}
.cid-uBubt03WjJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBubt03WjJ .mbr-text {
  color: #000000;
}
.cid-uBubt03WjJ .mbr-section-subtitle {
  color: #000000;
}
.cid-uBubt03WjJ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBubt03WjJ .mbr-text,
.cid-uBubt03WjJ .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBubt03WjJ .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBubt03WjJ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBubt03WjJ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBubt03WjJ .mbr-card-title {
  color: #393193;
}
.cid-uBubtWTaQV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBubtWTaQV .mbr-text {
  color: #000000;
}
.cid-uBubtWTaQV .mbr-section-subtitle {
  color: #000000;
}
.cid-uBubtWTaQV .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBubtWTaQV .mbr-text,
.cid-uBubtWTaQV .item .mbr-section-btn {
  text-align: left;
}
.cid-uBubtWTaQV .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBubtWTaQV .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBubtWTaQV .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBubtWTaQV .mbr-card-title {
  color: #393193;
}
.cid-uBubvqZT33 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBubvqZT33 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBubvqZT33 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBubvqZT33 .row {
  flex-direction: row-reverse;
}
.cid-uBubvqZT33 .mbr-description {
  text-align: center;
}
.cid-uBubwjZItx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBubwjZItx .mbr-text {
  color: #000000;
}
.cid-uBubwjZItx .mbr-section-subtitle {
  color: #000000;
}
.cid-uBubwjZItx .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBubwjZItx .mbr-text,
.cid-uBubwjZItx .item .mbr-section-btn {
  text-align: left;
}
.cid-uBubwjZItx .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBubwjZItx .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBubwjZItx .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBubwjZItx .mbr-card-title {
  color: #393193;
}
.cid-uBuc7ZT11S {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBuc7ZT11S .mbr-text {
  color: #000000;
}
.cid-uBuc7ZT11S .mbr-section-subtitle {
  color: #000000;
}
.cid-uBuc7ZT11S .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBuc7ZT11S .mbr-text,
.cid-uBuc7ZT11S .item .mbr-section-btn {
  text-align: left;
}
.cid-uBuc7ZT11S .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBuc7ZT11S .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBuc7ZT11S .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBuc7ZT11S .mbr-card-title {
  color: #393193;
}
.cid-uBuc9jo5Qs {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uBuc9jo5Qs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBuc9jo5Qs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBuc9jo5Qs .row {
  flex-direction: row-reverse;
}
.cid-uBuc9jo5Qs .mbr-description {
  text-align: center;
}
.cid-uBu94jnBes {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBu94jnBes .mbr-text {
  color: #000000;
}
.cid-uBu94jnBes .mbr-section-subtitle {
  color: #000000;
}
.cid-uBu94jnBes .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBu94jnBes .mbr-text,
.cid-uBu94jnBes .item .mbr-section-btn {
  text-align: left;
}
.cid-uBu94jnBes .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBu94jnBes .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBu94jnBes .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBu94jnBes .mbr-card-title {
  color: #393193;
}
.cid-uBu94jO2bt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBu94jO2bt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBu94jO2bt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBu94jO2bt .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBu94jO2bt .footer-col {
    flex-direction: column;
  }
}
.cid-uBu94jO2bt .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBu94jO2bt .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBu94jO2bt .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBu94jO2bt .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBu94jO2bt .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBu94jO2bt .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBu94jO2bt .soc-item {
  margin: 8px;
}
.cid-uBu94jO2bt .soc-item a:hover .mbr-iconfont,
.cid-uBu94jO2bt .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBu94jO2bt .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBu94jO2bt .row {
    text-align: center;
  }
  .cid-uBu94jO2bt .social-row {
    justify-content: center;
  }
}
.cid-uBu94jO2bt .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBu94jO2bt .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBu94jO2bt .list {
    margin-bottom: 0rem;
  }
}
.cid-uBu94jO2bt .mbr-text {
  color: #bbbbbb;
}
.cid-uBu94jO2bt .mbr-section-subtitle {
  color: #000000;
}
.cid-uBu94jO2bt .list,
.cid-uBu94jO2bt .item-wrap {
  color: #232323;
}
.cid-uBu94jO2bt .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBxEjnFioC {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/chlorophyll-meta.webp");
}
.cid-uBxEjnFioC .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBxEjnFioC {
    align-items: flex-end;
  }
  .cid-uBxEjnFioC .row {
    justify-content: center;
  }
  .cid-uBxEjnFioC .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBxEjnFioC .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBxEjnFioC {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBxEjnFioC .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBxEjnFioC .content-wrap {
    width: 100%;
  }
}
.cid-uBxEjnFioC .mbr-section-title,
.cid-uBxEjnFioC .mbr-section-subtitle {
  text-align: center;
}
.cid-uBxEjnFioC .mbr-text,
.cid-uBxEjnFioC .mbr-section-btn {
  text-align: center;
}
.cid-uBxEjo7IpH {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBxEjo7IpH .mbr-text {
  color: #000000;
}
.cid-uBxEjo7IpH .mbr-section-subtitle {
  color: #000000;
}
.cid-uBxEjo7IpH .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBxEjo7IpH .mbr-text,
.cid-uBxEjo7IpH .item .mbr-section-btn {
  text-align: left;
}
.cid-uBxEjo7IpH .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBxEjo7IpH .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBxEjo7IpH .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBxEjo7IpH .mbr-card-title {
  color: #393193;
}
.cid-uBxFvCk7PV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBxFvCk7PV .mbr-text {
  color: #000000;
}
.cid-uBxFvCk7PV .mbr-section-subtitle {
  color: #000000;
}
.cid-uBxFvCk7PV .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBxFvCk7PV .mbr-text,
.cid-uBxFvCk7PV .item .mbr-section-btn {
  text-align: left;
}
.cid-uBxFvCk7PV .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBxFvCk7PV .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBxFvCk7PV .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBxFvCk7PV .mbr-card-title {
  color: #393193;
}
.cid-uBxEjonvst {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBxEjonvst .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxEjonvst .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBxEjonvst .row {
  flex-direction: row-reverse;
}
.cid-uBxEjonvst .mbr-description {
  text-align: center;
}
.cid-uBxEjoDMqo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBxEjoDMqo .mbr-text {
  color: #000000;
}
.cid-uBxEjoDMqo .mbr-section-subtitle {
  color: #000000;
}
.cid-uBxEjoDMqo .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBxEjoDMqo .mbr-text,
.cid-uBxEjoDMqo .item .mbr-section-btn {
  text-align: left;
}
.cid-uBxEjoDMqo .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBxEjoDMqo .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBxEjoDMqo .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBxEjoDMqo .mbr-card-title {
  color: #393193;
}
.cid-uBxEjoSlOg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBxEjoSlOg .mbr-text {
  color: #000000;
}
.cid-uBxEjoSlOg .mbr-section-subtitle {
  color: #000000;
}
.cid-uBxEjoSlOg .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBxEjoSlOg .mbr-text,
.cid-uBxEjoSlOg .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBxEjoSlOg .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBxEjoSlOg .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBxEjoSlOg .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBxEjoSlOg .mbr-card-title {
  color: #393193;
}
.cid-uBxGcT1BOw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBxGcT1BOw .mbr-text {
  color: #000000;
}
.cid-uBxGcT1BOw .mbr-section-subtitle {
  color: #000000;
}
.cid-uBxGcT1BOw .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBxGcT1BOw .mbr-text,
.cid-uBxGcT1BOw .item .mbr-section-btn {
  text-align: left;
}
.cid-uBxGcT1BOw .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBxGcT1BOw .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBxGcT1BOw .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBxGcT1BOw .mbr-card-title {
  color: #393193;
}
.cid-uBxGdWS1Mc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBxGdWS1Mc .mbr-text {
  color: #000000;
}
.cid-uBxGdWS1Mc .mbr-section-subtitle {
  color: #000000;
}
.cid-uBxGdWS1Mc .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBxGdWS1Mc .mbr-text,
.cid-uBxGdWS1Mc .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBxGdWS1Mc .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBxGdWS1Mc .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBxGdWS1Mc .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBxGdWS1Mc .mbr-card-title {
  color: #393193;
}
.cid-uBxEjp9zf8 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBxEjp9zf8 .mbr-text {
  color: #000000;
}
.cid-uBxEjp9zf8 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBxEjp9zf8 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBxEjp9zf8 .mbr-text,
.cid-uBxEjp9zf8 .item .mbr-section-btn {
  text-align: left;
}
.cid-uBxEjp9zf8 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBxEjp9zf8 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBxEjp9zf8 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBxEjp9zf8 .mbr-card-title {
  color: #393193;
}
.cid-uBxEjpniNe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBxEjpniNe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxEjpniNe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBxEjpniNe .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBxEjpniNe .footer-col {
    flex-direction: column;
  }
}
.cid-uBxEjpniNe .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBxEjpniNe .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBxEjpniNe .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBxEjpniNe .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBxEjpniNe .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBxEjpniNe .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBxEjpniNe .soc-item {
  margin: 8px;
}
.cid-uBxEjpniNe .soc-item a:hover .mbr-iconfont,
.cid-uBxEjpniNe .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBxEjpniNe .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBxEjpniNe .row {
    text-align: center;
  }
  .cid-uBxEjpniNe .social-row {
    justify-content: center;
  }
}
.cid-uBxEjpniNe .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBxEjpniNe .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBxEjpniNe .list {
    margin-bottom: 0rem;
  }
}
.cid-uBxEjpniNe .mbr-text {
  color: #bbbbbb;
}
.cid-uBxEjpniNe .mbr-section-subtitle {
  color: #000000;
}
.cid-uBxEjpniNe .list,
.cid-uBxEjpniNe .item-wrap {
  color: #232323;
}
.cid-uBxEjpniNe .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uByjVz5Csd {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/nutrients-cycle.webp");
}
.cid-uByjVz5Csd .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uByjVz5Csd {
    align-items: flex-end;
  }
  .cid-uByjVz5Csd .row {
    justify-content: center;
  }
  .cid-uByjVz5Csd .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uByjVz5Csd .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uByjVz5Csd {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uByjVz5Csd .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uByjVz5Csd .content-wrap {
    width: 100%;
  }
}
.cid-uByjVz5Csd .mbr-section-title,
.cid-uByjVz5Csd .mbr-section-subtitle {
  text-align: center;
}
.cid-uByjVz5Csd .mbr-text,
.cid-uByjVz5Csd .mbr-section-btn {
  text-align: center;
  color: #9c98cf;
}
.cid-uByjVz5Csd .mbr-section-title {
  color: #9c98cf;
}
.cid-uByjVzDsBc {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uByjVzDsBc .mbr-text {
  color: #000000;
}
.cid-uByjVzDsBc .mbr-section-subtitle {
  color: #000000;
}
.cid-uByjVzDsBc .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uByjVzDsBc .mbr-text,
.cid-uByjVzDsBc .item .mbr-section-btn {
  text-align: left;
}
.cid-uByjVzDsBc .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uByjVzDsBc .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uByjVzDsBc .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uByjVzDsBc .mbr-card-title {
  color: #393193;
}
.cid-uByjVA3MLz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uByjVA3MLz .mbr-text {
  color: #000000;
}
.cid-uByjVA3MLz .mbr-section-subtitle {
  color: #000000;
}
.cid-uByjVA3MLz .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uByjVA3MLz .mbr-text,
.cid-uByjVA3MLz .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uByjVA3MLz .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uByjVA3MLz .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uByjVA3MLz .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uByjVA3MLz .mbr-card-title {
  color: #393193;
}
.cid-uByjVAldKw {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uByjVAldKw .mbr-text {
  color: #000000;
}
.cid-uByjVAldKw .mbr-section-subtitle {
  color: #000000;
}
.cid-uByjVAldKw .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uByjVAldKw .mbr-text,
.cid-uByjVAldKw .item .mbr-section-btn {
  text-align: left;
}
.cid-uByjVAldKw .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uByjVAldKw .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uByjVAldKw .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uByjVAldKw .mbr-card-title {
  color: #393193;
}
.cid-uByjVAAvuy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uByjVAAvuy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uByjVAAvuy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uByjVAAvuy .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uByjVAAvuy .footer-col {
    flex-direction: column;
  }
}
.cid-uByjVAAvuy .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uByjVAAvuy .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uByjVAAvuy .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uByjVAAvuy .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uByjVAAvuy .mbr-section-btn {
    text-align: center;
  }
}
.cid-uByjVAAvuy .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uByjVAAvuy .soc-item {
  margin: 8px;
}
.cid-uByjVAAvuy .soc-item a:hover .mbr-iconfont,
.cid-uByjVAAvuy .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uByjVAAvuy .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uByjVAAvuy .row {
    text-align: center;
  }
  .cid-uByjVAAvuy .social-row {
    justify-content: center;
  }
}
.cid-uByjVAAvuy .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uByjVAAvuy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uByjVAAvuy .list {
    margin-bottom: 0rem;
  }
}
.cid-uByjVAAvuy .mbr-text {
  color: #bbbbbb;
}
.cid-uByjVAAvuy .mbr-section-subtitle {
  color: #000000;
}
.cid-uByjVAAvuy .list,
.cid-uByjVAAvuy .item-wrap {
  color: #232323;
}
.cid-uByjVAAvuy .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uByuOH9SQU {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/pollination.webp");
}
.cid-uByuOH9SQU .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uByuOH9SQU {
    align-items: flex-end;
  }
  .cid-uByuOH9SQU .row {
    justify-content: center;
  }
  .cid-uByuOH9SQU .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uByuOH9SQU .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uByuOH9SQU {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uByuOH9SQU .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uByuOH9SQU .content-wrap {
    width: 100%;
  }
}
.cid-uByuOH9SQU .mbr-section-title,
.cid-uByuOH9SQU .mbr-section-subtitle {
  text-align: center;
}
.cid-uByuOH9SQU .mbr-text,
.cid-uByuOH9SQU .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uByuOH9SQU .mbr-section-title {
  color: #000000;
}
.cid-uByuOHBEXs {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uByuOHBEXs .mbr-text {
  color: #000000;
}
.cid-uByuOHBEXs .mbr-section-subtitle {
  color: #000000;
}
.cid-uByuOHBEXs .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uByuOHBEXs .mbr-text,
.cid-uByuOHBEXs .item .mbr-section-btn {
  text-align: left;
}
.cid-uByuOHBEXs .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uByuOHBEXs .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uByuOHBEXs .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uByuOHBEXs .mbr-card-title {
  color: #393193;
}
.cid-uByuOI4Usn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uByuOI4Usn .mbr-text {
  color: #000000;
}
.cid-uByuOI4Usn .mbr-section-subtitle {
  color: #000000;
}
.cid-uByuOI4Usn .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uByuOI4Usn .mbr-text,
.cid-uByuOI4Usn .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uByuOI4Usn .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uByuOI4Usn .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uByuOI4Usn .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uByuOI4Usn .mbr-card-title {
  color: #393193;
}
.cid-uByvDP5HO9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uByvDP5HO9 .mbr-text {
  color: #000000;
}
.cid-uByvDP5HO9 .mbr-section-subtitle {
  color: #000000;
}
.cid-uByvDP5HO9 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uByvDP5HO9 .mbr-text,
.cid-uByvDP5HO9 .item .mbr-section-btn {
  text-align: left;
}
.cid-uByvDP5HO9 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uByvDP5HO9 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uByvDP5HO9 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uByvDP5HO9 .mbr-card-title {
  color: #393193;
}
.cid-uByvGWN7fD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uByvGWN7fD .mbr-text {
  color: #000000;
}
.cid-uByvGWN7fD .mbr-section-subtitle {
  color: #000000;
}
.cid-uByvGWN7fD .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uByvGWN7fD .mbr-text,
.cid-uByvGWN7fD .item .mbr-section-btn {
  text-align: left;
}
.cid-uByvGWN7fD .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uByvGWN7fD .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uByvGWN7fD .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uByvGWN7fD .mbr-card-title {
  color: #393193;
}
.cid-uByweNYt1O {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uByweNYt1O .mbr-text {
  color: #000000;
}
.cid-uByweNYt1O .mbr-section-subtitle {
  color: #000000;
}
.cid-uByweNYt1O .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uByweNYt1O .mbr-text,
.cid-uByweNYt1O .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uByweNYt1O .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uByweNYt1O .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uByweNYt1O .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uByweNYt1O .mbr-card-title {
  color: #393193;
}
.cid-uByuOIjUGG {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uByuOIjUGG .mbr-text {
  color: #000000;
}
.cid-uByuOIjUGG .mbr-section-subtitle {
  color: #000000;
}
.cid-uByuOIjUGG .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uByuOIjUGG .mbr-text,
.cid-uByuOIjUGG .item .mbr-section-btn {
  text-align: left;
}
.cid-uByuOIjUGG .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uByuOIjUGG .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uByuOIjUGG .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uByuOIjUGG .mbr-card-title {
  color: #393193;
}
.cid-uByuOIypn0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uByuOIypn0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uByuOIypn0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uByuOIypn0 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uByuOIypn0 .footer-col {
    flex-direction: column;
  }
}
.cid-uByuOIypn0 .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uByuOIypn0 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uByuOIypn0 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uByuOIypn0 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uByuOIypn0 .mbr-section-btn {
    text-align: center;
  }
}
.cid-uByuOIypn0 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uByuOIypn0 .soc-item {
  margin: 8px;
}
.cid-uByuOIypn0 .soc-item a:hover .mbr-iconfont,
.cid-uByuOIypn0 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uByuOIypn0 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uByuOIypn0 .row {
    text-align: center;
  }
  .cid-uByuOIypn0 .social-row {
    justify-content: center;
  }
}
.cid-uByuOIypn0 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uByuOIypn0 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uByuOIypn0 .list {
    margin-bottom: 0rem;
  }
}
.cid-uByuOIypn0 .mbr-text {
  color: #bbbbbb;
}
.cid-uByuOIypn0 .mbr-section-subtitle {
  color: #000000;
}
.cid-uByuOIypn0 .list,
.cid-uByuOIypn0 .item-wrap {
  color: #232323;
}
.cid-uByuOIypn0 .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uByAeyPyLc {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/fluorescence-lg-1.webp");
}
.cid-uByAeyPyLc .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uByAeyPyLc {
    align-items: flex-end;
  }
  .cid-uByAeyPyLc .row {
    justify-content: center;
  }
  .cid-uByAeyPyLc .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uByAeyPyLc .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uByAeyPyLc {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uByAeyPyLc .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uByAeyPyLc .content-wrap {
    width: 100%;
  }
}
.cid-uByAeyPyLc .mbr-section-title,
.cid-uByAeyPyLc .mbr-section-subtitle {
  text-align: center;
}
.cid-uByAeyPyLc .mbr-text,
.cid-uByAeyPyLc .mbr-section-btn {
  text-align: center;
  color: #9c98cf;
}
.cid-uByAeyPyLc .mbr-section-title {
  color: #9c98cf;
}
.cid-uByAezh1eH {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uByAezh1eH .mbr-text {
  color: #000000;
}
.cid-uByAezh1eH .mbr-section-subtitle {
  color: #000000;
}
.cid-uByAezh1eH .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uByAezh1eH .mbr-text,
.cid-uByAezh1eH .item .mbr-section-btn {
  text-align: left;
}
.cid-uByAezh1eH .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uByAezh1eH .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uByAezh1eH .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uByAezh1eH .mbr-card-title {
  color: #393193;
}
.cid-uByAezwquc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uByAezwquc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uByAezwquc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uByAezwquc .row {
  flex-direction: row-reverse;
}
.cid-uByAezwquc .mbr-description {
  text-align: center;
}
.cid-uByAezN3Zt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uByAezN3Zt .mbr-text {
  color: #000000;
}
.cid-uByAezN3Zt .mbr-section-subtitle {
  color: #000000;
}
.cid-uByAezN3Zt .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uByAezN3Zt .mbr-text,
.cid-uByAezN3Zt .item .mbr-section-btn {
  text-align: left;
}
.cid-uByAezN3Zt .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uByAezN3Zt .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uByAezN3Zt .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uByAezN3Zt .mbr-card-title {
  color: #393193;
}
.cid-uByAeA3ujp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uByAeA3ujp .mbr-text {
  color: #000000;
}
.cid-uByAeA3ujp .mbr-section-subtitle {
  color: #000000;
}
.cid-uByAeA3ujp .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uByAeA3ujp .mbr-text,
.cid-uByAeA3ujp .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uByAeA3ujp .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uByAeA3ujp .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uByAeA3ujp .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uByAeA3ujp .mbr-card-title {
  color: #393193;
}
.cid-uByAeAmyYS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uByAeAmyYS .mbr-text {
  color: #000000;
}
.cid-uByAeAmyYS .mbr-section-subtitle {
  color: #000000;
}
.cid-uByAeAmyYS .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uByAeAmyYS .mbr-text,
.cid-uByAeAmyYS .item .mbr-section-btn {
  text-align: left;
}
.cid-uByAeAmyYS .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uByAeAmyYS .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uByAeAmyYS .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uByAeAmyYS .mbr-card-title {
  color: #393193;
}
.cid-uByDUZCL5P {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uByDUZCL5P .mbr-text {
  color: #000000;
}
.cid-uByDUZCL5P .mbr-section-subtitle {
  color: #000000;
}
.cid-uByDUZCL5P .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uByDUZCL5P .mbr-text,
.cid-uByDUZCL5P .item .mbr-section-btn {
  text-align: left;
}
.cid-uByDUZCL5P .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uByDUZCL5P .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uByDUZCL5P .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uByDUZCL5P .mbr-card-title {
  color: #393193;
}
.cid-uByDWBrvMA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uByDWBrvMA .mbr-text {
  color: #000000;
}
.cid-uByDWBrvMA .mbr-section-subtitle {
  color: #000000;
}
.cid-uByDWBrvMA .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uByDWBrvMA .mbr-text,
.cid-uByDWBrvMA .item .mbr-section-btn {
  text-align: left;
}
.cid-uByDWBrvMA .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uByDWBrvMA .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uByDWBrvMA .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uByDWBrvMA .mbr-card-title {
  color: #393193;
}
.cid-uByDXDCEim {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uByDXDCEim .mbr-fallback-image.disabled {
  display: none;
}
.cid-uByDXDCEim .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uByDXDCEim .row {
  flex-direction: row-reverse;
}
.cid-uByDXDCEim .mbr-description {
  text-align: center;
}
.cid-uByDYYyXgZ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uByDYYyXgZ .mbr-text {
  color: #000000;
}
.cid-uByDYYyXgZ .mbr-section-subtitle {
  color: #000000;
}
.cid-uByDYYyXgZ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uByDYYyXgZ .mbr-text,
.cid-uByDYYyXgZ .item .mbr-section-btn {
  text-align: left;
}
.cid-uByDYYyXgZ .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uByDYYyXgZ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uByDYYyXgZ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uByDYYyXgZ .mbr-card-title {
  color: #393193;
}
.cid-uByAeABIol {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uByAeABIol .mbr-fallback-image.disabled {
  display: none;
}
.cid-uByAeABIol .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uByAeABIol .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uByAeABIol .footer-col {
    flex-direction: column;
  }
}
.cid-uByAeABIol .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uByAeABIol .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uByAeABIol .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uByAeABIol .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uByAeABIol .mbr-section-btn {
    text-align: center;
  }
}
.cid-uByAeABIol .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uByAeABIol .soc-item {
  margin: 8px;
}
.cid-uByAeABIol .soc-item a:hover .mbr-iconfont,
.cid-uByAeABIol .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uByAeABIol .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uByAeABIol .row {
    text-align: center;
  }
  .cid-uByAeABIol .social-row {
    justify-content: center;
  }
}
.cid-uByAeABIol .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uByAeABIol .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uByAeABIol .list {
    margin-bottom: 0rem;
  }
}
.cid-uByAeABIol .mbr-text {
  color: #bbbbbb;
}
.cid-uByAeABIol .mbr-section-subtitle {
  color: #000000;
}
.cid-uByAeABIol .list,
.cid-uByAeABIol .item-wrap {
  color: #232323;
}
.cid-uByAeABIol .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uByI5X6mvK {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/antioxidants-lg.webp");
}
.cid-uByI5X6mvK .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uByI5X6mvK {
    align-items: flex-end;
  }
  .cid-uByI5X6mvK .row {
    justify-content: center;
  }
  .cid-uByI5X6mvK .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uByI5X6mvK .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uByI5X6mvK {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uByI5X6mvK .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uByI5X6mvK .content-wrap {
    width: 100%;
  }
}
.cid-uByI5X6mvK .mbr-section-title,
.cid-uByI5X6mvK .mbr-section-subtitle {
  text-align: center;
}
.cid-uByI5X6mvK .mbr-text,
.cid-uByI5X6mvK .mbr-section-btn {
  text-align: center;
}
.cid-uByI5Xvgno {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uByI5Xvgno .mbr-text {
  color: #000000;
}
.cid-uByI5Xvgno .mbr-section-subtitle {
  color: #000000;
}
.cid-uByI5Xvgno .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uByI5Xvgno .mbr-text,
.cid-uByI5Xvgno .item .mbr-section-btn {
  text-align: left;
}
.cid-uByI5Xvgno .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uByI5Xvgno .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uByI5Xvgno .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uByI5Xvgno .mbr-card-title {
  color: #393193;
}
.cid-uByI5XRVBe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uByI5XRVBe .mbr-text {
  color: #000000;
}
.cid-uByI5XRVBe .mbr-section-subtitle {
  color: #000000;
}
.cid-uByI5XRVBe .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uByI5XRVBe .mbr-text,
.cid-uByI5XRVBe .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uByI5XRVBe .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uByI5XRVBe .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uByI5XRVBe .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uByI5XRVBe .mbr-card-title {
  color: #393193;
}
.cid-uByI5Y42Fz {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uByI5Y42Fz .mbr-text {
  color: #000000;
}
.cid-uByI5Y42Fz .mbr-section-subtitle {
  color: #000000;
}
.cid-uByI5Y42Fz .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uByI5Y42Fz .mbr-text,
.cid-uByI5Y42Fz .item .mbr-section-btn {
  text-align: left;
}
.cid-uByI5Y42Fz .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uByI5Y42Fz .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uByI5Y42Fz .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uByI5Y42Fz .mbr-card-title {
  color: #393193;
}
.cid-uByI5YijgG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uByI5YijgG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uByI5YijgG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uByI5YijgG .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uByI5YijgG .footer-col {
    flex-direction: column;
  }
}
.cid-uByI5YijgG .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uByI5YijgG .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uByI5YijgG .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uByI5YijgG .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uByI5YijgG .mbr-section-btn {
    text-align: center;
  }
}
.cid-uByI5YijgG .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uByI5YijgG .soc-item {
  margin: 8px;
}
.cid-uByI5YijgG .soc-item a:hover .mbr-iconfont,
.cid-uByI5YijgG .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uByI5YijgG .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uByI5YijgG .row {
    text-align: center;
  }
  .cid-uByI5YijgG .social-row {
    justify-content: center;
  }
}
.cid-uByI5YijgG .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uByI5YijgG .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uByI5YijgG .list {
    margin-bottom: 0rem;
  }
}
.cid-uByI5YijgG .mbr-text {
  color: #bbbbbb;
}
.cid-uByI5YijgG .mbr-section-subtitle {
  color: #000000;
}
.cid-uByI5YijgG .list,
.cid-uByI5YijgG .item-wrap {
  color: #232323;
}
.cid-uByI5YijgG .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uByMrsrW3L {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/plant-stress.webp");
}
.cid-uByMrsrW3L .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uByMrsrW3L {
    align-items: flex-end;
  }
  .cid-uByMrsrW3L .row {
    justify-content: center;
  }
  .cid-uByMrsrW3L .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uByMrsrW3L .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uByMrsrW3L {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uByMrsrW3L .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uByMrsrW3L .content-wrap {
    width: 100%;
  }
}
.cid-uByMrsrW3L .mbr-section-title,
.cid-uByMrsrW3L .mbr-section-subtitle {
  text-align: center;
}
.cid-uByMrsrW3L .mbr-text,
.cid-uByMrsrW3L .mbr-section-btn {
  text-align: center;
}
.cid-uByMrsRg2g {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uByMrsRg2g .mbr-text {
  color: #000000;
}
.cid-uByMrsRg2g .mbr-section-subtitle {
  color: #000000;
}
.cid-uByMrsRg2g .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uByMrsRg2g .mbr-text,
.cid-uByMrsRg2g .item .mbr-section-btn {
  text-align: left;
}
.cid-uByMrsRg2g .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uByMrsRg2g .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uByMrsRg2g .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uByMrsRg2g .mbr-card-title {
  color: #393193;
}
.cid-uByMrtcYI5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uByMrtcYI5 .mbr-text {
  color: #000000;
}
.cid-uByMrtcYI5 .mbr-section-subtitle {
  color: #000000;
}
.cid-uByMrtcYI5 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uByMrtcYI5 .mbr-text,
.cid-uByMrtcYI5 .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uByMrtcYI5 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uByMrtcYI5 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uByMrtcYI5 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uByMrtcYI5 .mbr-card-title {
  color: #393193;
}
.cid-uByMrtvpIC {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uByMrtvpIC .mbr-text {
  color: #000000;
}
.cid-uByMrtvpIC .mbr-section-subtitle {
  color: #000000;
}
.cid-uByMrtvpIC .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uByMrtvpIC .mbr-text,
.cid-uByMrtvpIC .item .mbr-section-btn {
  text-align: left;
}
.cid-uByMrtvpIC .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uByMrtvpIC .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uByMrtvpIC .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uByMrtvpIC .mbr-card-title {
  color: #393193;
}
.cid-uByOgF2ZHs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uByOgF2ZHs .mbr-text {
  color: #000000;
}
.cid-uByOgF2ZHs .mbr-section-subtitle {
  color: #000000;
}
.cid-uByOgF2ZHs .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uByOgF2ZHs .mbr-text,
.cid-uByOgF2ZHs .item .mbr-section-btn {
  text-align: left;
}
.cid-uByOgF2ZHs .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uByOgF2ZHs .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uByOgF2ZHs .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uByOgF2ZHs .mbr-card-title {
  color: #393193;
}
.cid-uByOhxSATP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uByOhxSATP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uByOhxSATP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uByOhxSATP .row {
  flex-direction: row-reverse;
}
.cid-uByOhxSATP .mbr-description {
  text-align: center;
}
.cid-uByOiLv7eo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uByOiLv7eo .mbr-text {
  color: #000000;
}
.cid-uByOiLv7eo .mbr-section-subtitle {
  color: #000000;
}
.cid-uByOiLv7eo .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uByOiLv7eo .mbr-text,
.cid-uByOiLv7eo .item .mbr-section-btn {
  text-align: left;
}
.cid-uByOiLv7eo .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uByOiLv7eo .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uByOiLv7eo .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uByOiLv7eo .mbr-card-title {
  color: #393193;
}
.cid-uByOkSYbeo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uByOkSYbeo .mbr-text {
  color: #000000;
}
.cid-uByOkSYbeo .mbr-section-subtitle {
  color: #000000;
}
.cid-uByOkSYbeo .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uByOkSYbeo .mbr-text,
.cid-uByOkSYbeo .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uByOkSYbeo .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uByOkSYbeo .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uByOkSYbeo .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uByOkSYbeo .mbr-card-title {
  color: #393193;
}
.cid-uByOmM2s4E {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uByOmM2s4E .mbr-text {
  color: #000000;
}
.cid-uByOmM2s4E .mbr-section-subtitle {
  color: #000000;
}
.cid-uByOmM2s4E .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uByOmM2s4E .mbr-text,
.cid-uByOmM2s4E .item .mbr-section-btn {
  text-align: left;
}
.cid-uByOmM2s4E .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uByOmM2s4E .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uByOmM2s4E .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uByOmM2s4E .mbr-card-title {
  color: #393193;
}
.cid-uByMrtIXEi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uByMrtIXEi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uByMrtIXEi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uByMrtIXEi .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uByMrtIXEi .footer-col {
    flex-direction: column;
  }
}
.cid-uByMrtIXEi .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uByMrtIXEi .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uByMrtIXEi .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uByMrtIXEi .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uByMrtIXEi .mbr-section-btn {
    text-align: center;
  }
}
.cid-uByMrtIXEi .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uByMrtIXEi .soc-item {
  margin: 8px;
}
.cid-uByMrtIXEi .soc-item a:hover .mbr-iconfont,
.cid-uByMrtIXEi .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uByMrtIXEi .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uByMrtIXEi .row {
    text-align: center;
  }
  .cid-uByMrtIXEi .social-row {
    justify-content: center;
  }
}
.cid-uByMrtIXEi .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uByMrtIXEi .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uByMrtIXEi .list {
    margin-bottom: 0rem;
  }
}
.cid-uByMrtIXEi .mbr-text {
  color: #bbbbbb;
}
.cid-uByMrtIXEi .mbr-section-subtitle {
  color: #000000;
}
.cid-uByMrtIXEi .list,
.cid-uByMrtIXEi .item-wrap {
  color: #232323;
}
.cid-uByMrtIXEi .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uByTvZ4Asp {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/frost-lg.webp");
}
.cid-uByTvZ4Asp .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uByTvZ4Asp {
    align-items: flex-end;
  }
  .cid-uByTvZ4Asp .row {
    justify-content: center;
  }
  .cid-uByTvZ4Asp .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uByTvZ4Asp .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uByTvZ4Asp {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uByTvZ4Asp .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uByTvZ4Asp .content-wrap {
    width: 100%;
  }
}
.cid-uByTvZ4Asp .mbr-section-title,
.cid-uByTvZ4Asp .mbr-section-subtitle {
  text-align: center;
}
.cid-uByTvZ4Asp .mbr-text,
.cid-uByTvZ4Asp .mbr-section-btn {
  text-align: center;
}
.cid-uByTw17jRt {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uByTw17jRt .mbr-text {
  color: #000000;
}
.cid-uByTw17jRt .mbr-section-subtitle {
  color: #000000;
}
.cid-uByTw17jRt .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uByTw17jRt .mbr-text,
.cid-uByTw17jRt .item .mbr-section-btn {
  text-align: left;
}
.cid-uByTw17jRt .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uByTw17jRt .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uByTw17jRt .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uByTw17jRt .mbr-card-title {
  color: #393193;
}
.cid-uByTw1OVTp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uByTw1OVTp .mbr-text {
  color: #000000;
}
.cid-uByTw1OVTp .mbr-section-subtitle {
  color: #000000;
}
.cid-uByTw1OVTp .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uByTw1OVTp .mbr-text,
.cid-uByTw1OVTp .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uByTw1OVTp .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uByTw1OVTp .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uByTw1OVTp .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uByTw1OVTp .mbr-card-title {
  color: #393193;
}
.cid-uByTw2crTx {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uByTw2crTx .mbr-text {
  color: #000000;
}
.cid-uByTw2crTx .mbr-section-subtitle {
  color: #000000;
}
.cid-uByTw2crTx .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uByTw2crTx .mbr-text,
.cid-uByTw2crTx .item .mbr-section-btn {
  text-align: left;
}
.cid-uByTw2crTx .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uByTw2crTx .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uByTw2crTx .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uByTw2crTx .mbr-card-title {
  color: #393193;
}
.cid-uByTw2z5SM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uByTw2z5SM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uByTw2z5SM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uByTw2z5SM .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uByTw2z5SM .footer-col {
    flex-direction: column;
  }
}
.cid-uByTw2z5SM .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uByTw2z5SM .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uByTw2z5SM .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uByTw2z5SM .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uByTw2z5SM .mbr-section-btn {
    text-align: center;
  }
}
.cid-uByTw2z5SM .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uByTw2z5SM .soc-item {
  margin: 8px;
}
.cid-uByTw2z5SM .soc-item a:hover .mbr-iconfont,
.cid-uByTw2z5SM .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uByTw2z5SM .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uByTw2z5SM .row {
    text-align: center;
  }
  .cid-uByTw2z5SM .social-row {
    justify-content: center;
  }
}
.cid-uByTw2z5SM .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uByTw2z5SM .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uByTw2z5SM .list {
    margin-bottom: 0rem;
  }
}
.cid-uByTw2z5SM .mbr-text {
  color: #bbbbbb;
}
.cid-uByTw2z5SM .mbr-section-subtitle {
  color: #000000;
}
.cid-uByTw2z5SM .list,
.cid-uByTw2z5SM .item-wrap {
  color: #232323;
}
.cid-uByTw2z5SM .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uByXKMp5fk {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/garden-1.webp");
}
.cid-uByXKMp5fk .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uByXKMp5fk {
    align-items: flex-end;
  }
  .cid-uByXKMp5fk .row {
    justify-content: center;
  }
  .cid-uByXKMp5fk .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uByXKMp5fk .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uByXKMp5fk {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uByXKMp5fk .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uByXKMp5fk .content-wrap {
    width: 100%;
  }
}
.cid-uByXKMp5fk .mbr-section-title,
.cid-uByXKMp5fk .mbr-section-subtitle {
  text-align: center;
}
.cid-uByXKMp5fk .mbr-text,
.cid-uByXKMp5fk .mbr-section-btn {
  text-align: center;
}
.cid-uByXKMLdG0 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uByXKMLdG0 .mbr-text {
  color: #000000;
}
.cid-uByXKMLdG0 .mbr-section-subtitle {
  color: #000000;
}
.cid-uByXKMLdG0 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uByXKMLdG0 .mbr-text,
.cid-uByXKMLdG0 .item .mbr-section-btn {
  text-align: left;
}
.cid-uByXKMLdG0 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uByXKMLdG0 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uByXKMLdG0 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uByXKMLdG0 .mbr-card-title {
  color: #393193;
}
.cid-uByXKN75BZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uByXKN75BZ .mbr-text {
  color: #000000;
}
.cid-uByXKN75BZ .mbr-section-subtitle {
  color: #000000;
}
.cid-uByXKN75BZ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uByXKN75BZ .mbr-text,
.cid-uByXKN75BZ .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uByXKN75BZ .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uByXKN75BZ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uByXKN75BZ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uByXKN75BZ .mbr-card-title {
  color: #393193;
}
.cid-uByXKNmgiJ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uByXKNmgiJ .mbr-text {
  color: #000000;
}
.cid-uByXKNmgiJ .mbr-section-subtitle {
  color: #000000;
}
.cid-uByXKNmgiJ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uByXKNmgiJ .mbr-text,
.cid-uByXKNmgiJ .item .mbr-section-btn {
  text-align: left;
}
.cid-uByXKNmgiJ .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uByXKNmgiJ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uByXKNmgiJ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uByXKNmgiJ .mbr-card-title {
  color: #393193;
}
.cid-uByXKNFOpY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uByXKNFOpY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uByXKNFOpY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uByXKNFOpY .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uByXKNFOpY .footer-col {
    flex-direction: column;
  }
}
.cid-uByXKNFOpY .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uByXKNFOpY .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uByXKNFOpY .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uByXKNFOpY .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uByXKNFOpY .mbr-section-btn {
    text-align: center;
  }
}
.cid-uByXKNFOpY .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uByXKNFOpY .soc-item {
  margin: 8px;
}
.cid-uByXKNFOpY .soc-item a:hover .mbr-iconfont,
.cid-uByXKNFOpY .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uByXKNFOpY .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uByXKNFOpY .row {
    text-align: center;
  }
  .cid-uByXKNFOpY .social-row {
    justify-content: center;
  }
}
.cid-uByXKNFOpY .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uByXKNFOpY .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uByXKNFOpY .list {
    margin-bottom: 0rem;
  }
}
.cid-uByXKNFOpY .mbr-text {
  color: #bbbbbb;
}
.cid-uByXKNFOpY .mbr-section-subtitle {
  color: #000000;
}
.cid-uByXKNFOpY .list,
.cid-uByXKNFOpY .item-wrap {
  color: #232323;
}
.cid-uByXKNFOpY .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBz2cAmHQ4 {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/fig-2.webp");
}
.cid-uBz2cAmHQ4 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBz2cAmHQ4 {
    align-items: flex-end;
  }
  .cid-uBz2cAmHQ4 .row {
    justify-content: center;
  }
  .cid-uBz2cAmHQ4 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBz2cAmHQ4 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBz2cAmHQ4 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBz2cAmHQ4 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBz2cAmHQ4 .content-wrap {
    width: 100%;
  }
}
.cid-uBz2cAmHQ4 .mbr-section-title,
.cid-uBz2cAmHQ4 .mbr-section-subtitle {
  text-align: center;
}
.cid-uBz2cAmHQ4 .mbr-text,
.cid-uBz2cAmHQ4 .mbr-section-btn {
  text-align: center;
  color: #9c98cf;
}
.cid-uBz2cAmHQ4 .mbr-section-title {
  color: #9c98cf;
}
.cid-uBz2cAKGPK {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBz2cAKGPK .mbr-text {
  color: #000000;
}
.cid-uBz2cAKGPK .mbr-section-subtitle {
  color: #000000;
}
.cid-uBz2cAKGPK .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBz2cAKGPK .mbr-text,
.cid-uBz2cAKGPK .item .mbr-section-btn {
  text-align: left;
}
.cid-uBz2cAKGPK .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBz2cAKGPK .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBz2cAKGPK .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBz2cAKGPK .mbr-card-title {
  color: #393193;
}
.cid-uBz2cBbqeY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBz2cBbqeY .mbr-text {
  color: #000000;
}
.cid-uBz2cBbqeY .mbr-section-subtitle {
  color: #000000;
}
.cid-uBz2cBbqeY .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBz2cBbqeY .mbr-text,
.cid-uBz2cBbqeY .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBz2cBbqeY .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBz2cBbqeY .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBz2cBbqeY .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBz2cBbqeY .mbr-card-title {
  color: #393193;
}
.cid-uBz2cBtb9A {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBz2cBtb9A .mbr-text {
  color: #000000;
}
.cid-uBz2cBtb9A .mbr-section-subtitle {
  color: #000000;
}
.cid-uBz2cBtb9A .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBz2cBtb9A .mbr-text,
.cid-uBz2cBtb9A .item .mbr-section-btn {
  text-align: left;
}
.cid-uBz2cBtb9A .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBz2cBtb9A .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBz2cBtb9A .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBz2cBtb9A .mbr-card-title {
  color: #393193;
}
.cid-uBz2cBMvSx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBz2cBMvSx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBz2cBMvSx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBz2cBMvSx .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBz2cBMvSx .footer-col {
    flex-direction: column;
  }
}
.cid-uBz2cBMvSx .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBz2cBMvSx .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBz2cBMvSx .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBz2cBMvSx .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBz2cBMvSx .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBz2cBMvSx .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBz2cBMvSx .soc-item {
  margin: 8px;
}
.cid-uBz2cBMvSx .soc-item a:hover .mbr-iconfont,
.cid-uBz2cBMvSx .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBz2cBMvSx .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBz2cBMvSx .row {
    text-align: center;
  }
  .cid-uBz2cBMvSx .social-row {
    justify-content: center;
  }
}
.cid-uBz2cBMvSx .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBz2cBMvSx .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBz2cBMvSx .list {
    margin-bottom: 0rem;
  }
}
.cid-uBz2cBMvSx .mbr-text {
  color: #bbbbbb;
}
.cid-uBz2cBMvSx .mbr-section-subtitle {
  color: #000000;
}
.cid-uBz2cBMvSx .list,
.cid-uBz2cBMvSx .item-wrap {
  color: #232323;
}
.cid-uBz2cBMvSx .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBCE3cBvod {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/meiosis-lg.webp");
}
.cid-uBCE3cBvod .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBCE3cBvod {
    align-items: flex-end;
  }
  .cid-uBCE3cBvod .row {
    justify-content: center;
  }
  .cid-uBCE3cBvod .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBCE3cBvod .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBCE3cBvod {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBCE3cBvod .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBCE3cBvod .content-wrap {
    width: 100%;
  }
}
.cid-uBCE3cBvod .mbr-section-title,
.cid-uBCE3cBvod .mbr-section-subtitle {
  text-align: center;
}
.cid-uBCE3cBvod .mbr-text,
.cid-uBCE3cBvod .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uBCE3cBvod .mbr-section-title {
  color: #000000;
}
.cid-uBCE3cUjaW {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBCE3cUjaW .mbr-text {
  color: #000000;
}
.cid-uBCE3cUjaW .mbr-section-subtitle {
  color: #000000;
}
.cid-uBCE3cUjaW .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBCE3cUjaW .mbr-text,
.cid-uBCE3cUjaW .item .mbr-section-btn {
  text-align: left;
}
.cid-uBCE3cUjaW .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBCE3cUjaW .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBCE3cUjaW .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBCE3cUjaW .mbr-card-title {
  color: #393193;
}
.cid-uBCE3d93SG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBCE3d93SG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBCE3d93SG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBCE3d93SG .row {
  flex-direction: row-reverse;
}
.cid-uBCE3d93SG .mbr-description {
  text-align: center;
}
.cid-uBCE3dsbqz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBCE3dsbqz .mbr-text {
  color: #000000;
}
.cid-uBCE3dsbqz .mbr-section-subtitle {
  color: #000000;
}
.cid-uBCE3dsbqz .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBCE3dsbqz .mbr-text,
.cid-uBCE3dsbqz .item .mbr-section-btn {
  text-align: left;
}
.cid-uBCE3dsbqz .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBCE3dsbqz .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBCE3dsbqz .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBCE3dsbqz .mbr-card-title {
  color: #393193;
}
.cid-uBCE3dMNhd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBCE3dMNhd .mbr-text {
  color: #000000;
}
.cid-uBCE3dMNhd .mbr-section-subtitle {
  color: #000000;
}
.cid-uBCE3dMNhd .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBCE3dMNhd .mbr-text,
.cid-uBCE3dMNhd .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBCE3dMNhd .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBCE3dMNhd .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBCE3dMNhd .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBCE3dMNhd .mbr-card-title {
  color: #393193;
}
.cid-uBCE3e0iVJ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBCE3e0iVJ .mbr-text {
  color: #000000;
}
.cid-uBCE3e0iVJ .mbr-section-subtitle {
  color: #000000;
}
.cid-uBCE3e0iVJ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBCE3e0iVJ .mbr-text,
.cid-uBCE3e0iVJ .item .mbr-section-btn {
  text-align: left;
}
.cid-uBCE3e0iVJ .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBCE3e0iVJ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBCE3e0iVJ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBCE3e0iVJ .mbr-card-title {
  color: #393193;
}
.cid-uBCE3efkUH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBCE3efkUH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBCE3efkUH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBCE3efkUH .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBCE3efkUH .footer-col {
    flex-direction: column;
  }
}
.cid-uBCE3efkUH .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBCE3efkUH .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBCE3efkUH .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBCE3efkUH .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBCE3efkUH .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBCE3efkUH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBCE3efkUH .soc-item {
  margin: 8px;
}
.cid-uBCE3efkUH .soc-item a:hover .mbr-iconfont,
.cid-uBCE3efkUH .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBCE3efkUH .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBCE3efkUH .row {
    text-align: center;
  }
  .cid-uBCE3efkUH .social-row {
    justify-content: center;
  }
}
.cid-uBCE3efkUH .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBCE3efkUH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBCE3efkUH .list {
    margin-bottom: 0rem;
  }
}
.cid-uBCE3efkUH .mbr-text {
  color: #bbbbbb;
}
.cid-uBCE3efkUH .mbr-section-subtitle {
  color: #000000;
}
.cid-uBCE3efkUH .list,
.cid-uBCE3efkUH .item-wrap {
  color: #232323;
}
.cid-uBCE3efkUH .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBCMcu4YCL {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/male-fertility-3.webp");
}
.cid-uBCMcu4YCL .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBCMcu4YCL {
    align-items: flex-end;
  }
  .cid-uBCMcu4YCL .row {
    justify-content: center;
  }
  .cid-uBCMcu4YCL .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBCMcu4YCL .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBCMcu4YCL {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBCMcu4YCL .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBCMcu4YCL .content-wrap {
    width: 100%;
  }
}
.cid-uBCMcu4YCL .mbr-section-title,
.cid-uBCMcu4YCL .mbr-section-subtitle {
  text-align: center;
}
.cid-uBCMcu4YCL .mbr-text,
.cid-uBCMcu4YCL .mbr-section-btn {
  text-align: center;
}
.cid-uBCMcuqjuw {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBCMcuqjuw .mbr-text {
  color: #000000;
}
.cid-uBCMcuqjuw .mbr-section-subtitle {
  color: #000000;
}
.cid-uBCMcuqjuw .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBCMcuqjuw .mbr-text,
.cid-uBCMcuqjuw .item .mbr-section-btn {
  text-align: left;
}
.cid-uBCMcuqjuw .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBCMcuqjuw .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBCMcuqjuw .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBCMcuqjuw .mbr-card-title {
  color: #393193;
}
.cid-uBCNtS0Vvu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBCNtS0Vvu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBCNtS0Vvu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBCNtS0Vvu .row {
  flex-direction: row-reverse;
}
.cid-uBCNtS0Vvu .mbr-description {
  text-align: center;
}
.cid-uBCNvC5VN0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBCNvC5VN0 .mbr-text {
  color: #000000;
}
.cid-uBCNvC5VN0 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBCNvC5VN0 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBCNvC5VN0 .mbr-text,
.cid-uBCNvC5VN0 .item .mbr-section-btn {
  text-align: left;
}
.cid-uBCNvC5VN0 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBCNvC5VN0 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBCNvC5VN0 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBCNvC5VN0 .mbr-card-title {
  color: #393193;
}
.cid-uBCMcuGUo9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBCMcuGUo9 .mbr-text {
  color: #000000;
}
.cid-uBCMcuGUo9 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBCMcuGUo9 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBCMcuGUo9 .mbr-text,
.cid-uBCMcuGUo9 .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBCMcuGUo9 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBCMcuGUo9 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBCMcuGUo9 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBCMcuGUo9 .mbr-card-title {
  color: #393193;
}
.cid-uBCMcuT5zC {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBCMcuT5zC .mbr-text {
  color: #000000;
}
.cid-uBCMcuT5zC .mbr-section-subtitle {
  color: #000000;
}
.cid-uBCMcuT5zC .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBCMcuT5zC .mbr-text,
.cid-uBCMcuT5zC .item .mbr-section-btn {
  text-align: left;
}
.cid-uBCMcuT5zC .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBCMcuT5zC .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBCMcuT5zC .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBCMcuT5zC .mbr-card-title {
  color: #393193;
}
.cid-uBCMcvbqAT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBCMcvbqAT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBCMcvbqAT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBCMcvbqAT .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBCMcvbqAT .footer-col {
    flex-direction: column;
  }
}
.cid-uBCMcvbqAT .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBCMcvbqAT .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBCMcvbqAT .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBCMcvbqAT .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBCMcvbqAT .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBCMcvbqAT .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBCMcvbqAT .soc-item {
  margin: 8px;
}
.cid-uBCMcvbqAT .soc-item a:hover .mbr-iconfont,
.cid-uBCMcvbqAT .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBCMcvbqAT .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBCMcvbqAT .row {
    text-align: center;
  }
  .cid-uBCMcvbqAT .social-row {
    justify-content: center;
  }
}
.cid-uBCMcvbqAT .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBCMcvbqAT .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBCMcvbqAT .list {
    margin-bottom: 0rem;
  }
}
.cid-uBCMcvbqAT .mbr-text {
  color: #bbbbbb;
}
.cid-uBCMcvbqAT .mbr-section-subtitle {
  color: #000000;
}
.cid-uBCMcvbqAT .list,
.cid-uBCMcvbqAT .item-wrap {
  color: #232323;
}
.cid-uBCMcvbqAT .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBCUz3QuXo {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/fetal-development-lg.webp");
}
.cid-uBCUz3QuXo .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBCUz3QuXo {
    align-items: flex-end;
  }
  .cid-uBCUz3QuXo .row {
    justify-content: center;
  }
  .cid-uBCUz3QuXo .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBCUz3QuXo .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBCUz3QuXo {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBCUz3QuXo .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBCUz3QuXo .content-wrap {
    width: 100%;
  }
}
.cid-uBCUz3QuXo .mbr-section-title,
.cid-uBCUz3QuXo .mbr-section-subtitle {
  text-align: center;
}
.cid-uBCUz3QuXo .mbr-text,
.cid-uBCUz3QuXo .mbr-section-btn {
  text-align: center;
}
.cid-uBCUz4rqeU {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBCUz4rqeU .mbr-text {
  color: #000000;
}
.cid-uBCUz4rqeU .mbr-section-subtitle {
  color: #000000;
}
.cid-uBCUz4rqeU .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBCUz4rqeU .mbr-text,
.cid-uBCUz4rqeU .item .mbr-section-btn {
  text-align: left;
}
.cid-uBCUz4rqeU .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBCUz4rqeU .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBCUz4rqeU .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBCUz4rqeU .mbr-card-title {
  color: #393193;
}
.cid-uBCUz4J20t {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uBCUz4J20t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBCUz4J20t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBCUz4J20t .row {
  flex-direction: row-reverse;
}
.cid-uBCUz4J20t .mbr-description {
  text-align: center;
}
.cid-uBCVBEjgkm {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uBCVBEjgkm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBCVBEjgkm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBCVBEjgkm .row {
  flex-direction: row-reverse;
}
.cid-uBCVBEjgkm .mbr-description {
  text-align: center;
}
.cid-uBCUz51V4T {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBCUz51V4T .mbr-text {
  color: #000000;
}
.cid-uBCUz51V4T .mbr-section-subtitle {
  color: #000000;
}
.cid-uBCUz51V4T .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBCUz51V4T .mbr-text,
.cid-uBCUz51V4T .item .mbr-section-btn {
  text-align: left;
}
.cid-uBCUz51V4T .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBCUz51V4T .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBCUz51V4T .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBCUz51V4T .mbr-card-title {
  color: #393193;
}
.cid-uBCUz5h73L {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBCUz5h73L .mbr-text {
  color: #000000;
}
.cid-uBCUz5h73L .mbr-section-subtitle {
  color: #000000;
}
.cid-uBCUz5h73L .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBCUz5h73L .mbr-text,
.cid-uBCUz5h73L .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBCUz5h73L .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBCUz5h73L .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBCUz5h73L .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBCUz5h73L .mbr-card-title {
  color: #393193;
}
.cid-uBCWhVcD3y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBCWhVcD3y .mbr-text {
  color: #000000;
}
.cid-uBCWhVcD3y .mbr-section-subtitle {
  color: #000000;
}
.cid-uBCWhVcD3y .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBCWhVcD3y .mbr-text,
.cid-uBCWhVcD3y .item .mbr-section-btn {
  text-align: left;
}
.cid-uBCWhVcD3y .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBCWhVcD3y .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBCWhVcD3y .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBCWhVcD3y .mbr-card-title {
  color: #393193;
}
.cid-uBCWljAaTW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBCWljAaTW .mbr-text {
  color: #000000;
}
.cid-uBCWljAaTW .mbr-section-subtitle {
  color: #000000;
}
.cid-uBCWljAaTW .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBCWljAaTW .mbr-text,
.cid-uBCWljAaTW .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBCWljAaTW .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBCWljAaTW .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBCWljAaTW .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBCWljAaTW .mbr-card-title {
  color: #393193;
}
.cid-uBCWmLHECs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBCWmLHECs .mbr-text {
  color: #000000;
}
.cid-uBCWmLHECs .mbr-section-subtitle {
  color: #000000;
}
.cid-uBCWmLHECs .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBCWmLHECs .mbr-text,
.cid-uBCWmLHECs .item .mbr-section-btn {
  text-align: left;
}
.cid-uBCWmLHECs .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBCWmLHECs .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBCWmLHECs .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBCWmLHECs .mbr-card-title {
  color: #393193;
}
.cid-uBCWnP2dzL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBCWnP2dzL .mbr-text {
  color: #000000;
}
.cid-uBCWnP2dzL .mbr-section-subtitle {
  color: #000000;
}
.cid-uBCWnP2dzL .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBCWnP2dzL .mbr-text,
.cid-uBCWnP2dzL .item .mbr-section-btn {
  text-align: left;
}
.cid-uBCWnP2dzL .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBCWnP2dzL .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBCWnP2dzL .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBCWnP2dzL .mbr-card-title {
  color: #393193;
}
.cid-uBCUz5xMzo {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBCUz5xMzo .mbr-text {
  color: #000000;
}
.cid-uBCUz5xMzo .mbr-section-subtitle {
  color: #000000;
}
.cid-uBCUz5xMzo .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBCUz5xMzo .mbr-text,
.cid-uBCUz5xMzo .item .mbr-section-btn {
  text-align: left;
}
.cid-uBCUz5xMzo .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBCUz5xMzo .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBCUz5xMzo .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBCUz5xMzo .mbr-card-title {
  color: #393193;
}
.cid-uBCUz5PNyl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBCUz5PNyl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBCUz5PNyl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBCUz5PNyl .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBCUz5PNyl .footer-col {
    flex-direction: column;
  }
}
.cid-uBCUz5PNyl .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBCUz5PNyl .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBCUz5PNyl .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBCUz5PNyl .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBCUz5PNyl .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBCUz5PNyl .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBCUz5PNyl .soc-item {
  margin: 8px;
}
.cid-uBCUz5PNyl .soc-item a:hover .mbr-iconfont,
.cid-uBCUz5PNyl .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBCUz5PNyl .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBCUz5PNyl .row {
    text-align: center;
  }
  .cid-uBCUz5PNyl .social-row {
    justify-content: center;
  }
}
.cid-uBCUz5PNyl .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBCUz5PNyl .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBCUz5PNyl .list {
    margin-bottom: 0rem;
  }
}
.cid-uBCUz5PNyl .mbr-text {
  color: #bbbbbb;
}
.cid-uBCUz5PNyl .mbr-section-subtitle {
  color: #000000;
}
.cid-uBCUz5PNyl .list,
.cid-uBCUz5PNyl .item-wrap {
  color: #232323;
}
.cid-uBCUz5PNyl .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBD2Chsm6u {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/human-embryo-meta.webp");
}
.cid-uBD2Chsm6u .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBD2Chsm6u {
    align-items: flex-end;
  }
  .cid-uBD2Chsm6u .row {
    justify-content: center;
  }
  .cid-uBD2Chsm6u .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBD2Chsm6u .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBD2Chsm6u {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBD2Chsm6u .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBD2Chsm6u .content-wrap {
    width: 100%;
  }
}
.cid-uBD2Chsm6u .mbr-section-title,
.cid-uBD2Chsm6u .mbr-section-subtitle {
  text-align: center;
}
.cid-uBD2Chsm6u .mbr-text,
.cid-uBD2Chsm6u .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uBD2Chsm6u .mbr-section-title {
  color: #000000;
}
.cid-uBD2CijgcX {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBD2CijgcX .mbr-text {
  color: #000000;
}
.cid-uBD2CijgcX .mbr-section-subtitle {
  color: #000000;
}
.cid-uBD2CijgcX .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBD2CijgcX .mbr-text,
.cid-uBD2CijgcX .item .mbr-section-btn {
  text-align: left;
}
.cid-uBD2CijgcX .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBD2CijgcX .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBD2CijgcX .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBD2CijgcX .mbr-card-title {
  color: #393193;
}
.cid-uBD3p80Ggf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBD3p80Ggf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBD3p80Ggf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBD3p80Ggf .row {
  flex-direction: row-reverse;
}
.cid-uBD3p80Ggf .mbr-description {
  text-align: center;
}
.cid-uBD3q94VDn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBD3q94VDn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBD3q94VDn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBD3q94VDn .row {
  flex-direction: row-reverse;
}
.cid-uBD3q94VDn .mbr-description {
  text-align: center;
}
.cid-uBD3rOpwZ1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBD3rOpwZ1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBD3rOpwZ1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBD3rOpwZ1 .row {
  flex-direction: row-reverse;
}
.cid-uBD3rOpwZ1 .mbr-description {
  text-align: center;
}
.cid-uBD3sRQhbz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBD3sRQhbz .mbr-text {
  color: #000000;
}
.cid-uBD3sRQhbz .mbr-section-subtitle {
  color: #000000;
}
.cid-uBD3sRQhbz .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBD3sRQhbz .mbr-text,
.cid-uBD3sRQhbz .item .mbr-section-btn {
  text-align: left;
}
.cid-uBD3sRQhbz .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBD3sRQhbz .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBD3sRQhbz .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBD3sRQhbz .mbr-card-title {
  color: #393193;
}
.cid-uBD2CiWSYi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBD2CiWSYi .mbr-text {
  color: #000000;
}
.cid-uBD2CiWSYi .mbr-section-subtitle {
  color: #000000;
}
.cid-uBD2CiWSYi .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBD2CiWSYi .mbr-text,
.cid-uBD2CiWSYi .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBD2CiWSYi .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBD2CiWSYi .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBD2CiWSYi .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBD2CiWSYi .mbr-card-title {
  color: #393193;
}
.cid-uBD4cHHBP6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBD4cHHBP6 .mbr-text {
  color: #000000;
}
.cid-uBD4cHHBP6 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBD4cHHBP6 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBD4cHHBP6 .mbr-text,
.cid-uBD4cHHBP6 .item .mbr-section-btn {
  text-align: left;
}
.cid-uBD4cHHBP6 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBD4cHHBP6 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBD4cHHBP6 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBD4cHHBP6 .mbr-card-title {
  color: #393193;
}
.cid-uBD4dzAXED {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBD4dzAXED .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBD4dzAXED .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBD4dzAXED .row {
  flex-direction: row-reverse;
}
.cid-uBD4dzAXED .mbr-description {
  text-align: center;
}
.cid-uBD2CjvOom {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBD2CjvOom .mbr-text {
  color: #000000;
}
.cid-uBD2CjvOom .mbr-section-subtitle {
  color: #000000;
}
.cid-uBD2CjvOom .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBD2CjvOom .mbr-text,
.cid-uBD2CjvOom .item .mbr-section-btn {
  text-align: left;
}
.cid-uBD2CjvOom .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBD2CjvOom .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBD2CjvOom .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBD2CjvOom .mbr-card-title {
  color: #393193;
}
.cid-uBD2Ck5lOc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBD2Ck5lOc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBD2Ck5lOc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBD2Ck5lOc .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBD2Ck5lOc .footer-col {
    flex-direction: column;
  }
}
.cid-uBD2Ck5lOc .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBD2Ck5lOc .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBD2Ck5lOc .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBD2Ck5lOc .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBD2Ck5lOc .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBD2Ck5lOc .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBD2Ck5lOc .soc-item {
  margin: 8px;
}
.cid-uBD2Ck5lOc .soc-item a:hover .mbr-iconfont,
.cid-uBD2Ck5lOc .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBD2Ck5lOc .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBD2Ck5lOc .row {
    text-align: center;
  }
  .cid-uBD2Ck5lOc .social-row {
    justify-content: center;
  }
}
.cid-uBD2Ck5lOc .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBD2Ck5lOc .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBD2Ck5lOc .list {
    margin-bottom: 0rem;
  }
}
.cid-uBD2Ck5lOc .mbr-text {
  color: #bbbbbb;
}
.cid-uBD2Ck5lOc .mbr-section-subtitle {
  color: #000000;
}
.cid-uBD2Ck5lOc .list,
.cid-uBD2Ck5lOc .item-wrap {
  color: #232323;
}
.cid-uBD2Ck5lOc .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBD7uYFQIY {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/miscarriage-meta.webp");
}
.cid-uBD7uYFQIY .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBD7uYFQIY {
    align-items: flex-end;
  }
  .cid-uBD7uYFQIY .row {
    justify-content: center;
  }
  .cid-uBD7uYFQIY .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBD7uYFQIY .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBD7uYFQIY {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBD7uYFQIY .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBD7uYFQIY .content-wrap {
    width: 100%;
  }
}
.cid-uBD7uYFQIY .mbr-section-title,
.cid-uBD7uYFQIY .mbr-section-subtitle {
  text-align: center;
}
.cid-uBD7uYFQIY .mbr-text,
.cid-uBD7uYFQIY .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uBD7uYFQIY .mbr-section-title {
  color: #000000;
}
.cid-uBD7uZ5Au5 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBD7uZ5Au5 .mbr-text {
  color: #000000;
}
.cid-uBD7uZ5Au5 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBD7uZ5Au5 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBD7uZ5Au5 .mbr-text,
.cid-uBD7uZ5Au5 .item .mbr-section-btn {
  text-align: left;
}
.cid-uBD7uZ5Au5 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBD7uZ5Au5 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBD7uZ5Au5 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBD7uZ5Au5 .mbr-card-title {
  color: #393193;
}
.cid-uBD7uZnNnV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBD7uZnNnV .mbr-text {
  color: #000000;
}
.cid-uBD7uZnNnV .mbr-section-subtitle {
  color: #000000;
}
.cid-uBD7uZnNnV .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBD7uZnNnV .mbr-text,
.cid-uBD7uZnNnV .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBD7uZnNnV .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBD7uZnNnV .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBD7uZnNnV .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBD7uZnNnV .mbr-card-title {
  color: #393193;
}
.cid-uBD7uZCyc7 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBD7uZCyc7 .mbr-text {
  color: #000000;
}
.cid-uBD7uZCyc7 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBD7uZCyc7 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBD7uZCyc7 .mbr-text,
.cid-uBD7uZCyc7 .item .mbr-section-btn {
  text-align: left;
}
.cid-uBD7uZCyc7 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBD7uZCyc7 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBD7uZCyc7 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBD7uZCyc7 .mbr-card-title {
  color: #393193;
}
.cid-uBD7uZYK1R {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBD7uZYK1R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBD7uZYK1R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBD7uZYK1R .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBD7uZYK1R .footer-col {
    flex-direction: column;
  }
}
.cid-uBD7uZYK1R .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBD7uZYK1R .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBD7uZYK1R .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBD7uZYK1R .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBD7uZYK1R .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBD7uZYK1R .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBD7uZYK1R .soc-item {
  margin: 8px;
}
.cid-uBD7uZYK1R .soc-item a:hover .mbr-iconfont,
.cid-uBD7uZYK1R .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBD7uZYK1R .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBD7uZYK1R .row {
    text-align: center;
  }
  .cid-uBD7uZYK1R .social-row {
    justify-content: center;
  }
}
.cid-uBD7uZYK1R .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBD7uZYK1R .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBD7uZYK1R .list {
    margin-bottom: 0rem;
  }
}
.cid-uBD7uZYK1R .mbr-text {
  color: #bbbbbb;
}
.cid-uBD7uZYK1R .mbr-section-subtitle {
  color: #000000;
}
.cid-uBD7uZYK1R .list,
.cid-uBD7uZYK1R .item-wrap {
  color: #232323;
}
.cid-uBD7uZYK1R .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBDlPIX1YV {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/gender-meta.webp");
}
.cid-uBDlPIX1YV .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBDlPIX1YV {
    align-items: flex-end;
  }
  .cid-uBDlPIX1YV .row {
    justify-content: center;
  }
  .cid-uBDlPIX1YV .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBDlPIX1YV .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBDlPIX1YV {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBDlPIX1YV .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBDlPIX1YV .content-wrap {
    width: 100%;
  }
}
.cid-uBDlPIX1YV .mbr-section-title,
.cid-uBDlPIX1YV .mbr-section-subtitle {
  text-align: center;
}
.cid-uBDlPIX1YV .mbr-text,
.cid-uBDlPIX1YV .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uBDlPIX1YV .mbr-section-title {
  color: #000000;
}
.cid-uBDlPJiD2q {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBDlPJiD2q .mbr-text {
  color: #000000;
}
.cid-uBDlPJiD2q .mbr-section-subtitle {
  color: #000000;
}
.cid-uBDlPJiD2q .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBDlPJiD2q .mbr-text,
.cid-uBDlPJiD2q .item .mbr-section-btn {
  text-align: left;
}
.cid-uBDlPJiD2q .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBDlPJiD2q .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBDlPJiD2q .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBDlPJiD2q .mbr-card-title {
  color: #393193;
}
.cid-uBDmrqsbFq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBDmrqsbFq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBDmrqsbFq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBDmrqsbFq .row {
  flex-direction: row-reverse;
}
.cid-uBDmrqsbFq .mbr-description {
  text-align: center;
}
.cid-uBDmtspDry {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBDmtspDry .mbr-text {
  color: #000000;
}
.cid-uBDmtspDry .mbr-section-subtitle {
  color: #000000;
}
.cid-uBDmtspDry .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBDmtspDry .mbr-text,
.cid-uBDmtspDry .item .mbr-section-btn {
  text-align: left;
}
.cid-uBDmtspDry .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBDmtspDry .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBDmtspDry .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBDmtspDry .mbr-card-title {
  color: #393193;
}
.cid-uBDlPJz5ZU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBDlPJz5ZU .mbr-text {
  color: #000000;
}
.cid-uBDlPJz5ZU .mbr-section-subtitle {
  color: #000000;
}
.cid-uBDlPJz5ZU .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBDlPJz5ZU .mbr-text,
.cid-uBDlPJz5ZU .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBDlPJz5ZU .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBDlPJz5ZU .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBDlPJz5ZU .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBDlPJz5ZU .mbr-card-title {
  color: #393193;
}
.cid-uBDlPJOZIb {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uBDlPJOZIb .mbr-text {
  color: #000000;
}
.cid-uBDlPJOZIb .mbr-section-subtitle {
  color: #000000;
}
.cid-uBDlPJOZIb .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBDlPJOZIb .mbr-text,
.cid-uBDlPJOZIb .item .mbr-section-btn {
  text-align: left;
}
.cid-uBDlPJOZIb .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBDlPJOZIb .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBDlPJOZIb .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBDlPJOZIb .mbr-card-title {
  color: #393193;
}
.cid-uBDn31CfoW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBDn31CfoW .mbr-text {
  color: #000000;
}
.cid-uBDn31CfoW .mbr-section-subtitle {
  color: #000000;
}
.cid-uBDn31CfoW .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBDn31CfoW .mbr-text,
.cid-uBDn31CfoW .item .mbr-section-btn {
  text-align: left;
}
.cid-uBDn31CfoW .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBDn31CfoW .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBDn31CfoW .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBDn31CfoW .mbr-card-title {
  color: #393193;
}
.cid-uBDlPK51bJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBDlPK51bJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBDlPK51bJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBDlPK51bJ .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBDlPK51bJ .footer-col {
    flex-direction: column;
  }
}
.cid-uBDlPK51bJ .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBDlPK51bJ .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBDlPK51bJ .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBDlPK51bJ .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBDlPK51bJ .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBDlPK51bJ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBDlPK51bJ .soc-item {
  margin: 8px;
}
.cid-uBDlPK51bJ .soc-item a:hover .mbr-iconfont,
.cid-uBDlPK51bJ .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBDlPK51bJ .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBDlPK51bJ .row {
    text-align: center;
  }
  .cid-uBDlPK51bJ .social-row {
    justify-content: center;
  }
}
.cid-uBDlPK51bJ .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBDlPK51bJ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBDlPK51bJ .list {
    margin-bottom: 0rem;
  }
}
.cid-uBDlPK51bJ .mbr-text {
  color: #bbbbbb;
}
.cid-uBDlPK51bJ .mbr-section-subtitle {
  color: #000000;
}
.cid-uBDlPK51bJ .list,
.cid-uBDlPK51bJ .item-wrap {
  color: #232323;
}
.cid-uBDlPK51bJ .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBDpZ0jjip {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bones-lg.webp");
}
.cid-uBDpZ0jjip .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBDpZ0jjip {
    align-items: flex-end;
  }
  .cid-uBDpZ0jjip .row {
    justify-content: center;
  }
  .cid-uBDpZ0jjip .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBDpZ0jjip .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBDpZ0jjip {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBDpZ0jjip .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBDpZ0jjip .content-wrap {
    width: 100%;
  }
}
.cid-uBDpZ0jjip .mbr-section-title,
.cid-uBDpZ0jjip .mbr-section-subtitle {
  text-align: center;
}
.cid-uBDpZ0jjip .mbr-text,
.cid-uBDpZ0jjip .mbr-section-btn {
  text-align: center;
}
.cid-uBDpZ0Soo4 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBDpZ0Soo4 .mbr-text {
  color: #000000;
}
.cid-uBDpZ0Soo4 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBDpZ0Soo4 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBDpZ0Soo4 .mbr-text,
.cid-uBDpZ0Soo4 .item .mbr-section-btn {
  text-align: left;
}
.cid-uBDpZ0Soo4 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBDpZ0Soo4 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBDpZ0Soo4 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBDpZ0Soo4 .mbr-card-title {
  color: #393193;
}
.cid-uBDpZ19Dcs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBDpZ19Dcs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBDpZ19Dcs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBDpZ19Dcs .row {
  flex-direction: row-reverse;
}
.cid-uBDpZ19Dcs .mbr-description {
  text-align: center;
}
.cid-uBDrbmdyBw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBDrbmdyBw .mbr-text {
  color: #000000;
}
.cid-uBDrbmdyBw .mbr-section-subtitle {
  color: #000000;
}
.cid-uBDrbmdyBw .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBDrbmdyBw .mbr-text,
.cid-uBDrbmdyBw .item .mbr-section-btn {
  text-align: left;
}
.cid-uBDrbmdyBw .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBDrbmdyBw .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBDrbmdyBw .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBDrbmdyBw .mbr-card-title {
  color: #393193;
}
.cid-uBDpZ1rHNQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBDpZ1rHNQ .mbr-text {
  color: #000000;
}
.cid-uBDpZ1rHNQ .mbr-section-subtitle {
  color: #000000;
}
.cid-uBDpZ1rHNQ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBDpZ1rHNQ .mbr-text,
.cid-uBDpZ1rHNQ .item .mbr-section-btn {
  text-align: left;
}
.cid-uBDpZ1rHNQ .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBDpZ1rHNQ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBDpZ1rHNQ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBDpZ1rHNQ .mbr-card-title {
  color: #393193;
}
.cid-uBDpZ1HzAH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBDpZ1HzAH .mbr-text {
  color: #000000;
}
.cid-uBDpZ1HzAH .mbr-section-subtitle {
  color: #000000;
}
.cid-uBDpZ1HzAH .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBDpZ1HzAH .mbr-text,
.cid-uBDpZ1HzAH .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBDpZ1HzAH .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBDpZ1HzAH .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBDpZ1HzAH .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBDpZ1HzAH .mbr-card-title {
  color: #393193;
}
.cid-uBDpZ1WLkH {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uBDpZ1WLkH .mbr-text {
  color: #000000;
}
.cid-uBDpZ1WLkH .mbr-section-subtitle {
  color: #000000;
}
.cid-uBDpZ1WLkH .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBDpZ1WLkH .mbr-text,
.cid-uBDpZ1WLkH .item .mbr-section-btn {
  text-align: left;
}
.cid-uBDpZ1WLkH .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBDpZ1WLkH .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBDpZ1WLkH .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBDpZ1WLkH .mbr-card-title {
  color: #393193;
}
.cid-uBDrQUxPot {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBDrQUxPot .mbr-text {
  color: #000000;
}
.cid-uBDrQUxPot .mbr-section-subtitle {
  color: #000000;
}
.cid-uBDrQUxPot .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBDrQUxPot .mbr-text,
.cid-uBDrQUxPot .item .mbr-section-btn {
  text-align: left;
}
.cid-uBDrQUxPot .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBDrQUxPot .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBDrQUxPot .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBDrQUxPot .mbr-card-title {
  color: #393193;
}
.cid-uBDpZ2ggGQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBDpZ2ggGQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBDpZ2ggGQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBDpZ2ggGQ .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBDpZ2ggGQ .footer-col {
    flex-direction: column;
  }
}
.cid-uBDpZ2ggGQ .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBDpZ2ggGQ .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBDpZ2ggGQ .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBDpZ2ggGQ .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBDpZ2ggGQ .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBDpZ2ggGQ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBDpZ2ggGQ .soc-item {
  margin: 8px;
}
.cid-uBDpZ2ggGQ .soc-item a:hover .mbr-iconfont,
.cid-uBDpZ2ggGQ .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBDpZ2ggGQ .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBDpZ2ggGQ .row {
    text-align: center;
  }
  .cid-uBDpZ2ggGQ .social-row {
    justify-content: center;
  }
}
.cid-uBDpZ2ggGQ .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBDpZ2ggGQ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBDpZ2ggGQ .list {
    margin-bottom: 0rem;
  }
}
.cid-uBDpZ2ggGQ .mbr-text {
  color: #bbbbbb;
}
.cid-uBDpZ2ggGQ .mbr-section-subtitle {
  color: #000000;
}
.cid-uBDpZ2ggGQ .list,
.cid-uBDpZ2ggGQ .item-wrap {
  color: #232323;
}
.cid-uBDpZ2ggGQ .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBDuX2mtar {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/human-senses-lg.webp");
}
.cid-uBDuX2mtar .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBDuX2mtar {
    align-items: flex-end;
  }
  .cid-uBDuX2mtar .row {
    justify-content: center;
  }
  .cid-uBDuX2mtar .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBDuX2mtar .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBDuX2mtar {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBDuX2mtar .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBDuX2mtar .content-wrap {
    width: 100%;
  }
}
.cid-uBDuX2mtar .mbr-section-title,
.cid-uBDuX2mtar .mbr-section-subtitle {
  text-align: center;
}
.cid-uBDuX2mtar .mbr-text,
.cid-uBDuX2mtar .mbr-section-btn {
  text-align: center;
}
.cid-uBDuX2MFhc {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBDuX2MFhc .mbr-text {
  color: #000000;
}
.cid-uBDuX2MFhc .mbr-section-subtitle {
  color: #000000;
}
.cid-uBDuX2MFhc .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBDuX2MFhc .mbr-text,
.cid-uBDuX2MFhc .item .mbr-section-btn {
  text-align: left;
}
.cid-uBDuX2MFhc .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBDuX2MFhc .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBDuX2MFhc .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBDuX2MFhc .mbr-card-title {
  color: #393193;
}
.cid-uBDuX34XTK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBDuX34XTK .mbr-text {
  color: #000000;
}
.cid-uBDuX34XTK .mbr-section-subtitle {
  color: #000000;
}
.cid-uBDuX34XTK .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBDuX34XTK .mbr-text,
.cid-uBDuX34XTK .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBDuX34XTK .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBDuX34XTK .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBDuX34XTK .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBDuX34XTK .mbr-card-title {
  color: #393193;
}
.cid-uBDvNHVwPt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBDvNHVwPt .mbr-text {
  color: #000000;
}
.cid-uBDvNHVwPt .mbr-section-subtitle {
  color: #000000;
}
.cid-uBDvNHVwPt .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBDvNHVwPt .mbr-text,
.cid-uBDvNHVwPt .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBDvNHVwPt .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBDvNHVwPt .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBDvNHVwPt .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBDvNHVwPt .mbr-card-title {
  color: #393193;
}
.cid-uBDuX3ibDt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBDuX3ibDt .mbr-text {
  color: #000000;
}
.cid-uBDuX3ibDt .mbr-section-subtitle {
  color: #000000;
}
.cid-uBDuX3ibDt .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBDuX3ibDt .mbr-text,
.cid-uBDuX3ibDt .item .mbr-section-btn {
  text-align: left;
}
.cid-uBDuX3ibDt .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBDuX3ibDt .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBDuX3ibDt .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBDuX3ibDt .mbr-card-title {
  color: #393193;
}
.cid-uBDwfyCtJN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBDwfyCtJN .mbr-text {
  color: #000000;
}
.cid-uBDwfyCtJN .mbr-section-subtitle {
  color: #000000;
}
.cid-uBDwfyCtJN .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBDwfyCtJN .mbr-text,
.cid-uBDwfyCtJN .item .mbr-section-btn {
  text-align: left;
}
.cid-uBDwfyCtJN .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBDwfyCtJN .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBDwfyCtJN .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBDwfyCtJN .mbr-card-title {
  color: #393193;
}
.cid-uBDuX3wvwV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBDuX3wvwV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBDuX3wvwV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBDuX3wvwV .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBDuX3wvwV .footer-col {
    flex-direction: column;
  }
}
.cid-uBDuX3wvwV .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBDuX3wvwV .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBDuX3wvwV .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBDuX3wvwV .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBDuX3wvwV .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBDuX3wvwV .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBDuX3wvwV .soc-item {
  margin: 8px;
}
.cid-uBDuX3wvwV .soc-item a:hover .mbr-iconfont,
.cid-uBDuX3wvwV .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBDuX3wvwV .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBDuX3wvwV .row {
    text-align: center;
  }
  .cid-uBDuX3wvwV .social-row {
    justify-content: center;
  }
}
.cid-uBDuX3wvwV .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBDuX3wvwV .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBDuX3wvwV .list {
    margin-bottom: 0rem;
  }
}
.cid-uBDuX3wvwV .mbr-text {
  color: #bbbbbb;
}
.cid-uBDuX3wvwV .mbr-section-subtitle {
  color: #000000;
}
.cid-uBDuX3wvwV .list,
.cid-uBDuX3wvwV .item-wrap {
  color: #232323;
}
.cid-uBDuX3wvwV .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBDze0A7HP {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/womb-lg.webp");
}
.cid-uBDze0A7HP .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBDze0A7HP {
    align-items: flex-end;
  }
  .cid-uBDze0A7HP .row {
    justify-content: center;
  }
  .cid-uBDze0A7HP .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBDze0A7HP .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBDze0A7HP {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBDze0A7HP .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBDze0A7HP .content-wrap {
    width: 100%;
  }
}
.cid-uBDze0A7HP .mbr-section-title,
.cid-uBDze0A7HP .mbr-section-subtitle {
  text-align: center;
}
.cid-uBDze0A7HP .mbr-text,
.cid-uBDze0A7HP .mbr-section-btn {
  text-align: center;
  color: #9c98cf;
}
.cid-uBDze0A7HP .mbr-section-title {
  color: #9c98cf;
}
.cid-uBDze14GfO {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBDze14GfO .mbr-text {
  color: #000000;
}
.cid-uBDze14GfO .mbr-section-subtitle {
  color: #000000;
}
.cid-uBDze14GfO .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBDze14GfO .mbr-text,
.cid-uBDze14GfO .item .mbr-section-btn {
  text-align: left;
}
.cid-uBDze14GfO .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBDze14GfO .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBDze14GfO .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBDze14GfO .mbr-card-title {
  color: #393193;
}
.cid-uBDze1sFDq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBDze1sFDq .mbr-text {
  color: #000000;
}
.cid-uBDze1sFDq .mbr-section-subtitle {
  color: #000000;
}
.cid-uBDze1sFDq .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBDze1sFDq .mbr-text,
.cid-uBDze1sFDq .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBDze1sFDq .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBDze1sFDq .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBDze1sFDq .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBDze1sFDq .mbr-card-title {
  color: #393193;
}
.cid-uBDze1GZuB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBDze1GZuB .mbr-text {
  color: #000000;
}
.cid-uBDze1GZuB .mbr-section-subtitle {
  color: #000000;
}
.cid-uBDze1GZuB .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBDze1GZuB .mbr-text,
.cid-uBDze1GZuB .item .mbr-section-btn {
  text-align: left;
}
.cid-uBDze1GZuB .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBDze1GZuB .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBDze1GZuB .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBDze1GZuB .mbr-card-title {
  color: #393193;
}
.cid-uBDBIt46fl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBDBIt46fl .mbr-text {
  color: #000000;
}
.cid-uBDBIt46fl .mbr-section-subtitle {
  color: #000000;
}
.cid-uBDBIt46fl .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBDBIt46fl .mbr-text,
.cid-uBDBIt46fl .item .mbr-section-btn {
  text-align: left;
}
.cid-uBDBIt46fl .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBDBIt46fl .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBDBIt46fl .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBDBIt46fl .mbr-card-title {
  color: #393193;
}
.cid-uBDze1UBTx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBDze1UBTx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBDze1UBTx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBDze1UBTx .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBDze1UBTx .footer-col {
    flex-direction: column;
  }
}
.cid-uBDze1UBTx .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBDze1UBTx .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBDze1UBTx .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBDze1UBTx .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBDze1UBTx .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBDze1UBTx .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBDze1UBTx .soc-item {
  margin: 8px;
}
.cid-uBDze1UBTx .soc-item a:hover .mbr-iconfont,
.cid-uBDze1UBTx .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBDze1UBTx .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBDze1UBTx .row {
    text-align: center;
  }
  .cid-uBDze1UBTx .social-row {
    justify-content: center;
  }
}
.cid-uBDze1UBTx .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBDze1UBTx .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBDze1UBTx .list {
    margin-bottom: 0rem;
  }
}
.cid-uBDze1UBTx .mbr-text {
  color: #bbbbbb;
}
.cid-uBDze1UBTx .mbr-section-subtitle {
  color: #000000;
}
.cid-uBDze1UBTx .list,
.cid-uBDze1UBTx .item-wrap {
  color: #232323;
}
.cid-uBDze1UBTx .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBEjqZorL2 {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/amniotic-fluid-meta.webp");
}
.cid-uBEjqZorL2 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBEjqZorL2 {
    align-items: flex-end;
  }
  .cid-uBEjqZorL2 .row {
    justify-content: center;
  }
  .cid-uBEjqZorL2 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBEjqZorL2 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBEjqZorL2 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBEjqZorL2 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBEjqZorL2 .content-wrap {
    width: 100%;
  }
}
.cid-uBEjqZorL2 .mbr-section-title,
.cid-uBEjqZorL2 .mbr-section-subtitle {
  text-align: center;
}
.cid-uBEjqZorL2 .mbr-text,
.cid-uBEjqZorL2 .mbr-section-btn {
  text-align: center;
}
.cid-uBEjqZInrT {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBEjqZInrT .mbr-text {
  color: #000000;
}
.cid-uBEjqZInrT .mbr-section-subtitle {
  color: #000000;
}
.cid-uBEjqZInrT .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBEjqZInrT .mbr-text,
.cid-uBEjqZInrT .item .mbr-section-btn {
  text-align: left;
}
.cid-uBEjqZInrT .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBEjqZInrT .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBEjqZInrT .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBEjqZInrT .mbr-card-title {
  color: #393193;
}
.cid-uBEjqZYQYX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBEjqZYQYX .mbr-text {
  color: #000000;
}
.cid-uBEjqZYQYX .mbr-section-subtitle {
  color: #000000;
}
.cid-uBEjqZYQYX .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBEjqZYQYX .mbr-text,
.cid-uBEjqZYQYX .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBEjqZYQYX .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBEjqZYQYX .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBEjqZYQYX .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBEjqZYQYX .mbr-card-title {
  color: #393193;
}
.cid-uBEjr0cMcV {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBEjr0cMcV .mbr-text {
  color: #000000;
}
.cid-uBEjr0cMcV .mbr-section-subtitle {
  color: #000000;
}
.cid-uBEjr0cMcV .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBEjr0cMcV .mbr-text,
.cid-uBEjr0cMcV .item .mbr-section-btn {
  text-align: left;
}
.cid-uBEjr0cMcV .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBEjr0cMcV .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBEjr0cMcV .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBEjr0cMcV .mbr-card-title {
  color: #393193;
}
.cid-uBEjr0tsdk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBEjr0tsdk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBEjr0tsdk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBEjr0tsdk .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBEjr0tsdk .footer-col {
    flex-direction: column;
  }
}
.cid-uBEjr0tsdk .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBEjr0tsdk .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBEjr0tsdk .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBEjr0tsdk .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBEjr0tsdk .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBEjr0tsdk .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBEjr0tsdk .soc-item {
  margin: 8px;
}
.cid-uBEjr0tsdk .soc-item a:hover .mbr-iconfont,
.cid-uBEjr0tsdk .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBEjr0tsdk .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBEjr0tsdk .row {
    text-align: center;
  }
  .cid-uBEjr0tsdk .social-row {
    justify-content: center;
  }
}
.cid-uBEjr0tsdk .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBEjr0tsdk .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBEjr0tsdk .list {
    margin-bottom: 0rem;
  }
}
.cid-uBEjr0tsdk .mbr-text {
  color: #bbbbbb;
}
.cid-uBEjr0tsdk .mbr-section-subtitle {
  color: #000000;
}
.cid-uBEjr0tsdk .list,
.cid-uBEjr0tsdk .item-wrap {
  color: #232323;
}
.cid-uBEjr0tsdk .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBEo6LVfE8 {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/sperm-2.webp");
}
.cid-uBEo6LVfE8 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBEo6LVfE8 {
    align-items: flex-end;
  }
  .cid-uBEo6LVfE8 .row {
    justify-content: center;
  }
  .cid-uBEo6LVfE8 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBEo6LVfE8 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBEo6LVfE8 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBEo6LVfE8 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBEo6LVfE8 .content-wrap {
    width: 100%;
  }
}
.cid-uBEo6LVfE8 .mbr-section-title,
.cid-uBEo6LVfE8 .mbr-section-subtitle {
  text-align: center;
}
.cid-uBEo6LVfE8 .mbr-text,
.cid-uBEo6LVfE8 .mbr-section-btn {
  text-align: center;
}
.cid-uBEo6Mrb3o {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBEo6Mrb3o .mbr-text {
  color: #000000;
}
.cid-uBEo6Mrb3o .mbr-section-subtitle {
  color: #000000;
}
.cid-uBEo6Mrb3o .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBEo6Mrb3o .mbr-text,
.cid-uBEo6Mrb3o .item .mbr-section-btn {
  text-align: left;
}
.cid-uBEo6Mrb3o .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBEo6Mrb3o .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBEo6Mrb3o .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBEo6Mrb3o .mbr-card-title {
  color: #393193;
}
.cid-uBEoYZmZb7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBEoYZmZb7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBEoYZmZb7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBEoYZmZb7 .row {
  flex-direction: row-reverse;
}
.cid-uBEoYZmZb7 .mbr-description {
  text-align: center;
}
.cid-uBEp8TkFgy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBEp8TkFgy .mbr-text {
  color: #000000;
}
.cid-uBEp8TkFgy .mbr-section-subtitle {
  color: #000000;
}
.cid-uBEp8TkFgy .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBEp8TkFgy .mbr-text,
.cid-uBEp8TkFgy .item .mbr-section-btn {
  text-align: left;
}
.cid-uBEp8TkFgy .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBEp8TkFgy .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBEp8TkFgy .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBEp8TkFgy .mbr-card-title {
  color: #393193;
}
.cid-uBEo6MRGM0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBEo6MRGM0 .mbr-text {
  color: #000000;
}
.cid-uBEo6MRGM0 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBEo6MRGM0 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBEo6MRGM0 .mbr-text,
.cid-uBEo6MRGM0 .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBEo6MRGM0 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBEo6MRGM0 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBEo6MRGM0 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBEo6MRGM0 .mbr-card-title {
  color: #393193;
}
.cid-uBEo6N6LW0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBEo6N6LW0 .mbr-text {
  color: #000000;
}
.cid-uBEo6N6LW0 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBEo6N6LW0 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBEo6N6LW0 .mbr-text,
.cid-uBEo6N6LW0 .item .mbr-section-btn {
  text-align: left;
}
.cid-uBEo6N6LW0 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBEo6N6LW0 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBEo6N6LW0 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBEo6N6LW0 .mbr-card-title {
  color: #393193;
}
.cid-uBEpWV0FSO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBEpWV0FSO .mbr-text {
  color: #000000;
}
.cid-uBEpWV0FSO .mbr-section-subtitle {
  color: #000000;
}
.cid-uBEpWV0FSO .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBEpWV0FSO .mbr-text,
.cid-uBEpWV0FSO .item .mbr-section-btn {
  text-align: left;
}
.cid-uBEpWV0FSO .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBEpWV0FSO .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBEpWV0FSO .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBEpWV0FSO .mbr-card-title {
  color: #393193;
}
.cid-uBEo6NoXtU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBEo6NoXtU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBEo6NoXtU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBEo6NoXtU .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBEo6NoXtU .footer-col {
    flex-direction: column;
  }
}
.cid-uBEo6NoXtU .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBEo6NoXtU .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBEo6NoXtU .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBEo6NoXtU .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBEo6NoXtU .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBEo6NoXtU .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBEo6NoXtU .soc-item {
  margin: 8px;
}
.cid-uBEo6NoXtU .soc-item a:hover .mbr-iconfont,
.cid-uBEo6NoXtU .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBEo6NoXtU .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBEo6NoXtU .row {
    text-align: center;
  }
  .cid-uBEo6NoXtU .social-row {
    justify-content: center;
  }
}
.cid-uBEo6NoXtU .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBEo6NoXtU .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBEo6NoXtU .list {
    margin-bottom: 0rem;
  }
}
.cid-uBEo6NoXtU .mbr-text {
  color: #bbbbbb;
}
.cid-uBEo6NoXtU .mbr-section-subtitle {
  color: #000000;
}
.cid-uBEo6NoXtU .list,
.cid-uBEo6NoXtU .item-wrap {
  color: #232323;
}
.cid-uBEo6NoXtU .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBFAHTc0Di {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/neurons.webp");
}
.cid-uBFAHTc0Di .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBFAHTc0Di {
    align-items: flex-end;
  }
  .cid-uBFAHTc0Di .row {
    justify-content: center;
  }
  .cid-uBFAHTc0Di .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBFAHTc0Di .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBFAHTc0Di {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBFAHTc0Di .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBFAHTc0Di .content-wrap {
    width: 100%;
  }
}
.cid-uBFAHTc0Di .mbr-section-title,
.cid-uBFAHTc0Di .mbr-section-subtitle {
  text-align: center;
}
.cid-uBFAHTc0Di .mbr-text,
.cid-uBFAHTc0Di .mbr-section-btn {
  text-align: center;
}
.cid-uBFAHTyLjS {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBFAHTyLjS .mbr-text {
  color: #000000;
}
.cid-uBFAHTyLjS .mbr-section-subtitle {
  color: #000000;
}
.cid-uBFAHTyLjS .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBFAHTyLjS .mbr-text,
.cid-uBFAHTyLjS .item .mbr-section-btn {
  text-align: left;
}
.cid-uBFAHTyLjS .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBFAHTyLjS .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBFAHTyLjS .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBFAHTyLjS .mbr-card-title {
  color: #393193;
}
.cid-uBFAHTSRfI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBFAHTSRfI .mbr-text {
  color: #000000;
}
.cid-uBFAHTSRfI .mbr-section-subtitle {
  color: #000000;
}
.cid-uBFAHTSRfI .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBFAHTSRfI .mbr-text,
.cid-uBFAHTSRfI .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBFAHTSRfI .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBFAHTSRfI .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBFAHTSRfI .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBFAHTSRfI .mbr-card-title {
  color: #393193;
}
.cid-uBFAHU9Yud {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBFAHU9Yud .mbr-text {
  color: #000000;
}
.cid-uBFAHU9Yud .mbr-section-subtitle {
  color: #000000;
}
.cid-uBFAHU9Yud .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBFAHU9Yud .mbr-text,
.cid-uBFAHU9Yud .item .mbr-section-btn {
  text-align: left;
}
.cid-uBFAHU9Yud .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBFAHU9Yud .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBFAHU9Yud .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBFAHU9Yud .mbr-card-title {
  color: #393193;
}
.cid-uBFAHUtlCM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBFAHUtlCM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBFAHUtlCM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBFAHUtlCM .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBFAHUtlCM .footer-col {
    flex-direction: column;
  }
}
.cid-uBFAHUtlCM .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBFAHUtlCM .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBFAHUtlCM .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBFAHUtlCM .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBFAHUtlCM .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBFAHUtlCM .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBFAHUtlCM .soc-item {
  margin: 8px;
}
.cid-uBFAHUtlCM .soc-item a:hover .mbr-iconfont,
.cid-uBFAHUtlCM .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBFAHUtlCM .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBFAHUtlCM .row {
    text-align: center;
  }
  .cid-uBFAHUtlCM .social-row {
    justify-content: center;
  }
}
.cid-uBFAHUtlCM .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBFAHUtlCM .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBFAHUtlCM .list {
    margin-bottom: 0rem;
  }
}
.cid-uBFAHUtlCM .mbr-text {
  color: #bbbbbb;
}
.cid-uBFAHUtlCM .mbr-section-subtitle {
  color: #000000;
}
.cid-uBFAHUtlCM .list,
.cid-uBFAHUtlCM .item-wrap {
  color: #232323;
}
.cid-uBFAHUtlCM .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBFFHu1Vfv {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/amd-3.webp");
}
.cid-uBFFHu1Vfv .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBFFHu1Vfv {
    align-items: flex-end;
  }
  .cid-uBFFHu1Vfv .row {
    justify-content: center;
  }
  .cid-uBFFHu1Vfv .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBFFHu1Vfv .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBFFHu1Vfv {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBFFHu1Vfv .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBFFHu1Vfv .content-wrap {
    width: 100%;
  }
}
.cid-uBFFHu1Vfv .mbr-section-title,
.cid-uBFFHu1Vfv .mbr-section-subtitle {
  text-align: center;
}
.cid-uBFFHu1Vfv .mbr-text,
.cid-uBFFHu1Vfv .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uBFFHu1Vfv .mbr-section-title {
  color: #000000;
}
.cid-uBFFHurhP9 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBFFHurhP9 .mbr-text {
  color: #000000;
}
.cid-uBFFHurhP9 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBFFHurhP9 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBFFHurhP9 .mbr-text,
.cid-uBFFHurhP9 .item .mbr-section-btn {
  text-align: left;
}
.cid-uBFFHurhP9 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBFFHurhP9 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBFFHurhP9 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBFFHurhP9 .mbr-card-title {
  color: #393193;
}
.cid-uBFFHuOrV9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBFFHuOrV9 .mbr-text {
  color: #000000;
}
.cid-uBFFHuOrV9 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBFFHuOrV9 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBFFHuOrV9 .mbr-text,
.cid-uBFFHuOrV9 .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBFFHuOrV9 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBFFHuOrV9 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBFFHuOrV9 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBFFHuOrV9 .mbr-card-title {
  color: #393193;
}
.cid-uBFFHv2wOD {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBFFHv2wOD .mbr-text {
  color: #000000;
}
.cid-uBFFHv2wOD .mbr-section-subtitle {
  color: #000000;
}
.cid-uBFFHv2wOD .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBFFHv2wOD .mbr-text,
.cid-uBFFHv2wOD .item .mbr-section-btn {
  text-align: left;
}
.cid-uBFFHv2wOD .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBFFHv2wOD .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBFFHv2wOD .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBFFHv2wOD .mbr-card-title {
  color: #393193;
}
.cid-uBFFHvshie {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBFFHvshie .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBFFHvshie .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBFFHvshie .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBFFHvshie .footer-col {
    flex-direction: column;
  }
}
.cid-uBFFHvshie .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBFFHvshie .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBFFHvshie .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBFFHvshie .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBFFHvshie .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBFFHvshie .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBFFHvshie .soc-item {
  margin: 8px;
}
.cid-uBFFHvshie .soc-item a:hover .mbr-iconfont,
.cid-uBFFHvshie .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBFFHvshie .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBFFHvshie .row {
    text-align: center;
  }
  .cid-uBFFHvshie .social-row {
    justify-content: center;
  }
}
.cid-uBFFHvshie .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBFFHvshie .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBFFHvshie .list {
    margin-bottom: 0rem;
  }
}
.cid-uBFFHvshie .mbr-text {
  color: #bbbbbb;
}
.cid-uBFFHvshie .mbr-section-subtitle {
  color: #000000;
}
.cid-uBFFHvshie .list,
.cid-uBFFHvshie .item-wrap {
  color: #232323;
}
.cid-uBFFHvshie .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBFJ0Nj0Ru {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/physiology-1.webp");
}
.cid-uBFJ0Nj0Ru .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBFJ0Nj0Ru {
    align-items: flex-end;
  }
  .cid-uBFJ0Nj0Ru .row {
    justify-content: center;
  }
  .cid-uBFJ0Nj0Ru .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBFJ0Nj0Ru .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBFJ0Nj0Ru {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBFJ0Nj0Ru .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBFJ0Nj0Ru .content-wrap {
    width: 100%;
  }
}
.cid-uBFJ0Nj0Ru .mbr-section-title,
.cid-uBFJ0Nj0Ru .mbr-section-subtitle {
  text-align: center;
}
.cid-uBFJ0Nj0Ru .mbr-text,
.cid-uBFJ0Nj0Ru .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uBFJ0Nj0Ru .mbr-section-title {
  color: #000000;
}
.cid-uBFJ0NRtnp {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBFJ0NRtnp .mbr-text {
  color: #000000;
}
.cid-uBFJ0NRtnp .mbr-section-subtitle {
  color: #000000;
}
.cid-uBFJ0NRtnp .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBFJ0NRtnp .mbr-text,
.cid-uBFJ0NRtnp .item .mbr-section-btn {
  text-align: left;
}
.cid-uBFJ0NRtnp .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBFJ0NRtnp .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBFJ0NRtnp .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBFJ0NRtnp .mbr-card-title {
  color: #393193;
}
.cid-uBFLLzmTGf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBFLLzmTGf .mbr-text {
  color: #000000;
}
.cid-uBFLLzmTGf .mbr-section-subtitle {
  color: #000000;
}
.cid-uBFLLzmTGf .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBFLLzmTGf .mbr-text,
.cid-uBFLLzmTGf .item .mbr-section-btn {
  text-align: left;
}
.cid-uBFLLzmTGf .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBFLLzmTGf .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBFLLzmTGf .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBFLLzmTGf .mbr-card-title {
  color: #393193;
}
.cid-uBFJ0OdGpR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBFJ0OdGpR .mbr-text {
  color: #000000;
}
.cid-uBFJ0OdGpR .mbr-section-subtitle {
  color: #000000;
}
.cid-uBFJ0OdGpR .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBFJ0OdGpR .mbr-text,
.cid-uBFJ0OdGpR .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBFJ0OdGpR .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBFJ0OdGpR .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBFJ0OdGpR .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBFJ0OdGpR .mbr-card-title {
  color: #393193;
}
.cid-uBFJ0OqytI {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBFJ0OqytI .mbr-text {
  color: #000000;
}
.cid-uBFJ0OqytI .mbr-section-subtitle {
  color: #000000;
}
.cid-uBFJ0OqytI .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBFJ0OqytI .mbr-text,
.cid-uBFJ0OqytI .item .mbr-section-btn {
  text-align: left;
}
.cid-uBFJ0OqytI .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBFJ0OqytI .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBFJ0OqytI .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBFJ0OqytI .mbr-card-title {
  color: #393193;
}
.cid-uBFJ0ODvn1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBFJ0ODvn1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBFJ0ODvn1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBFJ0ODvn1 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBFJ0ODvn1 .footer-col {
    flex-direction: column;
  }
}
.cid-uBFJ0ODvn1 .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBFJ0ODvn1 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBFJ0ODvn1 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBFJ0ODvn1 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBFJ0ODvn1 .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBFJ0ODvn1 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBFJ0ODvn1 .soc-item {
  margin: 8px;
}
.cid-uBFJ0ODvn1 .soc-item a:hover .mbr-iconfont,
.cid-uBFJ0ODvn1 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBFJ0ODvn1 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBFJ0ODvn1 .row {
    text-align: center;
  }
  .cid-uBFJ0ODvn1 .social-row {
    justify-content: center;
  }
}
.cid-uBFJ0ODvn1 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBFJ0ODvn1 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBFJ0ODvn1 .list {
    margin-bottom: 0rem;
  }
}
.cid-uBFJ0ODvn1 .mbr-text {
  color: #bbbbbb;
}
.cid-uBFJ0ODvn1 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBFJ0ODvn1 .list,
.cid-uBFJ0ODvn1 .item-wrap {
  color: #232323;
}
.cid-uBFJ0ODvn1 .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBFQnvRzhY {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/reading.webp");
}
.cid-uBFQnvRzhY .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBFQnvRzhY {
    align-items: flex-end;
  }
  .cid-uBFQnvRzhY .row {
    justify-content: center;
  }
  .cid-uBFQnvRzhY .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBFQnvRzhY .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBFQnvRzhY {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBFQnvRzhY .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBFQnvRzhY .content-wrap {
    width: 100%;
  }
}
.cid-uBFQnvRzhY .mbr-section-title,
.cid-uBFQnvRzhY .mbr-section-subtitle {
  text-align: center;
}
.cid-uBFQnvRzhY .mbr-text,
.cid-uBFQnvRzhY .mbr-section-btn {
  text-align: center;
  color: #9c98cf;
}
.cid-uBFQnvRzhY .mbr-section-title {
  color: #9c98cf;
}
.cid-uBFQnwfkNz {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBFQnwfkNz .mbr-text {
  color: #000000;
}
.cid-uBFQnwfkNz .mbr-section-subtitle {
  color: #000000;
}
.cid-uBFQnwfkNz .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBFQnwfkNz .mbr-text,
.cid-uBFQnwfkNz .item .mbr-section-btn {
  text-align: left;
}
.cid-uBFQnwfkNz .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBFQnwfkNz .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBFQnwfkNz .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBFQnwfkNz .mbr-card-title {
  color: #393193;
}
.cid-uBFQnwBnLN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBFQnwBnLN .mbr-text {
  color: #000000;
}
.cid-uBFQnwBnLN .mbr-section-subtitle {
  color: #000000;
}
.cid-uBFQnwBnLN .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBFQnwBnLN .mbr-text,
.cid-uBFQnwBnLN .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBFQnwBnLN .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBFQnwBnLN .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBFQnwBnLN .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBFQnwBnLN .mbr-card-title {
  color: #393193;
}
.cid-uBFQnwQ2Hv {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBFQnwQ2Hv .mbr-text {
  color: #000000;
}
.cid-uBFQnwQ2Hv .mbr-section-subtitle {
  color: #000000;
}
.cid-uBFQnwQ2Hv .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBFQnwQ2Hv .mbr-text,
.cid-uBFQnwQ2Hv .item .mbr-section-btn {
  text-align: left;
}
.cid-uBFQnwQ2Hv .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBFQnwQ2Hv .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBFQnwQ2Hv .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBFQnwQ2Hv .mbr-card-title {
  color: #393193;
}
.cid-uBFQnx5N4M {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBFQnx5N4M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBFQnx5N4M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBFQnx5N4M .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBFQnx5N4M .footer-col {
    flex-direction: column;
  }
}
.cid-uBFQnx5N4M .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBFQnx5N4M .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBFQnx5N4M .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBFQnx5N4M .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBFQnx5N4M .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBFQnx5N4M .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBFQnx5N4M .soc-item {
  margin: 8px;
}
.cid-uBFQnx5N4M .soc-item a:hover .mbr-iconfont,
.cid-uBFQnx5N4M .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBFQnx5N4M .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBFQnx5N4M .row {
    text-align: center;
  }
  .cid-uBFQnx5N4M .social-row {
    justify-content: center;
  }
}
.cid-uBFQnx5N4M .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBFQnx5N4M .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBFQnx5N4M .list {
    margin-bottom: 0rem;
  }
}
.cid-uBFQnx5N4M .mbr-text {
  color: #bbbbbb;
}
.cid-uBFQnx5N4M .mbr-section-subtitle {
  color: #000000;
}
.cid-uBFQnx5N4M .list,
.cid-uBFQnx5N4M .item-wrap {
  color: #232323;
}
.cid-uBFQnx5N4M .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBFWyaNdKD {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/lightning.webp");
}
.cid-uBFWyaNdKD .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBFWyaNdKD {
    align-items: flex-end;
  }
  .cid-uBFWyaNdKD .row {
    justify-content: center;
  }
  .cid-uBFWyaNdKD .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBFWyaNdKD .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBFWyaNdKD {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBFWyaNdKD .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBFWyaNdKD .content-wrap {
    width: 100%;
  }
}
.cid-uBFWyaNdKD .mbr-section-title,
.cid-uBFWyaNdKD .mbr-section-subtitle {
  text-align: center;
}
.cid-uBFWyaNdKD .mbr-text,
.cid-uBFWyaNdKD .mbr-section-btn {
  text-align: center;
}
.cid-uBFWyaNdKD .mbr-section-title {
  color: #ffffff;
}
.cid-uBFWybexSe {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBFWybexSe .mbr-text {
  color: #000000;
}
.cid-uBFWybexSe .mbr-section-subtitle {
  color: #000000;
}
.cid-uBFWybexSe .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBFWybexSe .mbr-text,
.cid-uBFWybexSe .item .mbr-section-btn {
  text-align: left;
}
.cid-uBFWybexSe .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBFWybexSe .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBFWybexSe .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBFWybexSe .mbr-card-title {
  color: #393193;
}
.cid-uBFWybxQZE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBFWybxQZE .mbr-text {
  color: #000000;
}
.cid-uBFWybxQZE .mbr-section-subtitle {
  color: #000000;
}
.cid-uBFWybxQZE .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBFWybxQZE .mbr-text,
.cid-uBFWybxQZE .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBFWybxQZE .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBFWybxQZE .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBFWybxQZE .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBFWybxQZE .mbr-card-title {
  color: #393193;
}
.cid-uBFWybLGQD {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBFWybLGQD .mbr-text {
  color: #000000;
}
.cid-uBFWybLGQD .mbr-section-subtitle {
  color: #000000;
}
.cid-uBFWybLGQD .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBFWybLGQD .mbr-text,
.cid-uBFWybLGQD .item .mbr-section-btn {
  text-align: left;
}
.cid-uBFWybLGQD .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBFWybLGQD .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBFWybLGQD .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBFWybLGQD .mbr-card-title {
  color: #393193;
}
.cid-uBFWybZy6X {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBFWybZy6X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBFWybZy6X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBFWybZy6X .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBFWybZy6X .footer-col {
    flex-direction: column;
  }
}
.cid-uBFWybZy6X .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBFWybZy6X .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBFWybZy6X .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBFWybZy6X .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBFWybZy6X .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBFWybZy6X .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBFWybZy6X .soc-item {
  margin: 8px;
}
.cid-uBFWybZy6X .soc-item a:hover .mbr-iconfont,
.cid-uBFWybZy6X .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBFWybZy6X .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBFWybZy6X .row {
    text-align: center;
  }
  .cid-uBFWybZy6X .social-row {
    justify-content: center;
  }
}
.cid-uBFWybZy6X .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBFWybZy6X .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBFWybZy6X .list {
    margin-bottom: 0rem;
  }
}
.cid-uBFWybZy6X .mbr-text {
  color: #bbbbbb;
}
.cid-uBFWybZy6X .mbr-section-subtitle {
  color: #000000;
}
.cid-uBFWybZy6X .list,
.cid-uBFWybZy6X .item-wrap {
  color: #232323;
}
.cid-uBFWybZy6X .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBIIkLHpnC {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/brainstem-meta.webp");
}
.cid-uBIIkLHpnC .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBIIkLHpnC {
    align-items: flex-end;
  }
  .cid-uBIIkLHpnC .row {
    justify-content: center;
  }
  .cid-uBIIkLHpnC .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBIIkLHpnC .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBIIkLHpnC {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBIIkLHpnC .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBIIkLHpnC .content-wrap {
    width: 100%;
  }
}
.cid-uBIIkLHpnC .mbr-section-title,
.cid-uBIIkLHpnC .mbr-section-subtitle {
  text-align: center;
}
.cid-uBIIkLHpnC .mbr-text,
.cid-uBIIkLHpnC .mbr-section-btn {
  text-align: center;
}
.cid-uBIIkM1J7F {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBIIkM1J7F .mbr-text {
  color: #000000;
}
.cid-uBIIkM1J7F .mbr-section-subtitle {
  color: #000000;
}
.cid-uBIIkM1J7F .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBIIkM1J7F .mbr-text,
.cid-uBIIkM1J7F .item .mbr-section-btn {
  text-align: left;
}
.cid-uBIIkM1J7F .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBIIkM1J7F .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBIIkM1J7F .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBIIkM1J7F .mbr-card-title {
  color: #393193;
}
.cid-uBINjseoDw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBINjseoDw .mbr-text {
  color: #000000;
}
.cid-uBINjseoDw .mbr-section-subtitle {
  color: #000000;
}
.cid-uBINjseoDw .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBINjseoDw .mbr-text,
.cid-uBINjseoDw .item .mbr-section-btn {
  text-align: left;
}
.cid-uBINjseoDw .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBINjseoDw .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBINjseoDw .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBINjseoDw .mbr-card-title {
  color: #393193;
}
.cid-uBIJr0I8i6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBIJr0I8i6 .mbr-text {
  color: #000000;
}
.cid-uBIJr0I8i6 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBIJr0I8i6 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBIJr0I8i6 .mbr-text,
.cid-uBIJr0I8i6 .item .mbr-section-btn {
  text-align: left;
}
.cid-uBIJr0I8i6 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBIJr0I8i6 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBIJr0I8i6 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBIJr0I8i6 .mbr-card-title {
  color: #393193;
}
.cid-uBIIkMgGoS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBIIkMgGoS .mbr-text {
  color: #000000;
}
.cid-uBIIkMgGoS .mbr-section-subtitle {
  color: #000000;
}
.cid-uBIIkMgGoS .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBIIkMgGoS .mbr-text,
.cid-uBIIkMgGoS .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBIIkMgGoS .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBIIkMgGoS .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBIIkMgGoS .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBIIkMgGoS .mbr-card-title {
  color: #393193;
}
.cid-uBIIkMuAzv {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBIIkMuAzv .mbr-text {
  color: #000000;
}
.cid-uBIIkMuAzv .mbr-section-subtitle {
  color: #000000;
}
.cid-uBIIkMuAzv .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBIIkMuAzv .mbr-text,
.cid-uBIIkMuAzv .item .mbr-section-btn {
  text-align: left;
}
.cid-uBIIkMuAzv .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBIIkMuAzv .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBIIkMuAzv .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBIIkMuAzv .mbr-card-title {
  color: #393193;
}
.cid-uBIIkMLJIC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBIIkMLJIC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBIIkMLJIC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBIIkMLJIC .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBIIkMLJIC .footer-col {
    flex-direction: column;
  }
}
.cid-uBIIkMLJIC .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBIIkMLJIC .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBIIkMLJIC .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBIIkMLJIC .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBIIkMLJIC .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBIIkMLJIC .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBIIkMLJIC .soc-item {
  margin: 8px;
}
.cid-uBIIkMLJIC .soc-item a:hover .mbr-iconfont,
.cid-uBIIkMLJIC .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBIIkMLJIC .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBIIkMLJIC .row {
    text-align: center;
  }
  .cid-uBIIkMLJIC .social-row {
    justify-content: center;
  }
}
.cid-uBIIkMLJIC .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBIIkMLJIC .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBIIkMLJIC .list {
    margin-bottom: 0rem;
  }
}
.cid-uBIIkMLJIC .mbr-text {
  color: #bbbbbb;
}
.cid-uBIIkMLJIC .mbr-section-subtitle {
  color: #000000;
}
.cid-uBIIkMLJIC .list,
.cid-uBIIkMLJIC .item-wrap {
  color: #232323;
}
.cid-uBIIkMLJIC .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBIUWNnbVu {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/cholesterol-meta.webp");
}
.cid-uBIUWNnbVu .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBIUWNnbVu {
    align-items: flex-end;
  }
  .cid-uBIUWNnbVu .row {
    justify-content: center;
  }
  .cid-uBIUWNnbVu .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBIUWNnbVu .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBIUWNnbVu {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBIUWNnbVu .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBIUWNnbVu .content-wrap {
    width: 100%;
  }
}
.cid-uBIUWNnbVu .mbr-section-title,
.cid-uBIUWNnbVu .mbr-section-subtitle {
  text-align: center;
}
.cid-uBIUWNnbVu .mbr-text,
.cid-uBIUWNnbVu .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uBIUWNnbVu .mbr-section-title {
  color: #000000;
}
.cid-uBIUWNNrey {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBIUWNNrey .mbr-text {
  color: #000000;
}
.cid-uBIUWNNrey .mbr-section-subtitle {
  color: #000000;
}
.cid-uBIUWNNrey .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBIUWNNrey .mbr-text,
.cid-uBIUWNNrey .item .mbr-section-btn {
  text-align: left;
}
.cid-uBIUWNNrey .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBIUWNNrey .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBIUWNNrey .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBIUWNNrey .mbr-card-title {
  color: #393193;
}
.cid-uBIUWOdn9Z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBIUWOdn9Z .mbr-text {
  color: #000000;
}
.cid-uBIUWOdn9Z .mbr-section-subtitle {
  color: #000000;
}
.cid-uBIUWOdn9Z .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBIUWOdn9Z .mbr-text,
.cid-uBIUWOdn9Z .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBIUWOdn9Z .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBIUWOdn9Z .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBIUWOdn9Z .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBIUWOdn9Z .mbr-card-title {
  color: #393193;
}
.cid-uBK8TtOXSu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBK8TtOXSu .mbr-text {
  color: #000000;
}
.cid-uBK8TtOXSu .mbr-section-subtitle {
  color: #000000;
}
.cid-uBK8TtOXSu .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBK8TtOXSu .mbr-text,
.cid-uBK8TtOXSu .item .mbr-section-btn {
  text-align: left;
}
.cid-uBK8TtOXSu .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBK8TtOXSu .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBK8TtOXSu .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBK8TtOXSu .mbr-card-title {
  color: #393193;
}
.cid-uBK8SCHQZn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBK8SCHQZn .mbr-text {
  color: #000000;
}
.cid-uBK8SCHQZn .mbr-section-subtitle {
  color: #000000;
}
.cid-uBK8SCHQZn .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBK8SCHQZn .mbr-text,
.cid-uBK8SCHQZn .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBK8SCHQZn .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBK8SCHQZn .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBK8SCHQZn .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBK8SCHQZn .mbr-card-title {
  color: #393193;
}
.cid-uBIUWOztoO {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBIUWOztoO .mbr-text {
  color: #000000;
}
.cid-uBIUWOztoO .mbr-section-subtitle {
  color: #000000;
}
.cid-uBIUWOztoO .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBIUWOztoO .mbr-text,
.cid-uBIUWOztoO .item .mbr-section-btn {
  text-align: left;
}
.cid-uBIUWOztoO .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBIUWOztoO .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBIUWOztoO .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBIUWOztoO .mbr-card-title {
  color: #393193;
}
.cid-uBIUWOZY8k {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBIUWOZY8k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBIUWOZY8k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBIUWOZY8k .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBIUWOZY8k .footer-col {
    flex-direction: column;
  }
}
.cid-uBIUWOZY8k .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBIUWOZY8k .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBIUWOZY8k .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBIUWOZY8k .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBIUWOZY8k .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBIUWOZY8k .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBIUWOZY8k .soc-item {
  margin: 8px;
}
.cid-uBIUWOZY8k .soc-item a:hover .mbr-iconfont,
.cid-uBIUWOZY8k .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBIUWOZY8k .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBIUWOZY8k .row {
    text-align: center;
  }
  .cid-uBIUWOZY8k .social-row {
    justify-content: center;
  }
}
.cid-uBIUWOZY8k .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBIUWOZY8k .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBIUWOZY8k .list {
    margin-bottom: 0rem;
  }
}
.cid-uBIUWOZY8k .mbr-text {
  color: #bbbbbb;
}
.cid-uBIUWOZY8k .mbr-section-subtitle {
  color: #000000;
}
.cid-uBIUWOZY8k .list,
.cid-uBIUWOZY8k .item-wrap {
  color: #232323;
}
.cid-uBIUWOZY8k .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBKdCfpcDa {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bedsores-lg-1.webp");
}
.cid-uBKdCfpcDa .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBKdCfpcDa {
    align-items: flex-end;
  }
  .cid-uBKdCfpcDa .row {
    justify-content: center;
  }
  .cid-uBKdCfpcDa .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBKdCfpcDa .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBKdCfpcDa {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBKdCfpcDa .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBKdCfpcDa .content-wrap {
    width: 100%;
  }
}
.cid-uBKdCfpcDa .mbr-section-title,
.cid-uBKdCfpcDa .mbr-section-subtitle {
  text-align: center;
}
.cid-uBKdCfpcDa .mbr-text,
.cid-uBKdCfpcDa .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uBKdCfpcDa .mbr-section-title {
  color: #000000;
}
.cid-uBKdCfQXGb {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBKdCfQXGb .mbr-text {
  color: #000000;
}
.cid-uBKdCfQXGb .mbr-section-subtitle {
  color: #000000;
}
.cid-uBKdCfQXGb .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBKdCfQXGb .mbr-text,
.cid-uBKdCfQXGb .item .mbr-section-btn {
  text-align: left;
}
.cid-uBKdCfQXGb .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBKdCfQXGb .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBKdCfQXGb .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBKdCfQXGb .mbr-card-title {
  color: #393193;
}
.cid-uBKdCg73NK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBKdCg73NK .mbr-text {
  color: #000000;
}
.cid-uBKdCg73NK .mbr-section-subtitle {
  color: #000000;
}
.cid-uBKdCg73NK .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBKdCg73NK .mbr-text,
.cid-uBKdCg73NK .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBKdCg73NK .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBKdCg73NK .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBKdCg73NK .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBKdCg73NK .mbr-card-title {
  color: #393193;
}
.cid-uBKdCglZPq {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBKdCglZPq .mbr-text {
  color: #000000;
}
.cid-uBKdCglZPq .mbr-section-subtitle {
  color: #000000;
}
.cid-uBKdCglZPq .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBKdCglZPq .mbr-text,
.cid-uBKdCglZPq .item .mbr-section-btn {
  text-align: left;
}
.cid-uBKdCglZPq .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBKdCglZPq .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBKdCglZPq .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBKdCglZPq .mbr-card-title {
  color: #393193;
}
.cid-uBKdCgHU1j {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBKdCgHU1j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKdCgHU1j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKdCgHU1j .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBKdCgHU1j .footer-col {
    flex-direction: column;
  }
}
.cid-uBKdCgHU1j .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBKdCgHU1j .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBKdCgHU1j .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBKdCgHU1j .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBKdCgHU1j .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBKdCgHU1j .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBKdCgHU1j .soc-item {
  margin: 8px;
}
.cid-uBKdCgHU1j .soc-item a:hover .mbr-iconfont,
.cid-uBKdCgHU1j .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBKdCgHU1j .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBKdCgHU1j .row {
    text-align: center;
  }
  .cid-uBKdCgHU1j .social-row {
    justify-content: center;
  }
}
.cid-uBKdCgHU1j .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBKdCgHU1j .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBKdCgHU1j .list {
    margin-bottom: 0rem;
  }
}
.cid-uBKdCgHU1j .mbr-text {
  color: #bbbbbb;
}
.cid-uBKdCgHU1j .mbr-section-subtitle {
  color: #000000;
}
.cid-uBKdCgHU1j .list,
.cid-uBKdCgHU1j .item-wrap {
  color: #232323;
}
.cid-uBKdCgHU1j .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBKHHwm68n {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/inner-ear-lg-3.webp");
}
.cid-uBKHHwm68n .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBKHHwm68n {
    align-items: flex-end;
  }
  .cid-uBKHHwm68n .row {
    justify-content: center;
  }
  .cid-uBKHHwm68n .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBKHHwm68n .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBKHHwm68n {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBKHHwm68n .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBKHHwm68n .content-wrap {
    width: 100%;
  }
}
.cid-uBKHHwm68n .mbr-section-title,
.cid-uBKHHwm68n .mbr-section-subtitle {
  text-align: center;
}
.cid-uBKHHwm68n .mbr-text,
.cid-uBKHHwm68n .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uBKHHwm68n .mbr-section-title {
  color: #000000;
}
.cid-uBKHHwLxk9 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBKHHwLxk9 .mbr-text {
  color: #000000;
}
.cid-uBKHHwLxk9 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBKHHwLxk9 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBKHHwLxk9 .mbr-text,
.cid-uBKHHwLxk9 .item .mbr-section-btn {
  text-align: left;
}
.cid-uBKHHwLxk9 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBKHHwLxk9 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBKHHwLxk9 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBKHHwLxk9 .mbr-card-title {
  color: #393193;
}
.cid-uBKJhMNe4J {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBKJhMNe4J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKJhMNe4J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKJhMNe4J .row {
  flex-direction: row-reverse;
}
.cid-uBKJhMNe4J .mbr-description {
  text-align: center;
}
.cid-uBKJj3B7OT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBKJj3B7OT .mbr-text {
  color: #000000;
}
.cid-uBKJj3B7OT .mbr-section-subtitle {
  color: #000000;
}
.cid-uBKJj3B7OT .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBKJj3B7OT .mbr-text,
.cid-uBKJj3B7OT .item .mbr-section-btn {
  text-align: left;
}
.cid-uBKJj3B7OT .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBKJj3B7OT .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBKJj3B7OT .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBKJj3B7OT .mbr-card-title {
  color: #393193;
}
.cid-uBKHHx0ipS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBKHHx0ipS .mbr-text {
  color: #000000;
}
.cid-uBKHHx0ipS .mbr-section-subtitle {
  color: #000000;
}
.cid-uBKHHx0ipS .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBKHHx0ipS .mbr-text,
.cid-uBKHHx0ipS .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBKHHx0ipS .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBKHHx0ipS .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBKHHx0ipS .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBKHHx0ipS .mbr-card-title {
  color: #393193;
}
.cid-uBKJI40rBT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBKJI40rBT .mbr-text {
  color: #000000;
}
.cid-uBKJI40rBT .mbr-section-subtitle {
  color: #000000;
}
.cid-uBKJI40rBT .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBKJI40rBT .mbr-text,
.cid-uBKJI40rBT .item .mbr-section-btn {
  text-align: left;
}
.cid-uBKJI40rBT .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBKJI40rBT .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBKJI40rBT .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBKJI40rBT .mbr-card-title {
  color: #393193;
}
.cid-uBKJIZ0ZiR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBKJIZ0ZiR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKJIZ0ZiR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKJIZ0ZiR .row {
  flex-direction: row-reverse;
}
.cid-uBKJIZ0ZiR .mbr-description {
  text-align: center;
}
.cid-uBKHHxhH5j {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBKHHxhH5j .mbr-text {
  color: #000000;
}
.cid-uBKHHxhH5j .mbr-section-subtitle {
  color: #000000;
}
.cid-uBKHHxhH5j .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBKHHxhH5j .mbr-text,
.cid-uBKHHxhH5j .item .mbr-section-btn {
  text-align: left;
}
.cid-uBKHHxhH5j .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBKHHxhH5j .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBKHHxhH5j .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBKHHxhH5j .mbr-card-title {
  color: #393193;
}
.cid-uBKHHxz7Zm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBKHHxz7Zm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKHHxz7Zm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKHHxz7Zm .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBKHHxz7Zm .footer-col {
    flex-direction: column;
  }
}
.cid-uBKHHxz7Zm .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBKHHxz7Zm .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBKHHxz7Zm .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBKHHxz7Zm .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBKHHxz7Zm .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBKHHxz7Zm .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBKHHxz7Zm .soc-item {
  margin: 8px;
}
.cid-uBKHHxz7Zm .soc-item a:hover .mbr-iconfont,
.cid-uBKHHxz7Zm .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBKHHxz7Zm .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBKHHxz7Zm .row {
    text-align: center;
  }
  .cid-uBKHHxz7Zm .social-row {
    justify-content: center;
  }
}
.cid-uBKHHxz7Zm .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBKHHxz7Zm .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBKHHxz7Zm .list {
    margin-bottom: 0rem;
  }
}
.cid-uBKHHxz7Zm .mbr-text {
  color: #bbbbbb;
}
.cid-uBKHHxz7Zm .mbr-section-subtitle {
  color: #000000;
}
.cid-uBKHHxz7Zm .list,
.cid-uBKHHxz7Zm .item-wrap {
  color: #232323;
}
.cid-uBKHHxz7Zm .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBKNN5UDRb {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/cataracts-meta.webp");
}
.cid-uBKNN5UDRb .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBKNN5UDRb {
    align-items: flex-end;
  }
  .cid-uBKNN5UDRb .row {
    justify-content: center;
  }
  .cid-uBKNN5UDRb .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBKNN5UDRb .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBKNN5UDRb {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBKNN5UDRb .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBKNN5UDRb .content-wrap {
    width: 100%;
  }
}
.cid-uBKNN5UDRb .mbr-section-title,
.cid-uBKNN5UDRb .mbr-section-subtitle {
  text-align: center;
}
.cid-uBKNN5UDRb .mbr-text,
.cid-uBKNN5UDRb .mbr-section-btn {
  text-align: center;
}
.cid-uBKNN6qRzq {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBKNN6qRzq .mbr-text {
  color: #000000;
}
.cid-uBKNN6qRzq .mbr-section-subtitle {
  color: #000000;
}
.cid-uBKNN6qRzq .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBKNN6qRzq .mbr-text,
.cid-uBKNN6qRzq .item .mbr-section-btn {
  text-align: left;
}
.cid-uBKNN6qRzq .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBKNN6qRzq .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBKNN6qRzq .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBKNN6qRzq .mbr-card-title {
  color: #393193;
}
.cid-uBKOyxcM6o {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBKOyxcM6o .mbr-text {
  color: #000000;
}
.cid-uBKOyxcM6o .mbr-section-subtitle {
  color: #000000;
}
.cid-uBKOyxcM6o .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBKOyxcM6o .mbr-text,
.cid-uBKOyxcM6o .item .mbr-section-btn {
  text-align: left;
}
.cid-uBKOyxcM6o .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBKOyxcM6o .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBKOyxcM6o .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBKOyxcM6o .mbr-card-title {
  color: #393193;
}
.cid-uBKOrCUkwB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBKOrCUkwB .mbr-text {
  color: #000000;
}
.cid-uBKOrCUkwB .mbr-section-subtitle {
  color: #000000;
}
.cid-uBKOrCUkwB .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBKOrCUkwB .mbr-text,
.cid-uBKOrCUkwB .item .mbr-section-btn {
  text-align: left;
}
.cid-uBKOrCUkwB .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBKOrCUkwB .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBKOrCUkwB .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBKOrCUkwB .mbr-card-title {
  color: #393193;
}
.cid-uBKNN6MlCC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBKNN6MlCC .mbr-text {
  color: #000000;
}
.cid-uBKNN6MlCC .mbr-section-subtitle {
  color: #000000;
}
.cid-uBKNN6MlCC .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBKNN6MlCC .mbr-text,
.cid-uBKNN6MlCC .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBKNN6MlCC .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBKNN6MlCC .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBKNN6MlCC .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBKNN6MlCC .mbr-card-title {
  color: #393193;
}
.cid-uBKNN70hK1 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBKNN70hK1 .mbr-text {
  color: #000000;
}
.cid-uBKNN70hK1 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBKNN70hK1 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBKNN70hK1 .mbr-text,
.cid-uBKNN70hK1 .item .mbr-section-btn {
  text-align: left;
}
.cid-uBKNN70hK1 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBKNN70hK1 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBKNN70hK1 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBKNN70hK1 .mbr-card-title {
  color: #393193;
}
.cid-uBKNN7eXcz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBKNN7eXcz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKNN7eXcz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKNN7eXcz .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBKNN7eXcz .footer-col {
    flex-direction: column;
  }
}
.cid-uBKNN7eXcz .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBKNN7eXcz .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBKNN7eXcz .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBKNN7eXcz .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBKNN7eXcz .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBKNN7eXcz .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBKNN7eXcz .soc-item {
  margin: 8px;
}
.cid-uBKNN7eXcz .soc-item a:hover .mbr-iconfont,
.cid-uBKNN7eXcz .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBKNN7eXcz .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBKNN7eXcz .row {
    text-align: center;
  }
  .cid-uBKNN7eXcz .social-row {
    justify-content: center;
  }
}
.cid-uBKNN7eXcz .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBKNN7eXcz .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBKNN7eXcz .list {
    margin-bottom: 0rem;
  }
}
.cid-uBKNN7eXcz .mbr-text {
  color: #bbbbbb;
}
.cid-uBKNN7eXcz .mbr-section-subtitle {
  color: #000000;
}
.cid-uBKNN7eXcz .list,
.cid-uBKNN7eXcz .item-wrap {
  color: #232323;
}
.cid-uBKNN7eXcz .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBKSZOnPA0 {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/vision-meta.webp");
}
.cid-uBKSZOnPA0 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBKSZOnPA0 {
    align-items: flex-end;
  }
  .cid-uBKSZOnPA0 .row {
    justify-content: center;
  }
  .cid-uBKSZOnPA0 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBKSZOnPA0 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBKSZOnPA0 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBKSZOnPA0 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBKSZOnPA0 .content-wrap {
    width: 100%;
  }
}
.cid-uBKSZOnPA0 .mbr-section-title,
.cid-uBKSZOnPA0 .mbr-section-subtitle {
  text-align: center;
}
.cid-uBKSZOnPA0 .mbr-text,
.cid-uBKSZOnPA0 .mbr-section-btn {
  text-align: center;
}
.cid-uBKSZOJIie {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBKSZOJIie .mbr-text {
  color: #000000;
}
.cid-uBKSZOJIie .mbr-section-subtitle {
  color: #000000;
}
.cid-uBKSZOJIie .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBKSZOJIie .mbr-text,
.cid-uBKSZOJIie .item .mbr-section-btn {
  text-align: left;
}
.cid-uBKSZOJIie .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBKSZOJIie .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBKSZOJIie .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBKSZOJIie .mbr-card-title {
  color: #393193;
}
.cid-uBKSZOZ4s0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBKSZOZ4s0 .mbr-text {
  color: #000000;
}
.cid-uBKSZOZ4s0 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBKSZOZ4s0 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBKSZOZ4s0 .mbr-text,
.cid-uBKSZOZ4s0 .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBKSZOZ4s0 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBKSZOZ4s0 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBKSZOZ4s0 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBKSZOZ4s0 .mbr-card-title {
  color: #393193;
}
.cid-uBKSZPeCwY {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBKSZPeCwY .mbr-text {
  color: #000000;
}
.cid-uBKSZPeCwY .mbr-section-subtitle {
  color: #000000;
}
.cid-uBKSZPeCwY .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBKSZPeCwY .mbr-text,
.cid-uBKSZPeCwY .item .mbr-section-btn {
  text-align: left;
}
.cid-uBKSZPeCwY .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBKSZPeCwY .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBKSZPeCwY .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBKSZPeCwY .mbr-card-title {
  color: #393193;
}
.cid-uBKSZPrRyP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBKSZPrRyP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKSZPrRyP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKSZPrRyP .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBKSZPrRyP .footer-col {
    flex-direction: column;
  }
}
.cid-uBKSZPrRyP .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBKSZPrRyP .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBKSZPrRyP .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBKSZPrRyP .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBKSZPrRyP .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBKSZPrRyP .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBKSZPrRyP .soc-item {
  margin: 8px;
}
.cid-uBKSZPrRyP .soc-item a:hover .mbr-iconfont,
.cid-uBKSZPrRyP .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBKSZPrRyP .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBKSZPrRyP .row {
    text-align: center;
  }
  .cid-uBKSZPrRyP .social-row {
    justify-content: center;
  }
}
.cid-uBKSZPrRyP .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBKSZPrRyP .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBKSZPrRyP .list {
    margin-bottom: 0rem;
  }
}
.cid-uBKSZPrRyP .mbr-text {
  color: #bbbbbb;
}
.cid-uBKSZPrRyP .mbr-section-subtitle {
  color: #000000;
}
.cid-uBKSZPrRyP .list,
.cid-uBKSZPrRyP .item-wrap {
  color: #232323;
}
.cid-uBKSZPrRyP .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBKY6ELbZI {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/milk-meta.webp");
}
.cid-uBKY6ELbZI .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBKY6ELbZI {
    align-items: flex-end;
  }
  .cid-uBKY6ELbZI .row {
    justify-content: center;
  }
  .cid-uBKY6ELbZI .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBKY6ELbZI .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBKY6ELbZI {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBKY6ELbZI .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBKY6ELbZI .content-wrap {
    width: 100%;
  }
}
.cid-uBKY6ELbZI .mbr-section-title,
.cid-uBKY6ELbZI .mbr-section-subtitle {
  text-align: center;
}
.cid-uBKY6ELbZI .mbr-text,
.cid-uBKY6ELbZI .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uBKY6ELbZI .mbr-section-title {
  color: #000000;
}
.cid-uBKY6Fi1A8 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBKY6Fi1A8 .mbr-text {
  color: #000000;
}
.cid-uBKY6Fi1A8 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBKY6Fi1A8 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBKY6Fi1A8 .mbr-text,
.cid-uBKY6Fi1A8 .item .mbr-section-btn {
  text-align: left;
}
.cid-uBKY6Fi1A8 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBKY6Fi1A8 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBKY6Fi1A8 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBKY6Fi1A8 .mbr-card-title {
  color: #393193;
}
.cid-uBKY6FBBoT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBKY6FBBoT .mbr-text {
  color: #000000;
}
.cid-uBKY6FBBoT .mbr-section-subtitle {
  color: #000000;
}
.cid-uBKY6FBBoT .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBKY6FBBoT .mbr-text,
.cid-uBKY6FBBoT .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBKY6FBBoT .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBKY6FBBoT .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBKY6FBBoT .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBKY6FBBoT .mbr-card-title {
  color: #393193;
}
.cid-uBKY6FPaIs {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBKY6FPaIs .mbr-text {
  color: #000000;
}
.cid-uBKY6FPaIs .mbr-section-subtitle {
  color: #000000;
}
.cid-uBKY6FPaIs .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBKY6FPaIs .mbr-text,
.cid-uBKY6FPaIs .item .mbr-section-btn {
  text-align: left;
}
.cid-uBKY6FPaIs .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBKY6FPaIs .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBKY6FPaIs .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBKY6FPaIs .mbr-card-title {
  color: #393193;
}
.cid-uBKY6G3B2O {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBKY6G3B2O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKY6G3B2O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKY6G3B2O .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBKY6G3B2O .footer-col {
    flex-direction: column;
  }
}
.cid-uBKY6G3B2O .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBKY6G3B2O .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBKY6G3B2O .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBKY6G3B2O .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBKY6G3B2O .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBKY6G3B2O .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBKY6G3B2O .soc-item {
  margin: 8px;
}
.cid-uBKY6G3B2O .soc-item a:hover .mbr-iconfont,
.cid-uBKY6G3B2O .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBKY6G3B2O .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBKY6G3B2O .row {
    text-align: center;
  }
  .cid-uBKY6G3B2O .social-row {
    justify-content: center;
  }
}
.cid-uBKY6G3B2O .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBKY6G3B2O .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBKY6G3B2O .list {
    margin-bottom: 0rem;
  }
}
.cid-uBKY6G3B2O .mbr-text {
  color: #bbbbbb;
}
.cid-uBKY6G3B2O .mbr-section-subtitle {
  color: #000000;
}
.cid-uBKY6G3B2O .list,
.cid-uBKY6G3B2O .item-wrap {
  color: #232323;
}
.cid-uBKY6G3B2O .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBL5ZwyfSg {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/brain-functions-lg.webp");
}
.cid-uBL5ZwyfSg .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBL5ZwyfSg {
    align-items: flex-end;
  }
  .cid-uBL5ZwyfSg .row {
    justify-content: center;
  }
  .cid-uBL5ZwyfSg .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBL5ZwyfSg .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBL5ZwyfSg {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBL5ZwyfSg .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBL5ZwyfSg .content-wrap {
    width: 100%;
  }
}
.cid-uBL5ZwyfSg .mbr-section-title,
.cid-uBL5ZwyfSg .mbr-section-subtitle {
  text-align: center;
}
.cid-uBL5ZwyfSg .mbr-text,
.cid-uBL5ZwyfSg .mbr-section-btn {
  text-align: center;
}
.cid-uBL5Zx7XBQ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBL5Zx7XBQ .mbr-text {
  color: #000000;
}
.cid-uBL5Zx7XBQ .mbr-section-subtitle {
  color: #000000;
}
.cid-uBL5Zx7XBQ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBL5Zx7XBQ .mbr-text,
.cid-uBL5Zx7XBQ .item .mbr-section-btn {
  text-align: left;
}
.cid-uBL5Zx7XBQ .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBL5Zx7XBQ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBL5Zx7XBQ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBL5Zx7XBQ .mbr-card-title {
  color: #393193;
}
.cid-uBL5ZxtTOQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBL5ZxtTOQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBL5ZxtTOQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBL5ZxtTOQ .row {
  flex-direction: row-reverse;
}
.cid-uBL5ZxtTOQ .mbr-description {
  text-align: center;
}
.cid-uBL6XyhTCR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBL6XyhTCR .mbr-text {
  color: #000000;
}
.cid-uBL6XyhTCR .mbr-section-subtitle {
  color: #000000;
}
.cid-uBL6XyhTCR .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBL6XyhTCR .mbr-text,
.cid-uBL6XyhTCR .item .mbr-section-btn {
  text-align: left;
}
.cid-uBL6XyhTCR .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBL6XyhTCR .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBL6XyhTCR .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBL6XyhTCR .mbr-card-title {
  color: #393193;
}
.cid-uBL5ZxPrbK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBL5ZxPrbK .mbr-text {
  color: #000000;
}
.cid-uBL5ZxPrbK .mbr-section-subtitle {
  color: #000000;
}
.cid-uBL5ZxPrbK .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBL5ZxPrbK .mbr-text,
.cid-uBL5ZxPrbK .item .mbr-section-btn {
  text-align: left;
}
.cid-uBL5ZxPrbK .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBL5ZxPrbK .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBL5ZxPrbK .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBL5ZxPrbK .mbr-card-title {
  color: #393193;
}
.cid-uBL5Zy5hZF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBL5Zy5hZF .mbr-text {
  color: #000000;
}
.cid-uBL5Zy5hZF .mbr-section-subtitle {
  color: #000000;
}
.cid-uBL5Zy5hZF .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBL5Zy5hZF .mbr-text,
.cid-uBL5Zy5hZF .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBL5Zy5hZF .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBL5Zy5hZF .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBL5Zy5hZF .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBL5Zy5hZF .mbr-card-title {
  color: #393193;
}
.cid-uBL5ZynqJ2 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBL5ZynqJ2 .mbr-text {
  color: #000000;
}
.cid-uBL5ZynqJ2 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBL5ZynqJ2 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBL5ZynqJ2 .mbr-text,
.cid-uBL5ZynqJ2 .item .mbr-section-btn {
  text-align: left;
}
.cid-uBL5ZynqJ2 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBL5ZynqJ2 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBL5ZynqJ2 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBL5ZynqJ2 .mbr-card-title {
  color: #393193;
}
.cid-uBL5ZyFnh6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBL5ZyFnh6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBL5ZyFnh6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBL5ZyFnh6 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBL5ZyFnh6 .footer-col {
    flex-direction: column;
  }
}
.cid-uBL5ZyFnh6 .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBL5ZyFnh6 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBL5ZyFnh6 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBL5ZyFnh6 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBL5ZyFnh6 .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBL5ZyFnh6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBL5ZyFnh6 .soc-item {
  margin: 8px;
}
.cid-uBL5ZyFnh6 .soc-item a:hover .mbr-iconfont,
.cid-uBL5ZyFnh6 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBL5ZyFnh6 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBL5ZyFnh6 .row {
    text-align: center;
  }
  .cid-uBL5ZyFnh6 .social-row {
    justify-content: center;
  }
}
.cid-uBL5ZyFnh6 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBL5ZyFnh6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBL5ZyFnh6 .list {
    margin-bottom: 0rem;
  }
}
.cid-uBL5ZyFnh6 .mbr-text {
  color: #bbbbbb;
}
.cid-uBL5ZyFnh6 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBL5ZyFnh6 .list,
.cid-uBL5ZyFnh6 .item-wrap {
  color: #232323;
}
.cid-uBL5ZyFnh6 .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBLaXrgby5 {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/pupil-lg.webp");
}
.cid-uBLaXrgby5 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBLaXrgby5 {
    align-items: flex-end;
  }
  .cid-uBLaXrgby5 .row {
    justify-content: center;
  }
  .cid-uBLaXrgby5 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBLaXrgby5 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBLaXrgby5 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBLaXrgby5 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBLaXrgby5 .content-wrap {
    width: 100%;
  }
}
.cid-uBLaXrgby5 .mbr-section-title,
.cid-uBLaXrgby5 .mbr-section-subtitle {
  text-align: center;
}
.cid-uBLaXrgby5 .mbr-text,
.cid-uBLaXrgby5 .mbr-section-btn {
  text-align: center;
}
.cid-uBLaXrHnQl {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBLaXrHnQl .mbr-text {
  color: #000000;
}
.cid-uBLaXrHnQl .mbr-section-subtitle {
  color: #000000;
}
.cid-uBLaXrHnQl .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBLaXrHnQl .mbr-text,
.cid-uBLaXrHnQl .item .mbr-section-btn {
  text-align: left;
}
.cid-uBLaXrHnQl .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBLaXrHnQl .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBLaXrHnQl .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBLaXrHnQl .mbr-card-title {
  color: #393193;
}
.cid-uBLaXs3ADC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBLaXs3ADC .mbr-text {
  color: #000000;
}
.cid-uBLaXs3ADC .mbr-section-subtitle {
  color: #000000;
}
.cid-uBLaXs3ADC .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBLaXs3ADC .mbr-text,
.cid-uBLaXs3ADC .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBLaXs3ADC .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBLaXs3ADC .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBLaXs3ADC .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBLaXs3ADC .mbr-card-title {
  color: #393193;
}
.cid-uBLaXszhio {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBLaXszhio .mbr-text {
  color: #000000;
}
.cid-uBLaXszhio .mbr-section-subtitle {
  color: #000000;
}
.cid-uBLaXszhio .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBLaXszhio .mbr-text,
.cid-uBLaXszhio .item .mbr-section-btn {
  text-align: left;
}
.cid-uBLaXszhio .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBLaXszhio .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBLaXszhio .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBLaXszhio .mbr-card-title {
  color: #393193;
}
.cid-uBLaXsVItp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBLaXsVItp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBLaXsVItp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBLaXsVItp .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBLaXsVItp .footer-col {
    flex-direction: column;
  }
}
.cid-uBLaXsVItp .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBLaXsVItp .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBLaXsVItp .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBLaXsVItp .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBLaXsVItp .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBLaXsVItp .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBLaXsVItp .soc-item {
  margin: 8px;
}
.cid-uBLaXsVItp .soc-item a:hover .mbr-iconfont,
.cid-uBLaXsVItp .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBLaXsVItp .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBLaXsVItp .row {
    text-align: center;
  }
  .cid-uBLaXsVItp .social-row {
    justify-content: center;
  }
}
.cid-uBLaXsVItp .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBLaXsVItp .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBLaXsVItp .list {
    margin-bottom: 0rem;
  }
}
.cid-uBLaXsVItp .mbr-text {
  color: #bbbbbb;
}
.cid-uBLaXsVItp .mbr-section-subtitle {
  color: #000000;
}
.cid-uBLaXsVItp .list,
.cid-uBLaXsVItp .item-wrap {
  color: #232323;
}
.cid-uBLaXsVItp .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBLf0cNX5q {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/fingerprints-lg-1.webp");
}
.cid-uBLf0cNX5q .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBLf0cNX5q {
    align-items: flex-end;
  }
  .cid-uBLf0cNX5q .row {
    justify-content: center;
  }
  .cid-uBLf0cNX5q .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBLf0cNX5q .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBLf0cNX5q {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBLf0cNX5q .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBLf0cNX5q .content-wrap {
    width: 100%;
  }
}
.cid-uBLf0cNX5q .mbr-section-title,
.cid-uBLf0cNX5q .mbr-section-subtitle {
  text-align: center;
}
.cid-uBLf0cNX5q .mbr-text,
.cid-uBLf0cNX5q .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uBLf0cNX5q .mbr-section-title {
  color: #000000;
}
.cid-uBLf0dhyjf {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBLf0dhyjf .mbr-text {
  color: #000000;
}
.cid-uBLf0dhyjf .mbr-section-subtitle {
  color: #000000;
}
.cid-uBLf0dhyjf .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBLf0dhyjf .mbr-text,
.cid-uBLf0dhyjf .item .mbr-section-btn {
  text-align: left;
}
.cid-uBLf0dhyjf .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBLf0dhyjf .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBLf0dhyjf .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBLf0dhyjf .mbr-card-title {
  color: #393193;
}
.cid-uBLf0dzmLq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBLf0dzmLq .mbr-text {
  color: #000000;
}
.cid-uBLf0dzmLq .mbr-section-subtitle {
  color: #000000;
}
.cid-uBLf0dzmLq .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBLf0dzmLq .mbr-text,
.cid-uBLf0dzmLq .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBLf0dzmLq .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBLf0dzmLq .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBLf0dzmLq .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBLf0dzmLq .mbr-card-title {
  color: #393193;
}
.cid-uBLf0dNCgA {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBLf0dNCgA .mbr-text {
  color: #000000;
}
.cid-uBLf0dNCgA .mbr-section-subtitle {
  color: #000000;
}
.cid-uBLf0dNCgA .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBLf0dNCgA .mbr-text,
.cid-uBLf0dNCgA .item .mbr-section-btn {
  text-align: left;
}
.cid-uBLf0dNCgA .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBLf0dNCgA .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBLf0dNCgA .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBLf0dNCgA .mbr-card-title {
  color: #393193;
}
.cid-uBLf0e1vEr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBLf0e1vEr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBLf0e1vEr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBLf0e1vEr .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBLf0e1vEr .footer-col {
    flex-direction: column;
  }
}
.cid-uBLf0e1vEr .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBLf0e1vEr .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBLf0e1vEr .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBLf0e1vEr .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBLf0e1vEr .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBLf0e1vEr .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBLf0e1vEr .soc-item {
  margin: 8px;
}
.cid-uBLf0e1vEr .soc-item a:hover .mbr-iconfont,
.cid-uBLf0e1vEr .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBLf0e1vEr .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBLf0e1vEr .row {
    text-align: center;
  }
  .cid-uBLf0e1vEr .social-row {
    justify-content: center;
  }
}
.cid-uBLf0e1vEr .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBLf0e1vEr .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBLf0e1vEr .list {
    margin-bottom: 0rem;
  }
}
.cid-uBLf0e1vEr .mbr-text {
  color: #bbbbbb;
}
.cid-uBLf0e1vEr .mbr-section-subtitle {
  color: #000000;
}
.cid-uBLf0e1vEr .list,
.cid-uBLf0e1vEr .item-wrap {
  color: #232323;
}
.cid-uBLf0e1vEr .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBLjKGe3sf {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/inner-ear-med.webp");
}
.cid-uBLjKGe3sf .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBLjKGe3sf {
    align-items: flex-end;
  }
  .cid-uBLjKGe3sf .row {
    justify-content: center;
  }
  .cid-uBLjKGe3sf .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBLjKGe3sf .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBLjKGe3sf {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBLjKGe3sf .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBLjKGe3sf .content-wrap {
    width: 100%;
  }
}
.cid-uBLjKGe3sf .mbr-section-title,
.cid-uBLjKGe3sf .mbr-section-subtitle {
  text-align: center;
}
.cid-uBLjKGe3sf .mbr-text,
.cid-uBLjKGe3sf .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uBLjKGe3sf .mbr-section-title {
  color: #000000;
}
.cid-uBLjKGPTWv {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBLjKGPTWv .mbr-text {
  color: #000000;
}
.cid-uBLjKGPTWv .mbr-section-subtitle {
  color: #000000;
}
.cid-uBLjKGPTWv .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBLjKGPTWv .mbr-text,
.cid-uBLjKGPTWv .item .mbr-section-btn {
  text-align: left;
}
.cid-uBLjKGPTWv .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBLjKGPTWv .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBLjKGPTWv .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBLjKGPTWv .mbr-card-title {
  color: #393193;
}
.cid-uBLjKHdCgH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBLjKHdCgH .mbr-text {
  color: #000000;
}
.cid-uBLjKHdCgH .mbr-section-subtitle {
  color: #000000;
}
.cid-uBLjKHdCgH .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBLjKHdCgH .mbr-text,
.cid-uBLjKHdCgH .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBLjKHdCgH .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBLjKHdCgH .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBLjKHdCgH .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBLjKHdCgH .mbr-card-title {
  color: #393193;
}
.cid-uBLjKHsdIl {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBLjKHsdIl .mbr-text {
  color: #000000;
}
.cid-uBLjKHsdIl .mbr-section-subtitle {
  color: #000000;
}
.cid-uBLjKHsdIl .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBLjKHsdIl .mbr-text,
.cid-uBLjKHsdIl .item .mbr-section-btn {
  text-align: left;
}
.cid-uBLjKHsdIl .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBLjKHsdIl .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBLjKHsdIl .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBLjKHsdIl .mbr-card-title {
  color: #393193;
}
.cid-uBLjKHGCQ8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBLjKHGCQ8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBLjKHGCQ8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBLjKHGCQ8 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBLjKHGCQ8 .footer-col {
    flex-direction: column;
  }
}
.cid-uBLjKHGCQ8 .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBLjKHGCQ8 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBLjKHGCQ8 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBLjKHGCQ8 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBLjKHGCQ8 .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBLjKHGCQ8 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBLjKHGCQ8 .soc-item {
  margin: 8px;
}
.cid-uBLjKHGCQ8 .soc-item a:hover .mbr-iconfont,
.cid-uBLjKHGCQ8 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBLjKHGCQ8 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBLjKHGCQ8 .row {
    text-align: center;
  }
  .cid-uBLjKHGCQ8 .social-row {
    justify-content: center;
  }
}
.cid-uBLjKHGCQ8 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBLjKHGCQ8 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBLjKHGCQ8 .list {
    margin-bottom: 0rem;
  }
}
.cid-uBLjKHGCQ8 .mbr-text {
  color: #bbbbbb;
}
.cid-uBLjKHGCQ8 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBLjKHGCQ8 .list,
.cid-uBLjKHGCQ8 .item-wrap {
  color: #232323;
}
.cid-uBLjKHGCQ8 .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBLnjLd3bZ {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/skin-nerves-lg.webp");
}
.cid-uBLnjLd3bZ .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBLnjLd3bZ {
    align-items: flex-end;
  }
  .cid-uBLnjLd3bZ .row {
    justify-content: center;
  }
  .cid-uBLnjLd3bZ .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBLnjLd3bZ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBLnjLd3bZ {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBLnjLd3bZ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBLnjLd3bZ .content-wrap {
    width: 100%;
  }
}
.cid-uBLnjLd3bZ .mbr-section-title,
.cid-uBLnjLd3bZ .mbr-section-subtitle {
  text-align: center;
}
.cid-uBLnjLd3bZ .mbr-text,
.cid-uBLnjLd3bZ .mbr-section-btn {
  text-align: center;
}
.cid-uBLnjLX1Qd {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBLnjLX1Qd .mbr-text {
  color: #000000;
}
.cid-uBLnjLX1Qd .mbr-section-subtitle {
  color: #000000;
}
.cid-uBLnjLX1Qd .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBLnjLX1Qd .mbr-text,
.cid-uBLnjLX1Qd .item .mbr-section-btn {
  text-align: left;
}
.cid-uBLnjLX1Qd .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBLnjLX1Qd .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBLnjLX1Qd .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBLnjLX1Qd .mbr-card-title {
  color: #393193;
}
.cid-uBLo3IQ5qH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBLo3IQ5qH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBLo3IQ5qH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBLo3IQ5qH .row {
  flex-direction: row-reverse;
}
.cid-uBLo3IQ5qH .mbr-description {
  text-align: center;
}
.cid-uBLoeh4RoI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBLoeh4RoI .mbr-text {
  color: #000000;
}
.cid-uBLoeh4RoI .mbr-section-subtitle {
  color: #000000;
}
.cid-uBLoeh4RoI .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBLoeh4RoI .mbr-text,
.cid-uBLoeh4RoI .item .mbr-section-btn {
  text-align: left;
}
.cid-uBLoeh4RoI .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBLoeh4RoI .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBLoeh4RoI .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBLoeh4RoI .mbr-card-title {
  color: #393193;
}
.cid-uBLnjMIBPR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBLnjMIBPR .mbr-text {
  color: #000000;
}
.cid-uBLnjMIBPR .mbr-section-subtitle {
  color: #000000;
}
.cid-uBLnjMIBPR .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBLnjMIBPR .mbr-text,
.cid-uBLnjMIBPR .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBLnjMIBPR .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBLnjMIBPR .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBLnjMIBPR .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBLnjMIBPR .mbr-card-title {
  color: #393193;
}
.cid-uBLnjNeYD9 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBLnjNeYD9 .mbr-text {
  color: #000000;
}
.cid-uBLnjNeYD9 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBLnjNeYD9 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBLnjNeYD9 .mbr-text,
.cid-uBLnjNeYD9 .item .mbr-section-btn {
  text-align: left;
}
.cid-uBLnjNeYD9 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBLnjNeYD9 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBLnjNeYD9 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBLnjNeYD9 .mbr-card-title {
  color: #393193;
}
.cid-uBLnjNNgV9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBLnjNNgV9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBLnjNNgV9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBLnjNNgV9 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBLnjNNgV9 .footer-col {
    flex-direction: column;
  }
}
.cid-uBLnjNNgV9 .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBLnjNNgV9 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBLnjNNgV9 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBLnjNNgV9 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBLnjNNgV9 .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBLnjNNgV9 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBLnjNNgV9 .soc-item {
  margin: 8px;
}
.cid-uBLnjNNgV9 .soc-item a:hover .mbr-iconfont,
.cid-uBLnjNNgV9 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBLnjNNgV9 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBLnjNNgV9 .row {
    text-align: center;
  }
  .cid-uBLnjNNgV9 .social-row {
    justify-content: center;
  }
}
.cid-uBLnjNNgV9 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBLnjNNgV9 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBLnjNNgV9 .list {
    margin-bottom: 0rem;
  }
}
.cid-uBLnjNNgV9 .mbr-text {
  color: #bbbbbb;
}
.cid-uBLnjNNgV9 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBLnjNNgV9 .list,
.cid-uBLnjNNgV9 .item-wrap {
  color: #232323;
}
.cid-uBLnjNNgV9 .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBOB3ylLbg {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/atmosphere-lg.webp");
}
.cid-uBOB3ylLbg .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBOB3ylLbg {
    align-items: flex-end;
  }
  .cid-uBOB3ylLbg .row {
    justify-content: center;
  }
  .cid-uBOB3ylLbg .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBOB3ylLbg .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBOB3ylLbg {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBOB3ylLbg .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBOB3ylLbg .content-wrap {
    width: 100%;
  }
}
.cid-uBOB3ylLbg .mbr-section-title,
.cid-uBOB3ylLbg .mbr-section-subtitle {
  text-align: center;
}
.cid-uBOB3ylLbg .mbr-text,
.cid-uBOB3ylLbg .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uBOB3ylLbg .mbr-section-title {
  color: #000000;
}
.cid-uBOB3yY3wX {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBOB3yY3wX .mbr-text {
  color: #000000;
}
.cid-uBOB3yY3wX .mbr-section-subtitle {
  color: #000000;
}
.cid-uBOB3yY3wX .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBOB3yY3wX .mbr-text,
.cid-uBOB3yY3wX .item .mbr-section-btn {
  text-align: left;
}
.cid-uBOB3yY3wX .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBOB3yY3wX .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBOB3yY3wX .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBOB3yY3wX .mbr-card-title {
  color: #393193;
}
.cid-uBOCvvKi16 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBOCvvKi16 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBOCvvKi16 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBOCvvKi16 .row {
  flex-direction: row-reverse;
}
.cid-uBOCvvKi16 .mbr-description {
  text-align: center;
}
.cid-uBOCLbIOwi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBOCLbIOwi .mbr-text {
  color: #000000;
}
.cid-uBOCLbIOwi .mbr-section-subtitle {
  color: #000000;
}
.cid-uBOCLbIOwi .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBOCLbIOwi .mbr-text,
.cid-uBOCLbIOwi .item .mbr-section-btn {
  text-align: left;
}
.cid-uBOCLbIOwi .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBOCLbIOwi .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBOCLbIOwi .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBOCLbIOwi .mbr-card-title {
  color: #393193;
}
.cid-uBOB3zmiGo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBOB3zmiGo .mbr-text {
  color: #000000;
}
.cid-uBOB3zmiGo .mbr-section-subtitle {
  color: #000000;
}
.cid-uBOB3zmiGo .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBOB3zmiGo .mbr-text,
.cid-uBOB3zmiGo .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBOB3zmiGo .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBOB3zmiGo .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBOB3zmiGo .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBOB3zmiGo .mbr-card-title {
  color: #393193;
}
.cid-uBOB3zFYx7 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBOB3zFYx7 .mbr-text {
  color: #000000;
}
.cid-uBOB3zFYx7 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBOB3zFYx7 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBOB3zFYx7 .mbr-text,
.cid-uBOB3zFYx7 .item .mbr-section-btn {
  text-align: left;
}
.cid-uBOB3zFYx7 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBOB3zFYx7 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBOB3zFYx7 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBOB3zFYx7 .mbr-card-title {
  color: #393193;
}
.cid-uBOB3zVmbg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBOB3zVmbg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBOB3zVmbg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBOB3zVmbg .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBOB3zVmbg .footer-col {
    flex-direction: column;
  }
}
.cid-uBOB3zVmbg .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBOB3zVmbg .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBOB3zVmbg .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBOB3zVmbg .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBOB3zVmbg .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBOB3zVmbg .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBOB3zVmbg .soc-item {
  margin: 8px;
}
.cid-uBOB3zVmbg .soc-item a:hover .mbr-iconfont,
.cid-uBOB3zVmbg .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBOB3zVmbg .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBOB3zVmbg .row {
    text-align: center;
  }
  .cid-uBOB3zVmbg .social-row {
    justify-content: center;
  }
}
.cid-uBOB3zVmbg .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBOB3zVmbg .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBOB3zVmbg .list {
    margin-bottom: 0rem;
  }
}
.cid-uBOB3zVmbg .mbr-text {
  color: #bbbbbb;
}
.cid-uBOB3zVmbg .mbr-section-subtitle {
  color: #000000;
}
.cid-uBOB3zVmbg .list,
.cid-uBOB3zVmbg .item-wrap {
  color: #232323;
}
.cid-uBOB3zVmbg .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBOGGMm7TW {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/water-lg.webp");
}
.cid-uBOGGMm7TW .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBOGGMm7TW {
    align-items: flex-end;
  }
  .cid-uBOGGMm7TW .row {
    justify-content: center;
  }
  .cid-uBOGGMm7TW .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBOGGMm7TW .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBOGGMm7TW {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBOGGMm7TW .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBOGGMm7TW .content-wrap {
    width: 100%;
  }
}
.cid-uBOGGMm7TW .mbr-section-title,
.cid-uBOGGMm7TW .mbr-section-subtitle {
  text-align: center;
}
.cid-uBOGGMm7TW .mbr-text,
.cid-uBOGGMm7TW .mbr-section-btn {
  text-align: center;
  color: #9c98cf;
}
.cid-uBOGGMm7TW .mbr-section-title {
  color: #9c98cf;
}
.cid-uBOGGMLXR7 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBOGGMLXR7 .mbr-text {
  color: #000000;
}
.cid-uBOGGMLXR7 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBOGGMLXR7 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBOGGMLXR7 .mbr-text,
.cid-uBOGGMLXR7 .item .mbr-section-btn {
  text-align: left;
}
.cid-uBOGGMLXR7 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBOGGMLXR7 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBOGGMLXR7 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBOGGMLXR7 .mbr-card-title {
  color: #393193;
}
.cid-uBOHOKisqY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBOHOKisqY .mbr-text {
  color: #000000;
}
.cid-uBOHOKisqY .mbr-section-subtitle {
  color: #000000;
}
.cid-uBOHOKisqY .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBOHOKisqY .mbr-text,
.cid-uBOHOKisqY .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBOHOKisqY .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBOHOKisqY .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBOHOKisqY .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBOHOKisqY .mbr-card-title {
  color: #393193;
}
.cid-uBOHQ7Vpqb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBOHQ7Vpqb .mbr-text {
  color: #000000;
}
.cid-uBOHQ7Vpqb .mbr-section-subtitle {
  color: #000000;
}
.cid-uBOHQ7Vpqb .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBOHQ7Vpqb .mbr-text,
.cid-uBOHQ7Vpqb .item .mbr-section-btn {
  text-align: left;
}
.cid-uBOHQ7Vpqb .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBOHQ7Vpqb .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBOHQ7Vpqb .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBOHQ7Vpqb .mbr-card-title {
  color: #393193;
}
.cid-uBOHTa0x6K {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBOHTa0x6K .mbr-text {
  color: #000000;
}
.cid-uBOHTa0x6K .mbr-section-subtitle {
  color: #000000;
}
.cid-uBOHTa0x6K .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBOHTa0x6K .mbr-text,
.cid-uBOHTa0x6K .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBOHTa0x6K .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBOHTa0x6K .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBOHTa0x6K .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBOHTa0x6K .mbr-card-title {
  color: #393193;
}
.cid-uBOHTWaQlS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBOHTWaQlS .mbr-text {
  color: #000000;
}
.cid-uBOHTWaQlS .mbr-section-subtitle {
  color: #000000;
}
.cid-uBOHTWaQlS .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBOHTWaQlS .mbr-text,
.cid-uBOHTWaQlS .item .mbr-section-btn {
  text-align: left;
}
.cid-uBOHTWaQlS .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBOHTWaQlS .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBOHTWaQlS .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBOHTWaQlS .mbr-card-title {
  color: #393193;
}
.cid-uBOGGNdaMp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBOGGNdaMp .mbr-text {
  color: #000000;
}
.cid-uBOGGNdaMp .mbr-section-subtitle {
  color: #000000;
}
.cid-uBOGGNdaMp .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBOGGNdaMp .mbr-text,
.cid-uBOGGNdaMp .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBOGGNdaMp .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBOGGNdaMp .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBOGGNdaMp .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBOGGNdaMp .mbr-card-title {
  color: #393193;
}
.cid-uBOGGNwjzo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBOGGNwjzo .mbr-text {
  color: #000000;
}
.cid-uBOGGNwjzo .mbr-section-subtitle {
  color: #000000;
}
.cid-uBOGGNwjzo .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBOGGNwjzo .mbr-text,
.cid-uBOGGNwjzo .item .mbr-section-btn {
  text-align: left;
}
.cid-uBOGGNwjzo .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBOGGNwjzo .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBOGGNwjzo .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBOGGNwjzo .mbr-card-title {
  color: #393193;
}
.cid-uBOICVWc8N {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uBOICVWc8N .mbr-text {
  color: #000000;
}
.cid-uBOICVWc8N .mbr-section-subtitle {
  color: #000000;
}
.cid-uBOICVWc8N .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBOICVWc8N .mbr-text,
.cid-uBOICVWc8N .item .mbr-section-btn {
  text-align: left;
}
.cid-uBOICVWc8N .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBOICVWc8N .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBOICVWc8N .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBOICVWc8N .mbr-card-title {
  color: #393193;
}
.cid-uBOGGNO72b {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBOGGNO72b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBOGGNO72b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBOGGNO72b .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBOGGNO72b .footer-col {
    flex-direction: column;
  }
}
.cid-uBOGGNO72b .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBOGGNO72b .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBOGGNO72b .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBOGGNO72b .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBOGGNO72b .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBOGGNO72b .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBOGGNO72b .soc-item {
  margin: 8px;
}
.cid-uBOGGNO72b .soc-item a:hover .mbr-iconfont,
.cid-uBOGGNO72b .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBOGGNO72b .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBOGGNO72b .row {
    text-align: center;
  }
  .cid-uBOGGNO72b .social-row {
    justify-content: center;
  }
}
.cid-uBOGGNO72b .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBOGGNO72b .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBOGGNO72b .list {
    margin-bottom: 0rem;
  }
}
.cid-uBOGGNO72b .mbr-text {
  color: #bbbbbb;
}
.cid-uBOGGNO72b .mbr-section-subtitle {
  color: #000000;
}
.cid-uBOGGNO72b .list,
.cid-uBOGGNO72b .item-wrap {
  color: #232323;
}
.cid-uBOGGNO72b .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBOLSnqaEi {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/desertification-lg.webp");
}
.cid-uBOLSnqaEi .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBOLSnqaEi {
    align-items: flex-end;
  }
  .cid-uBOLSnqaEi .row {
    justify-content: center;
  }
  .cid-uBOLSnqaEi .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBOLSnqaEi .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBOLSnqaEi {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBOLSnqaEi .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBOLSnqaEi .content-wrap {
    width: 100%;
  }
}
.cid-uBOLSnqaEi .mbr-section-title,
.cid-uBOLSnqaEi .mbr-section-subtitle {
  text-align: center;
}
.cid-uBOLSnqaEi .mbr-text,
.cid-uBOLSnqaEi .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uBOLSnqaEi .mbr-section-title {
  color: #000000;
}
.cid-uBOLSnVV9p {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBOLSnVV9p .mbr-text {
  color: #000000;
}
.cid-uBOLSnVV9p .mbr-section-subtitle {
  color: #000000;
}
.cid-uBOLSnVV9p .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBOLSnVV9p .mbr-text,
.cid-uBOLSnVV9p .item .mbr-section-btn {
  text-align: left;
}
.cid-uBOLSnVV9p .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBOLSnVV9p .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBOLSnVV9p .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBOLSnVV9p .mbr-card-title {
  color: #393193;
}
.cid-uBOMJzj26S {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBOMJzj26S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBOMJzj26S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBOMJzj26S .row {
  flex-direction: row-reverse;
}
.cid-uBOMJzj26S .mbr-description {
  text-align: center;
}
.cid-uBOMKp8rwy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBOMKp8rwy .mbr-text {
  color: #000000;
}
.cid-uBOMKp8rwy .mbr-section-subtitle {
  color: #000000;
}
.cid-uBOMKp8rwy .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBOMKp8rwy .mbr-text,
.cid-uBOMKp8rwy .item .mbr-section-btn {
  text-align: left;
}
.cid-uBOMKp8rwy .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBOMKp8rwy .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBOMKp8rwy .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBOMKp8rwy .mbr-card-title {
  color: #393193;
}
.cid-uBOLSohWet {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBOLSohWet .mbr-text {
  color: #000000;
}
.cid-uBOLSohWet .mbr-section-subtitle {
  color: #000000;
}
.cid-uBOLSohWet .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBOLSohWet .mbr-text,
.cid-uBOLSohWet .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBOLSohWet .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBOLSohWet .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBOLSohWet .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBOLSohWet .mbr-card-title {
  color: #393193;
}
.cid-uBOLSoBQJz {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBOLSoBQJz .mbr-text {
  color: #000000;
}
.cid-uBOLSoBQJz .mbr-section-subtitle {
  color: #000000;
}
.cid-uBOLSoBQJz .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBOLSoBQJz .mbr-text,
.cid-uBOLSoBQJz .item .mbr-section-btn {
  text-align: left;
}
.cid-uBOLSoBQJz .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBOLSoBQJz .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBOLSoBQJz .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBOLSoBQJz .mbr-card-title {
  color: #393193;
}
.cid-uBOLSoP6Wh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBOLSoP6Wh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBOLSoP6Wh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBOLSoP6Wh .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBOLSoP6Wh .footer-col {
    flex-direction: column;
  }
}
.cid-uBOLSoP6Wh .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBOLSoP6Wh .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBOLSoP6Wh .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBOLSoP6Wh .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBOLSoP6Wh .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBOLSoP6Wh .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBOLSoP6Wh .soc-item {
  margin: 8px;
}
.cid-uBOLSoP6Wh .soc-item a:hover .mbr-iconfont,
.cid-uBOLSoP6Wh .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBOLSoP6Wh .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBOLSoP6Wh .row {
    text-align: center;
  }
  .cid-uBOLSoP6Wh .social-row {
    justify-content: center;
  }
}
.cid-uBOLSoP6Wh .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBOLSoP6Wh .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBOLSoP6Wh .list {
    margin-bottom: 0rem;
  }
}
.cid-uBOLSoP6Wh .mbr-text {
  color: #bbbbbb;
}
.cid-uBOLSoP6Wh .mbr-section-subtitle {
  color: #000000;
}
.cid-uBOLSoP6Wh .list,
.cid-uBOLSoP6Wh .item-wrap {
  color: #232323;
}
.cid-uBOLSoP6Wh .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBOXRpR7fz {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/sea-breeze-lg.webp");
}
.cid-uBOXRpR7fz .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBOXRpR7fz {
    align-items: flex-end;
  }
  .cid-uBOXRpR7fz .row {
    justify-content: center;
  }
  .cid-uBOXRpR7fz .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBOXRpR7fz .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBOXRpR7fz {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBOXRpR7fz .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBOXRpR7fz .content-wrap {
    width: 100%;
  }
}
.cid-uBOXRpR7fz .mbr-section-title,
.cid-uBOXRpR7fz .mbr-section-subtitle {
  text-align: center;
}
.cid-uBOXRpR7fz .mbr-text,
.cid-uBOXRpR7fz .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uBOXRpR7fz .mbr-section-title {
  color: #000000;
}
.cid-uBOXRqdqAP {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBOXRqdqAP .mbr-text {
  color: #000000;
}
.cid-uBOXRqdqAP .mbr-section-subtitle {
  color: #000000;
}
.cid-uBOXRqdqAP .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBOXRqdqAP .mbr-text,
.cid-uBOXRqdqAP .item .mbr-section-btn {
  text-align: left;
}
.cid-uBOXRqdqAP .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBOXRqdqAP .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBOXRqdqAP .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBOXRqdqAP .mbr-card-title {
  color: #393193;
}
.cid-uBOYuXZyZp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBOYuXZyZp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBOYuXZyZp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBOYuXZyZp .row {
  flex-direction: row-reverse;
}
.cid-uBOYuXZyZp .mbr-description {
  text-align: center;
}
.cid-uBOYAFzXFP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBOYAFzXFP .mbr-text {
  color: #000000;
}
.cid-uBOYAFzXFP .mbr-section-subtitle {
  color: #000000;
}
.cid-uBOYAFzXFP .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBOYAFzXFP .mbr-text,
.cid-uBOYAFzXFP .item .mbr-section-btn {
  text-align: left;
}
.cid-uBOYAFzXFP .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBOYAFzXFP .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBOYAFzXFP .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBOYAFzXFP .mbr-card-title {
  color: #393193;
}
.cid-uBOXRqtj6j {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBOXRqtj6j .mbr-text {
  color: #000000;
}
.cid-uBOXRqtj6j .mbr-section-subtitle {
  color: #000000;
}
.cid-uBOXRqtj6j .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBOXRqtj6j .mbr-text,
.cid-uBOXRqtj6j .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBOXRqtj6j .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBOXRqtj6j .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBOXRqtj6j .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBOXRqtj6j .mbr-card-title {
  color: #393193;
}
.cid-uBOXRqHAmQ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBOXRqHAmQ .mbr-text {
  color: #000000;
}
.cid-uBOXRqHAmQ .mbr-section-subtitle {
  color: #000000;
}
.cid-uBOXRqHAmQ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBOXRqHAmQ .mbr-text,
.cid-uBOXRqHAmQ .item .mbr-section-btn {
  text-align: left;
}
.cid-uBOXRqHAmQ .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBOXRqHAmQ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBOXRqHAmQ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBOXRqHAmQ .mbr-card-title {
  color: #393193;
}
.cid-uBOXRqW2Yw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBOXRqW2Yw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBOXRqW2Yw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBOXRqW2Yw .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBOXRqW2Yw .footer-col {
    flex-direction: column;
  }
}
.cid-uBOXRqW2Yw .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBOXRqW2Yw .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBOXRqW2Yw .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBOXRqW2Yw .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBOXRqW2Yw .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBOXRqW2Yw .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBOXRqW2Yw .soc-item {
  margin: 8px;
}
.cid-uBOXRqW2Yw .soc-item a:hover .mbr-iconfont,
.cid-uBOXRqW2Yw .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBOXRqW2Yw .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBOXRqW2Yw .row {
    text-align: center;
  }
  .cid-uBOXRqW2Yw .social-row {
    justify-content: center;
  }
}
.cid-uBOXRqW2Yw .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBOXRqW2Yw .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBOXRqW2Yw .list {
    margin-bottom: 0rem;
  }
}
.cid-uBOXRqW2Yw .mbr-text {
  color: #bbbbbb;
}
.cid-uBOXRqW2Yw .mbr-section-subtitle {
  color: #000000;
}
.cid-uBOXRqW2Yw .list,
.cid-uBOXRqW2Yw .item-wrap {
  color: #232323;
}
.cid-uBOXRqW2Yw .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBP2UG9tRP {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/orographic-effect-meta.webp");
}
.cid-uBP2UG9tRP .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBP2UG9tRP {
    align-items: flex-end;
  }
  .cid-uBP2UG9tRP .row {
    justify-content: center;
  }
  .cid-uBP2UG9tRP .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBP2UG9tRP .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBP2UG9tRP {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBP2UG9tRP .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBP2UG9tRP .content-wrap {
    width: 100%;
  }
}
.cid-uBP2UG9tRP .mbr-section-title,
.cid-uBP2UG9tRP .mbr-section-subtitle {
  text-align: center;
}
.cid-uBP2UG9tRP .mbr-text,
.cid-uBP2UG9tRP .mbr-section-btn {
  text-align: center;
}
.cid-uBP2UGBLTR {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBP2UGBLTR .mbr-text {
  color: #000000;
}
.cid-uBP2UGBLTR .mbr-section-subtitle {
  color: #000000;
}
.cid-uBP2UGBLTR .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBP2UGBLTR .mbr-text,
.cid-uBP2UGBLTR .item .mbr-section-btn {
  text-align: left;
}
.cid-uBP2UGBLTR .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBP2UGBLTR .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBP2UGBLTR .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBP2UGBLTR .mbr-card-title {
  color: #393193;
}
.cid-uBP2UGW2VC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBP2UGW2VC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBP2UGW2VC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBP2UGW2VC .row {
  flex-direction: row-reverse;
}
.cid-uBP2UGW2VC .mbr-description {
  text-align: center;
}
.cid-uBP2UHuUWR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBP2UHuUWR .mbr-text {
  color: #000000;
}
.cid-uBP2UHuUWR .mbr-section-subtitle {
  color: #000000;
}
.cid-uBP2UHuUWR .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBP2UHuUWR .mbr-text,
.cid-uBP2UHuUWR .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBP2UHuUWR .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBP2UHuUWR .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBP2UHuUWR .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBP2UHuUWR .mbr-card-title {
  color: #393193;
}
.cid-uBP2UHOZ37 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBP2UHOZ37 .mbr-text {
  color: #000000;
}
.cid-uBP2UHOZ37 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBP2UHOZ37 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBP2UHOZ37 .mbr-text,
.cid-uBP2UHOZ37 .item .mbr-section-btn {
  text-align: left;
}
.cid-uBP2UHOZ37 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBP2UHOZ37 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBP2UHOZ37 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBP2UHOZ37 .mbr-card-title {
  color: #393193;
}
.cid-uBP2UI2aWM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBP2UI2aWM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBP2UI2aWM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBP2UI2aWM .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBP2UI2aWM .footer-col {
    flex-direction: column;
  }
}
.cid-uBP2UI2aWM .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBP2UI2aWM .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBP2UI2aWM .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBP2UI2aWM .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBP2UI2aWM .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBP2UI2aWM .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBP2UI2aWM .soc-item {
  margin: 8px;
}
.cid-uBP2UI2aWM .soc-item a:hover .mbr-iconfont,
.cid-uBP2UI2aWM .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBP2UI2aWM .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBP2UI2aWM .row {
    text-align: center;
  }
  .cid-uBP2UI2aWM .social-row {
    justify-content: center;
  }
}
.cid-uBP2UI2aWM .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBP2UI2aWM .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBP2UI2aWM .list {
    margin-bottom: 0rem;
  }
}
.cid-uBP2UI2aWM .mbr-text {
  color: #bbbbbb;
}
.cid-uBP2UI2aWM .mbr-section-subtitle {
  color: #000000;
}
.cid-uBP2UI2aWM .list,
.cid-uBP2UI2aWM .item-wrap {
  color: #232323;
}
.cid-uBP2UI2aWM .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBP8MKulOj {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/freshwater-meta.webp");
}
.cid-uBP8MKulOj .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBP8MKulOj {
    align-items: flex-end;
  }
  .cid-uBP8MKulOj .row {
    justify-content: center;
  }
  .cid-uBP8MKulOj .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBP8MKulOj .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBP8MKulOj {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBP8MKulOj .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBP8MKulOj .content-wrap {
    width: 100%;
  }
}
.cid-uBP8MKulOj .mbr-section-title,
.cid-uBP8MKulOj .mbr-section-subtitle {
  text-align: center;
}
.cid-uBP8MKulOj .mbr-text,
.cid-uBP8MKulOj .mbr-section-btn {
  text-align: center;
}
.cid-uBP8MKUqtj {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBP8MKUqtj .mbr-text {
  color: #000000;
}
.cid-uBP8MKUqtj .mbr-section-subtitle {
  color: #000000;
}
.cid-uBP8MKUqtj .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBP8MKUqtj .mbr-text,
.cid-uBP8MKUqtj .item .mbr-section-btn {
  text-align: left;
}
.cid-uBP8MKUqtj .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBP8MKUqtj .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBP8MKUqtj .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBP8MKUqtj .mbr-card-title {
  color: #393193;
}
.cid-uBP8MLf3Ca {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBP8MLf3Ca .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBP8MLf3Ca .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBP8MLf3Ca .row {
  flex-direction: row-reverse;
}
.cid-uBP8MLf3Ca .mbr-description {
  text-align: center;
}
.cid-uBP8MLwJLe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBP8MLwJLe .mbr-text {
  color: #000000;
}
.cid-uBP8MLwJLe .mbr-section-subtitle {
  color: #000000;
}
.cid-uBP8MLwJLe .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBP8MLwJLe .mbr-text,
.cid-uBP8MLwJLe .item .mbr-section-btn {
  text-align: left;
}
.cid-uBP8MLwJLe .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBP8MLwJLe .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBP8MLwJLe .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBP8MLwJLe .mbr-card-title {
  color: #393193;
}
.cid-uBP8MLRvsT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBP8MLRvsT .mbr-text {
  color: #000000;
}
.cid-uBP8MLRvsT .mbr-section-subtitle {
  color: #000000;
}
.cid-uBP8MLRvsT .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBP8MLRvsT .mbr-text,
.cid-uBP8MLRvsT .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBP8MLRvsT .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBP8MLRvsT .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBP8MLRvsT .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBP8MLRvsT .mbr-card-title {
  color: #393193;
}
.cid-uBP8MMbEcr {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBP8MMbEcr .mbr-text {
  color: #000000;
}
.cid-uBP8MMbEcr .mbr-section-subtitle {
  color: #000000;
}
.cid-uBP8MMbEcr .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBP8MMbEcr .mbr-text,
.cid-uBP8MMbEcr .item .mbr-section-btn {
  text-align: left;
}
.cid-uBP8MMbEcr .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBP8MMbEcr .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBP8MMbEcr .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBP8MMbEcr .mbr-card-title {
  color: #393193;
}
.cid-uBP8MMrO9q {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBP8MMrO9q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBP8MMrO9q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBP8MMrO9q .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBP8MMrO9q .footer-col {
    flex-direction: column;
  }
}
.cid-uBP8MMrO9q .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBP8MMrO9q .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBP8MMrO9q .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBP8MMrO9q .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBP8MMrO9q .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBP8MMrO9q .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBP8MMrO9q .soc-item {
  margin: 8px;
}
.cid-uBP8MMrO9q .soc-item a:hover .mbr-iconfont,
.cid-uBP8MMrO9q .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBP8MMrO9q .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBP8MMrO9q .row {
    text-align: center;
  }
  .cid-uBP8MMrO9q .social-row {
    justify-content: center;
  }
}
.cid-uBP8MMrO9q .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBP8MMrO9q .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBP8MMrO9q .list {
    margin-bottom: 0rem;
  }
}
.cid-uBP8MMrO9q .mbr-text {
  color: #bbbbbb;
}
.cid-uBP8MMrO9q .mbr-section-subtitle {
  color: #000000;
}
.cid-uBP8MMrO9q .list,
.cid-uBP8MMrO9q .item-wrap {
  color: #232323;
}
.cid-uBP8MMrO9q .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBPdKPk7Iv {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/frost-weathering-meta.webp");
}
.cid-uBPdKPk7Iv .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBPdKPk7Iv {
    align-items: flex-end;
  }
  .cid-uBPdKPk7Iv .row {
    justify-content: center;
  }
  .cid-uBPdKPk7Iv .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBPdKPk7Iv .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBPdKPk7Iv {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBPdKPk7Iv .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBPdKPk7Iv .content-wrap {
    width: 100%;
  }
}
.cid-uBPdKPk7Iv .mbr-section-title,
.cid-uBPdKPk7Iv .mbr-section-subtitle {
  text-align: center;
}
.cid-uBPdKPk7Iv .mbr-text,
.cid-uBPdKPk7Iv .mbr-section-btn {
  text-align: center;
}
.cid-uBPdKPk7Iv .mbr-section-title {
  color: #9c98cf;
}
.cid-uBPdKPKskT {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBPdKPKskT .mbr-text {
  color: #000000;
}
.cid-uBPdKPKskT .mbr-section-subtitle {
  color: #000000;
}
.cid-uBPdKPKskT .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBPdKPKskT .mbr-text,
.cid-uBPdKPKskT .item .mbr-section-btn {
  text-align: left;
}
.cid-uBPdKPKskT .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBPdKPKskT .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBPdKPKskT .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBPdKPKskT .mbr-card-title {
  color: #393193;
}
.cid-uBPeKoLZsK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBPeKoLZsK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBPeKoLZsK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBPeKoLZsK .row {
  flex-direction: row-reverse;
}
.cid-uBPeKoLZsK .mbr-description {
  text-align: center;
}
.cid-uBPeLumUUH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBPeLumUUH .mbr-text {
  color: #000000;
}
.cid-uBPeLumUUH .mbr-section-subtitle {
  color: #000000;
}
.cid-uBPeLumUUH .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBPeLumUUH .mbr-text,
.cid-uBPeLumUUH .item .mbr-section-btn {
  text-align: left;
}
.cid-uBPeLumUUH .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBPeLumUUH .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBPeLumUUH .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBPeLumUUH .mbr-card-title {
  color: #393193;
}
.cid-uBPdKQ0aEs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBPdKQ0aEs .mbr-text {
  color: #000000;
}
.cid-uBPdKQ0aEs .mbr-section-subtitle {
  color: #000000;
}
.cid-uBPdKQ0aEs .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBPdKQ0aEs .mbr-text,
.cid-uBPdKQ0aEs .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBPdKQ0aEs .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBPdKQ0aEs .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBPdKQ0aEs .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBPdKQ0aEs .mbr-card-title {
  color: #393193;
}
.cid-uBPdKQeKkV {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBPdKQeKkV .mbr-text {
  color: #000000;
}
.cid-uBPdKQeKkV .mbr-section-subtitle {
  color: #000000;
}
.cid-uBPdKQeKkV .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBPdKQeKkV .mbr-text,
.cid-uBPdKQeKkV .item .mbr-section-btn {
  text-align: left;
}
.cid-uBPdKQeKkV .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBPdKQeKkV .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBPdKQeKkV .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBPdKQeKkV .mbr-card-title {
  color: #393193;
}
.cid-uBPdKQvSj8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBPdKQvSj8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBPdKQvSj8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBPdKQvSj8 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBPdKQvSj8 .footer-col {
    flex-direction: column;
  }
}
.cid-uBPdKQvSj8 .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBPdKQvSj8 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBPdKQvSj8 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBPdKQvSj8 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBPdKQvSj8 .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBPdKQvSj8 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBPdKQvSj8 .soc-item {
  margin: 8px;
}
.cid-uBPdKQvSj8 .soc-item a:hover .mbr-iconfont,
.cid-uBPdKQvSj8 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBPdKQvSj8 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBPdKQvSj8 .row {
    text-align: center;
  }
  .cid-uBPdKQvSj8 .social-row {
    justify-content: center;
  }
}
.cid-uBPdKQvSj8 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBPdKQvSj8 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBPdKQvSj8 .list {
    margin-bottom: 0rem;
  }
}
.cid-uBPdKQvSj8 .mbr-text {
  color: #bbbbbb;
}
.cid-uBPdKQvSj8 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBPdKQvSj8 .list,
.cid-uBPdKQvSj8 .item-wrap {
  color: #232323;
}
.cid-uBPdKQvSj8 .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBPhJqDmQu {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/wind-meta.webp");
}
.cid-uBPhJqDmQu .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBPhJqDmQu {
    align-items: flex-end;
  }
  .cid-uBPhJqDmQu .row {
    justify-content: center;
  }
  .cid-uBPhJqDmQu .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBPhJqDmQu .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBPhJqDmQu {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBPhJqDmQu .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBPhJqDmQu .content-wrap {
    width: 100%;
  }
}
.cid-uBPhJqDmQu .mbr-section-title,
.cid-uBPhJqDmQu .mbr-section-subtitle {
  text-align: center;
}
.cid-uBPhJqDmQu .mbr-text,
.cid-uBPhJqDmQu .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uBPhJqDmQu .mbr-section-title {
  color: #000000;
}
.cid-uBPhJriBvj {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBPhJriBvj .mbr-text {
  color: #000000;
}
.cid-uBPhJriBvj .mbr-section-subtitle {
  color: #000000;
}
.cid-uBPhJriBvj .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBPhJriBvj .mbr-text,
.cid-uBPhJriBvj .item .mbr-section-btn {
  text-align: left;
}
.cid-uBPhJriBvj .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBPhJriBvj .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBPhJriBvj .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBPhJriBvj .mbr-card-title {
  color: #393193;
}
.cid-uBPir20gMg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBPir20gMg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBPir20gMg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBPir20gMg .row {
  flex-direction: row-reverse;
}
.cid-uBPir20gMg .mbr-description {
  text-align: center;
}
.cid-uBPiyej4Oi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBPiyej4Oi .mbr-text {
  color: #000000;
}
.cid-uBPiyej4Oi .mbr-section-subtitle {
  color: #000000;
}
.cid-uBPiyej4Oi .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBPiyej4Oi .mbr-text,
.cid-uBPiyej4Oi .item .mbr-section-btn {
  text-align: left;
}
.cid-uBPiyej4Oi .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBPiyej4Oi .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBPiyej4Oi .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBPiyej4Oi .mbr-card-title {
  color: #393193;
}
.cid-uBPiA3Fe73 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBPiA3Fe73 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBPiA3Fe73 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBPiA3Fe73 .row {
  flex-direction: row-reverse;
}
.cid-uBPiA3Fe73 .mbr-description {
  text-align: center;
}
.cid-uBPiBigiFX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBPiBigiFX .mbr-text {
  color: #000000;
}
.cid-uBPiBigiFX .mbr-section-subtitle {
  color: #000000;
}
.cid-uBPiBigiFX .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBPiBigiFX .mbr-text,
.cid-uBPiBigiFX .item .mbr-section-btn {
  text-align: left;
}
.cid-uBPiBigiFX .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBPiBigiFX .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBPiBigiFX .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBPiBigiFX .mbr-card-title {
  color: #393193;
}
.cid-uBPhJrJTg1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBPhJrJTg1 .mbr-text {
  color: #000000;
}
.cid-uBPhJrJTg1 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBPhJrJTg1 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBPhJrJTg1 .mbr-text,
.cid-uBPhJrJTg1 .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBPhJrJTg1 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBPhJrJTg1 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBPhJrJTg1 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBPhJrJTg1 .mbr-card-title {
  color: #393193;
}
.cid-uBPhJrYrsR {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBPhJrYrsR .mbr-text {
  color: #000000;
}
.cid-uBPhJrYrsR .mbr-section-subtitle {
  color: #000000;
}
.cid-uBPhJrYrsR .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBPhJrYrsR .mbr-text,
.cid-uBPhJrYrsR .item .mbr-section-btn {
  text-align: left;
}
.cid-uBPhJrYrsR .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBPhJrYrsR .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBPhJrYrsR .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBPhJrYrsR .mbr-card-title {
  color: #393193;
}
.cid-uBPhJsfp93 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBPhJsfp93 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBPhJsfp93 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBPhJsfp93 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBPhJsfp93 .footer-col {
    flex-direction: column;
  }
}
.cid-uBPhJsfp93 .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBPhJsfp93 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBPhJsfp93 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBPhJsfp93 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBPhJsfp93 .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBPhJsfp93 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBPhJsfp93 .soc-item {
  margin: 8px;
}
.cid-uBPhJsfp93 .soc-item a:hover .mbr-iconfont,
.cid-uBPhJsfp93 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBPhJsfp93 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBPhJsfp93 .row {
    text-align: center;
  }
  .cid-uBPhJsfp93 .social-row {
    justify-content: center;
  }
}
.cid-uBPhJsfp93 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBPhJsfp93 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBPhJsfp93 .list {
    margin-bottom: 0rem;
  }
}
.cid-uBPhJsfp93 .mbr-text {
  color: #bbbbbb;
}
.cid-uBPhJsfp93 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBPhJsfp93 .list,
.cid-uBPhJsfp93 .item-wrap {
  color: #232323;
}
.cid-uBPhJsfp93 .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBQ33A78mc {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/acid-rain-lg.webp");
}
.cid-uBQ33A78mc .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBQ33A78mc {
    align-items: flex-end;
  }
  .cid-uBQ33A78mc .row {
    justify-content: center;
  }
  .cid-uBQ33A78mc .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBQ33A78mc .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBQ33A78mc {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBQ33A78mc .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBQ33A78mc .content-wrap {
    width: 100%;
  }
}
.cid-uBQ33A78mc .mbr-section-title,
.cid-uBQ33A78mc .mbr-section-subtitle {
  text-align: center;
}
.cid-uBQ33A78mc .mbr-text,
.cid-uBQ33A78mc .mbr-section-btn {
  text-align: center;
}
.cid-uBQ33AqI3k {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBQ33AqI3k .mbr-text {
  color: #000000;
}
.cid-uBQ33AqI3k .mbr-section-subtitle {
  color: #000000;
}
.cid-uBQ33AqI3k .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBQ33AqI3k .mbr-text,
.cid-uBQ33AqI3k .item .mbr-section-btn {
  text-align: left;
}
.cid-uBQ33AqI3k .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBQ33AqI3k .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBQ33AqI3k .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBQ33AqI3k .mbr-card-title {
  color: #393193;
}
.cid-uBQ33AJEX3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBQ33AJEX3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBQ33AJEX3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBQ33AJEX3 .row {
  flex-direction: row-reverse;
}
.cid-uBQ33AJEX3 .mbr-description {
  text-align: center;
}
.cid-uBQ33AZpDF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBQ33AZpDF .mbr-text {
  color: #000000;
}
.cid-uBQ33AZpDF .mbr-section-subtitle {
  color: #000000;
}
.cid-uBQ33AZpDF .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBQ33AZpDF .mbr-text,
.cid-uBQ33AZpDF .item .mbr-section-btn {
  text-align: left;
}
.cid-uBQ33AZpDF .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBQ33AZpDF .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBQ33AZpDF .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBQ33AZpDF .mbr-card-title {
  color: #393193;
}
.cid-uBQ4piMfMH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBQ4piMfMH .mbr-text {
  color: #000000;
}
.cid-uBQ4piMfMH .mbr-section-subtitle {
  color: #000000;
}
.cid-uBQ4piMfMH .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBQ4piMfMH .mbr-text,
.cid-uBQ4piMfMH .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBQ4piMfMH .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBQ4piMfMH .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBQ4piMfMH .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBQ4piMfMH .mbr-card-title {
  color: #393193;
}
.cid-uBQ4r0FSmC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBQ4r0FSmC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBQ4r0FSmC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBQ4r0FSmC .row {
  flex-direction: row-reverse;
}
.cid-uBQ4r0FSmC .mbr-description {
  text-align: center;
}
.cid-uBQ4TQrRIU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBQ4TQrRIU .mbr-text {
  color: #000000;
}
.cid-uBQ4TQrRIU .mbr-section-subtitle {
  color: #000000;
}
.cid-uBQ4TQrRIU .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBQ4TQrRIU .mbr-text,
.cid-uBQ4TQrRIU .item .mbr-section-btn {
  text-align: left;
}
.cid-uBQ4TQrRIU .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBQ4TQrRIU .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBQ4TQrRIU .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBQ4TQrRIU .mbr-card-title {
  color: #393193;
}
.cid-uBQ33BgGuc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBQ33BgGuc .mbr-text {
  color: #000000;
}
.cid-uBQ33BgGuc .mbr-section-subtitle {
  color: #000000;
}
.cid-uBQ33BgGuc .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBQ33BgGuc .mbr-text,
.cid-uBQ33BgGuc .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBQ33BgGuc .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBQ33BgGuc .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBQ33BgGuc .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBQ33BgGuc .mbr-card-title {
  color: #393193;
}
.cid-uBQ33ByMHz {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBQ33ByMHz .mbr-text {
  color: #000000;
}
.cid-uBQ33ByMHz .mbr-section-subtitle {
  color: #000000;
}
.cid-uBQ33ByMHz .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBQ33ByMHz .mbr-text,
.cid-uBQ33ByMHz .item .mbr-section-btn {
  text-align: left;
}
.cid-uBQ33ByMHz .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBQ33ByMHz .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBQ33ByMHz .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBQ33ByMHz .mbr-card-title {
  color: #393193;
}
.cid-uBQ33BOhXE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBQ33BOhXE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBQ33BOhXE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBQ33BOhXE .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBQ33BOhXE .footer-col {
    flex-direction: column;
  }
}
.cid-uBQ33BOhXE .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBQ33BOhXE .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBQ33BOhXE .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBQ33BOhXE .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBQ33BOhXE .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBQ33BOhXE .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBQ33BOhXE .soc-item {
  margin: 8px;
}
.cid-uBQ33BOhXE .soc-item a:hover .mbr-iconfont,
.cid-uBQ33BOhXE .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBQ33BOhXE .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBQ33BOhXE .row {
    text-align: center;
  }
  .cid-uBQ33BOhXE .social-row {
    justify-content: center;
  }
}
.cid-uBQ33BOhXE .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBQ33BOhXE .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBQ33BOhXE .list {
    margin-bottom: 0rem;
  }
}
.cid-uBQ33BOhXE .mbr-text {
  color: #bbbbbb;
}
.cid-uBQ33BOhXE .mbr-section-subtitle {
  color: #000000;
}
.cid-uBQ33BOhXE .list,
.cid-uBQ33BOhXE .item-wrap {
  color: #232323;
}
.cid-uBQ33BOhXE .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBQTT6qO9i {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/microburst-meta.webp");
}
.cid-uBQTT6qO9i .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBQTT6qO9i {
    align-items: flex-end;
  }
  .cid-uBQTT6qO9i .row {
    justify-content: center;
  }
  .cid-uBQTT6qO9i .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBQTT6qO9i .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBQTT6qO9i {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBQTT6qO9i .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBQTT6qO9i .content-wrap {
    width: 100%;
  }
}
.cid-uBQTT6qO9i .mbr-section-title,
.cid-uBQTT6qO9i .mbr-section-subtitle {
  text-align: center;
}
.cid-uBQTT6qO9i .mbr-text,
.cid-uBQTT6qO9i .mbr-section-btn {
  text-align: center;
}
.cid-uBQTT6MuI2 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBQTT6MuI2 .mbr-text {
  color: #000000;
}
.cid-uBQTT6MuI2 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBQTT6MuI2 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBQTT6MuI2 .mbr-text,
.cid-uBQTT6MuI2 .item .mbr-section-btn {
  text-align: left;
}
.cid-uBQTT6MuI2 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBQTT6MuI2 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBQTT6MuI2 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBQTT6MuI2 .mbr-card-title {
  color: #393193;
}
.cid-uBQTT70jmv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBQTT70jmv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBQTT70jmv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBQTT70jmv .row {
  flex-direction: row-reverse;
}
.cid-uBQTT70jmv .mbr-description {
  text-align: center;
}
.cid-uBQUJOLBFf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBQUJOLBFf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBQUJOLBFf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBQUJOLBFf .row {
  flex-direction: row-reverse;
}
.cid-uBQUJOLBFf .mbr-description {
  text-align: center;
}
.cid-uBQTT7h8fk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBQTT7h8fk .mbr-text {
  color: #000000;
}
.cid-uBQTT7h8fk .mbr-section-subtitle {
  color: #000000;
}
.cid-uBQTT7h8fk .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBQTT7h8fk .mbr-text,
.cid-uBQTT7h8fk .item .mbr-section-btn {
  text-align: left;
}
.cid-uBQTT7h8fk .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBQTT7h8fk .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBQTT7h8fk .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBQTT7h8fk .mbr-card-title {
  color: #393193;
}
.cid-uBQTT7wfFg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBQTT7wfFg .mbr-text {
  color: #000000;
}
.cid-uBQTT7wfFg .mbr-section-subtitle {
  color: #000000;
}
.cid-uBQTT7wfFg .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBQTT7wfFg .mbr-text,
.cid-uBQTT7wfFg .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBQTT7wfFg .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBQTT7wfFg .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBQTT7wfFg .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBQTT7wfFg .mbr-card-title {
  color: #393193;
}
.cid-uBQTT7M5Rd {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBQTT7M5Rd .mbr-text {
  color: #000000;
}
.cid-uBQTT7M5Rd .mbr-section-subtitle {
  color: #000000;
}
.cid-uBQTT7M5Rd .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBQTT7M5Rd .mbr-text,
.cid-uBQTT7M5Rd .item .mbr-section-btn {
  text-align: left;
}
.cid-uBQTT7M5Rd .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBQTT7M5Rd .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBQTT7M5Rd .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBQTT7M5Rd .mbr-card-title {
  color: #393193;
}
.cid-uBQTT87dFR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBQTT87dFR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBQTT87dFR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBQTT87dFR .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBQTT87dFR .footer-col {
    flex-direction: column;
  }
}
.cid-uBQTT87dFR .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBQTT87dFR .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBQTT87dFR .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBQTT87dFR .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBQTT87dFR .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBQTT87dFR .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBQTT87dFR .soc-item {
  margin: 8px;
}
.cid-uBQTT87dFR .soc-item a:hover .mbr-iconfont,
.cid-uBQTT87dFR .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBQTT87dFR .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBQTT87dFR .row {
    text-align: center;
  }
  .cid-uBQTT87dFR .social-row {
    justify-content: center;
  }
}
.cid-uBQTT87dFR .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBQTT87dFR .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBQTT87dFR .list {
    margin-bottom: 0rem;
  }
}
.cid-uBQTT87dFR .mbr-text {
  color: #bbbbbb;
}
.cid-uBQTT87dFR .mbr-section-subtitle {
  color: #000000;
}
.cid-uBQTT87dFR .list,
.cid-uBQTT87dFR .item-wrap {
  color: #232323;
}
.cid-uBQTT87dFR .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBR4MCzMHa {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/cloud-seeding-lg.webp");
}
.cid-uBR4MCzMHa .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBR4MCzMHa {
    align-items: flex-end;
  }
  .cid-uBR4MCzMHa .row {
    justify-content: center;
  }
  .cid-uBR4MCzMHa .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBR4MCzMHa .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBR4MCzMHa {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBR4MCzMHa .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBR4MCzMHa .content-wrap {
    width: 100%;
  }
}
.cid-uBR4MCzMHa .mbr-section-title,
.cid-uBR4MCzMHa .mbr-section-subtitle {
  text-align: center;
}
.cid-uBR4MCzMHa .mbr-text,
.cid-uBR4MCzMHa .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uBR4MCzMHa .mbr-section-title {
  color: #000000;
}
.cid-uBR4MFUyKX {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBR4MFUyKX .mbr-text {
  color: #000000;
}
.cid-uBR4MFUyKX .mbr-section-subtitle {
  color: #000000;
}
.cid-uBR4MFUyKX .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBR4MFUyKX .mbr-text,
.cid-uBR4MFUyKX .item .mbr-section-btn {
  text-align: left;
}
.cid-uBR4MFUyKX .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBR4MFUyKX .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBR4MFUyKX .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBR4MFUyKX .mbr-card-title {
  color: #393193;
}
.cid-uBR4MH3tYD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBR4MH3tYD .mbr-text {
  color: #000000;
}
.cid-uBR4MH3tYD .mbr-section-subtitle {
  color: #000000;
}
.cid-uBR4MH3tYD .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBR4MH3tYD .mbr-text,
.cid-uBR4MH3tYD .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBR4MH3tYD .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBR4MH3tYD .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBR4MH3tYD .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBR4MH3tYD .mbr-card-title {
  color: #393193;
}
.cid-uBR4MHyeGq {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBR4MHyeGq .mbr-text {
  color: #000000;
}
.cid-uBR4MHyeGq .mbr-section-subtitle {
  color: #000000;
}
.cid-uBR4MHyeGq .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBR4MHyeGq .mbr-text,
.cid-uBR4MHyeGq .item .mbr-section-btn {
  text-align: left;
}
.cid-uBR4MHyeGq .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBR4MHyeGq .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBR4MHyeGq .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBR4MHyeGq .mbr-card-title {
  color: #393193;
}
.cid-uBR4MI8UFM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBR4MI8UFM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBR4MI8UFM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBR4MI8UFM .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBR4MI8UFM .footer-col {
    flex-direction: column;
  }
}
.cid-uBR4MI8UFM .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBR4MI8UFM .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBR4MI8UFM .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBR4MI8UFM .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBR4MI8UFM .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBR4MI8UFM .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBR4MI8UFM .soc-item {
  margin: 8px;
}
.cid-uBR4MI8UFM .soc-item a:hover .mbr-iconfont,
.cid-uBR4MI8UFM .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBR4MI8UFM .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBR4MI8UFM .row {
    text-align: center;
  }
  .cid-uBR4MI8UFM .social-row {
    justify-content: center;
  }
}
.cid-uBR4MI8UFM .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBR4MI8UFM .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBR4MI8UFM .list {
    margin-bottom: 0rem;
  }
}
.cid-uBR4MI8UFM .mbr-text {
  color: #bbbbbb;
}
.cid-uBR4MI8UFM .mbr-section-subtitle {
  color: #000000;
}
.cid-uBR4MI8UFM .list,
.cid-uBR4MI8UFM .item-wrap {
  color: #232323;
}
.cid-uBR4MI8UFM .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBRaNM67Dx {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/dew-meta.webp");
}
.cid-uBRaNM67Dx .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBRaNM67Dx {
    align-items: flex-end;
  }
  .cid-uBRaNM67Dx .row {
    justify-content: center;
  }
  .cid-uBRaNM67Dx .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBRaNM67Dx .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBRaNM67Dx {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBRaNM67Dx .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBRaNM67Dx .content-wrap {
    width: 100%;
  }
}
.cid-uBRaNM67Dx .mbr-section-title,
.cid-uBRaNM67Dx .mbr-section-subtitle {
  text-align: center;
}
.cid-uBRaNM67Dx .mbr-text,
.cid-uBRaNM67Dx .mbr-section-btn {
  text-align: center;
  color: #393193;
}
.cid-uBRaNM67Dx .mbr-section-title {
  color: #393193;
}
.cid-uBRaNMHBcN {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBRaNMHBcN .mbr-text {
  color: #000000;
}
.cid-uBRaNMHBcN .mbr-section-subtitle {
  color: #000000;
}
.cid-uBRaNMHBcN .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBRaNMHBcN .mbr-text,
.cid-uBRaNMHBcN .item .mbr-section-btn {
  text-align: left;
}
.cid-uBRaNMHBcN .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBRaNMHBcN .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBRaNMHBcN .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBRaNMHBcN .mbr-card-title {
  color: #393193;
}
.cid-uBRbKeIdOU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBRbKeIdOU .mbr-text {
  color: #000000;
}
.cid-uBRbKeIdOU .mbr-section-subtitle {
  color: #000000;
}
.cid-uBRbKeIdOU .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBRbKeIdOU .mbr-text,
.cid-uBRbKeIdOU .item .mbr-section-btn {
  text-align: left;
}
.cid-uBRbKeIdOU .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBRbKeIdOU .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBRbKeIdOU .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBRbKeIdOU .mbr-card-title {
  color: #393193;
}
.cid-uBRaNN8qyg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBRaNN8qyg .mbr-text {
  color: #000000;
}
.cid-uBRaNN8qyg .mbr-section-subtitle {
  color: #000000;
}
.cid-uBRaNN8qyg .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBRaNN8qyg .mbr-text,
.cid-uBRaNN8qyg .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBRaNN8qyg .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBRaNN8qyg .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBRaNN8qyg .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBRaNN8qyg .mbr-card-title {
  color: #393193;
}
.cid-uBRaNNobbj {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBRaNNobbj .mbr-text {
  color: #000000;
}
.cid-uBRaNNobbj .mbr-section-subtitle {
  color: #000000;
}
.cid-uBRaNNobbj .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBRaNNobbj .mbr-text,
.cid-uBRaNNobbj .item .mbr-section-btn {
  text-align: left;
}
.cid-uBRaNNobbj .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBRaNNobbj .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBRaNNobbj .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBRaNNobbj .mbr-card-title {
  color: #393193;
}
.cid-uBRaNNCIII {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBRaNNCIII .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBRaNNCIII .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBRaNNCIII .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBRaNNCIII .footer-col {
    flex-direction: column;
  }
}
.cid-uBRaNNCIII .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBRaNNCIII .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBRaNNCIII .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBRaNNCIII .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBRaNNCIII .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBRaNNCIII .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBRaNNCIII .soc-item {
  margin: 8px;
}
.cid-uBRaNNCIII .soc-item a:hover .mbr-iconfont,
.cid-uBRaNNCIII .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBRaNNCIII .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBRaNNCIII .row {
    text-align: center;
  }
  .cid-uBRaNNCIII .social-row {
    justify-content: center;
  }
}
.cid-uBRaNNCIII .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBRaNNCIII .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBRaNNCIII .list {
    margin-bottom: 0rem;
  }
}
.cid-uBRaNNCIII .mbr-text {
  color: #bbbbbb;
}
.cid-uBRaNNCIII .mbr-section-subtitle {
  color: #000000;
}
.cid-uBRaNNCIII .list,
.cid-uBRaNNCIII .item-wrap {
  color: #232323;
}
.cid-uBRaNNCIII .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBRqp2ooSw {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/shorelines-lg.webp");
}
.cid-uBRqp2ooSw .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBRqp2ooSw {
    align-items: flex-end;
  }
  .cid-uBRqp2ooSw .row {
    justify-content: center;
  }
  .cid-uBRqp2ooSw .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBRqp2ooSw .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBRqp2ooSw {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBRqp2ooSw .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBRqp2ooSw .content-wrap {
    width: 100%;
  }
}
.cid-uBRqp2ooSw .mbr-section-title,
.cid-uBRqp2ooSw .mbr-section-subtitle {
  text-align: center;
}
.cid-uBRqp2ooSw .mbr-text,
.cid-uBRqp2ooSw .mbr-section-btn {
  text-align: center;
}
.cid-uBRqp2ooSw .mbr-section-title {
  color: #ffffff;
}
.cid-uBRqp2JwKK {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBRqp2JwKK .mbr-text {
  color: #000000;
}
.cid-uBRqp2JwKK .mbr-section-subtitle {
  color: #000000;
}
.cid-uBRqp2JwKK .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBRqp2JwKK .mbr-text,
.cid-uBRqp2JwKK .item .mbr-section-btn {
  text-align: left;
}
.cid-uBRqp2JwKK .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBRqp2JwKK .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBRqp2JwKK .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBRqp2JwKK .mbr-card-title {
  color: #393193;
}
.cid-uBRqp2YaLO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBRqp2YaLO .mbr-text {
  color: #000000;
}
.cid-uBRqp2YaLO .mbr-section-subtitle {
  color: #000000;
}
.cid-uBRqp2YaLO .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBRqp2YaLO .mbr-text,
.cid-uBRqp2YaLO .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBRqp2YaLO .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBRqp2YaLO .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBRqp2YaLO .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBRqp2YaLO .mbr-card-title {
  color: #393193;
}
.cid-uBRqp3hDlj {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBRqp3hDlj .mbr-text {
  color: #000000;
}
.cid-uBRqp3hDlj .mbr-section-subtitle {
  color: #000000;
}
.cid-uBRqp3hDlj .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBRqp3hDlj .mbr-text,
.cid-uBRqp3hDlj .item .mbr-section-btn {
  text-align: left;
}
.cid-uBRqp3hDlj .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBRqp3hDlj .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBRqp3hDlj .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBRqp3hDlj .mbr-card-title {
  color: #393193;
}
.cid-uBRqp3ypdP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBRqp3ypdP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBRqp3ypdP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBRqp3ypdP .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBRqp3ypdP .footer-col {
    flex-direction: column;
  }
}
.cid-uBRqp3ypdP .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBRqp3ypdP .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBRqp3ypdP .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBRqp3ypdP .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBRqp3ypdP .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBRqp3ypdP .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBRqp3ypdP .soc-item {
  margin: 8px;
}
.cid-uBRqp3ypdP .soc-item a:hover .mbr-iconfont,
.cid-uBRqp3ypdP .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBRqp3ypdP .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBRqp3ypdP .row {
    text-align: center;
  }
  .cid-uBRqp3ypdP .social-row {
    justify-content: center;
  }
}
.cid-uBRqp3ypdP .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBRqp3ypdP .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBRqp3ypdP .list {
    margin-bottom: 0rem;
  }
}
.cid-uBRqp3ypdP .mbr-text {
  color: #bbbbbb;
}
.cid-uBRqp3ypdP .mbr-section-subtitle {
  color: #000000;
}
.cid-uBRqp3ypdP .list,
.cid-uBRqp3ypdP .item-wrap {
  color: #232323;
}
.cid-uBRqp3ypdP .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBRuq6VwNR {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/fire-whirl-meta.webp");
}
.cid-uBRuq6VwNR .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBRuq6VwNR {
    align-items: flex-end;
  }
  .cid-uBRuq6VwNR .row {
    justify-content: center;
  }
  .cid-uBRuq6VwNR .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBRuq6VwNR .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBRuq6VwNR {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBRuq6VwNR .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBRuq6VwNR .content-wrap {
    width: 100%;
  }
}
.cid-uBRuq6VwNR .mbr-section-title,
.cid-uBRuq6VwNR .mbr-section-subtitle {
  text-align: center;
}
.cid-uBRuq6VwNR .mbr-text,
.cid-uBRuq6VwNR .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uBRuq6VwNR .mbr-section-title {
  color: #000000;
}
.cid-uBRuq7oXgp {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBRuq7oXgp .mbr-text {
  color: #000000;
}
.cid-uBRuq7oXgp .mbr-section-subtitle {
  color: #000000;
}
.cid-uBRuq7oXgp .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBRuq7oXgp .mbr-text,
.cid-uBRuq7oXgp .item .mbr-section-btn {
  text-align: left;
}
.cid-uBRuq7oXgp .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBRuq7oXgp .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBRuq7oXgp .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBRuq7oXgp .mbr-card-title {
  color: #393193;
}
.cid-uBRuq7IjAB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBRuq7IjAB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBRuq7IjAB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBRuq7IjAB .row {
  flex-direction: row-reverse;
}
.cid-uBRuq7IjAB .mbr-description {
  text-align: center;
}
.cid-uBRuq8b9rF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBRuq8b9rF .mbr-text {
  color: #000000;
}
.cid-uBRuq8b9rF .mbr-section-subtitle {
  color: #000000;
}
.cid-uBRuq8b9rF .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBRuq8b9rF .mbr-text,
.cid-uBRuq8b9rF .item .mbr-section-btn {
  text-align: left;
}
.cid-uBRuq8b9rF .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBRuq8b9rF .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBRuq8b9rF .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBRuq8b9rF .mbr-card-title {
  color: #393193;
}
.cid-uBRuq8sxpl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBRuq8sxpl .mbr-text {
  color: #000000;
}
.cid-uBRuq8sxpl .mbr-section-subtitle {
  color: #000000;
}
.cid-uBRuq8sxpl .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBRuq8sxpl .mbr-text,
.cid-uBRuq8sxpl .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBRuq8sxpl .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBRuq8sxpl .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBRuq8sxpl .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBRuq8sxpl .mbr-card-title {
  color: #393193;
}
.cid-uBRuq8IsXJ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBRuq8IsXJ .mbr-text {
  color: #000000;
}
.cid-uBRuq8IsXJ .mbr-section-subtitle {
  color: #000000;
}
.cid-uBRuq8IsXJ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBRuq8IsXJ .mbr-text,
.cid-uBRuq8IsXJ .item .mbr-section-btn {
  text-align: left;
}
.cid-uBRuq8IsXJ .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBRuq8IsXJ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBRuq8IsXJ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBRuq8IsXJ .mbr-card-title {
  color: #393193;
}
.cid-uBRuq8YKHa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBRuq8YKHa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBRuq8YKHa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBRuq8YKHa .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBRuq8YKHa .footer-col {
    flex-direction: column;
  }
}
.cid-uBRuq8YKHa .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBRuq8YKHa .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBRuq8YKHa .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBRuq8YKHa .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBRuq8YKHa .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBRuq8YKHa .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBRuq8YKHa .soc-item {
  margin: 8px;
}
.cid-uBRuq8YKHa .soc-item a:hover .mbr-iconfont,
.cid-uBRuq8YKHa .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBRuq8YKHa .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBRuq8YKHa .row {
    text-align: center;
  }
  .cid-uBRuq8YKHa .social-row {
    justify-content: center;
  }
}
.cid-uBRuq8YKHa .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBRuq8YKHa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBRuq8YKHa .list {
    margin-bottom: 0rem;
  }
}
.cid-uBRuq8YKHa .mbr-text {
  color: #bbbbbb;
}
.cid-uBRuq8YKHa .mbr-section-subtitle {
  color: #000000;
}
.cid-uBRuq8YKHa .list,
.cid-uBRuq8YKHa .item-wrap {
  color: #232323;
}
.cid-uBRuq8YKHa .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBRBFp16UB {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/atmospheric-pressure-lg.webp");
}
.cid-uBRBFp16UB .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBRBFp16UB {
    align-items: flex-end;
  }
  .cid-uBRBFp16UB .row {
    justify-content: center;
  }
  .cid-uBRBFp16UB .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBRBFp16UB .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBRBFp16UB {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBRBFp16UB .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBRBFp16UB .content-wrap {
    width: 100%;
  }
}
.cid-uBRBFp16UB .mbr-section-title,
.cid-uBRBFp16UB .mbr-section-subtitle {
  text-align: center;
}
.cid-uBRBFp16UB .mbr-text,
.cid-uBRBFp16UB .mbr-section-btn {
  text-align: center;
}
.cid-uBRBFpxVbC {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBRBFpxVbC .mbr-text {
  color: #000000;
}
.cid-uBRBFpxVbC .mbr-section-subtitle {
  color: #000000;
}
.cid-uBRBFpxVbC .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBRBFpxVbC .mbr-text,
.cid-uBRBFpxVbC .item .mbr-section-btn {
  text-align: left;
}
.cid-uBRBFpxVbC .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBRBFpxVbC .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBRBFpxVbC .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBRBFpxVbC .mbr-card-title {
  color: #393193;
}
.cid-uBRBFpQZrF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBRBFpQZrF .mbr-text {
  color: #000000;
}
.cid-uBRBFpQZrF .mbr-section-subtitle {
  color: #000000;
}
.cid-uBRBFpQZrF .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBRBFpQZrF .mbr-text,
.cid-uBRBFpQZrF .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBRBFpQZrF .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBRBFpQZrF .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBRBFpQZrF .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBRBFpQZrF .mbr-card-title {
  color: #393193;
}
.cid-uBRBFq9Cb3 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBRBFq9Cb3 .mbr-text {
  color: #000000;
}
.cid-uBRBFq9Cb3 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBRBFq9Cb3 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBRBFq9Cb3 .mbr-text,
.cid-uBRBFq9Cb3 .item .mbr-section-btn {
  text-align: left;
}
.cid-uBRBFq9Cb3 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBRBFq9Cb3 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBRBFq9Cb3 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBRBFq9Cb3 .mbr-card-title {
  color: #393193;
}
.cid-uBRBFqrFhp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBRBFqrFhp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBRBFqrFhp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBRBFqrFhp .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBRBFqrFhp .footer-col {
    flex-direction: column;
  }
}
.cid-uBRBFqrFhp .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBRBFqrFhp .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBRBFqrFhp .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBRBFqrFhp .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBRBFqrFhp .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBRBFqrFhp .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBRBFqrFhp .soc-item {
  margin: 8px;
}
.cid-uBRBFqrFhp .soc-item a:hover .mbr-iconfont,
.cid-uBRBFqrFhp .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBRBFqrFhp .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBRBFqrFhp .row {
    text-align: center;
  }
  .cid-uBRBFqrFhp .social-row {
    justify-content: center;
  }
}
.cid-uBRBFqrFhp .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBRBFqrFhp .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBRBFqrFhp .list {
    margin-bottom: 0rem;
  }
}
.cid-uBRBFqrFhp .mbr-text {
  color: #bbbbbb;
}
.cid-uBRBFqrFhp .mbr-section-subtitle {
  color: #000000;
}
.cid-uBRBFqrFhp .list,
.cid-uBRBFqrFhp .item-wrap {
  color: #232323;
}
.cid-uBRBFqrFhp .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBRHON0Hix {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/flash-flood-lg.webp");
}
.cid-uBRHON0Hix .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBRHON0Hix {
    align-items: flex-end;
  }
  .cid-uBRHON0Hix .row {
    justify-content: center;
  }
  .cid-uBRHON0Hix .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBRHON0Hix .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBRHON0Hix {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBRHON0Hix .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBRHON0Hix .content-wrap {
    width: 100%;
  }
}
.cid-uBRHON0Hix .mbr-section-title,
.cid-uBRHON0Hix .mbr-section-subtitle {
  text-align: center;
}
.cid-uBRHON0Hix .mbr-text,
.cid-uBRHON0Hix .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uBRHON0Hix .mbr-section-title {
  color: #ffffff;
}
.cid-uBRHONt74X {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBRHONt74X .mbr-text {
  color: #000000;
}
.cid-uBRHONt74X .mbr-section-subtitle {
  color: #000000;
}
.cid-uBRHONt74X .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBRHONt74X .mbr-text,
.cid-uBRHONt74X .item .mbr-section-btn {
  text-align: left;
}
.cid-uBRHONt74X .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBRHONt74X .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBRHONt74X .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBRHONt74X .mbr-card-title {
  color: #393193;
}
.cid-uBRHONTqCu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBRHONTqCu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBRHONTqCu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBRHONTqCu .row {
  flex-direction: row-reverse;
}
.cid-uBRHONTqCu .mbr-description {
  text-align: center;
}
.cid-uBRHOO9aBx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBRHOO9aBx .mbr-text {
  color: #000000;
}
.cid-uBRHOO9aBx .mbr-section-subtitle {
  color: #000000;
}
.cid-uBRHOO9aBx .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBRHOO9aBx .mbr-text,
.cid-uBRHOO9aBx .item .mbr-section-btn {
  text-align: left;
}
.cid-uBRHOO9aBx .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBRHOO9aBx .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBRHOO9aBx .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBRHOO9aBx .mbr-card-title {
  color: #393193;
}
.cid-uBRHOOoRXL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBRHOOoRXL .mbr-text {
  color: #000000;
}
.cid-uBRHOOoRXL .mbr-section-subtitle {
  color: #000000;
}
.cid-uBRHOOoRXL .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBRHOOoRXL .mbr-text,
.cid-uBRHOOoRXL .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBRHOOoRXL .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBRHOOoRXL .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBRHOOoRXL .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBRHOOoRXL .mbr-card-title {
  color: #393193;
}
.cid-uBRHOOCPgm {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBRHOOCPgm .mbr-text {
  color: #000000;
}
.cid-uBRHOOCPgm .mbr-section-subtitle {
  color: #000000;
}
.cid-uBRHOOCPgm .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBRHOOCPgm .mbr-text,
.cid-uBRHOOCPgm .item .mbr-section-btn {
  text-align: left;
}
.cid-uBRHOOCPgm .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBRHOOCPgm .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBRHOOCPgm .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBRHOOCPgm .mbr-card-title {
  color: #393193;
}
.cid-uBRHOOQ1bx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBRHOOQ1bx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBRHOOQ1bx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBRHOOQ1bx .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBRHOOQ1bx .footer-col {
    flex-direction: column;
  }
}
.cid-uBRHOOQ1bx .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBRHOOQ1bx .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBRHOOQ1bx .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBRHOOQ1bx .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBRHOOQ1bx .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBRHOOQ1bx .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBRHOOQ1bx .soc-item {
  margin: 8px;
}
.cid-uBRHOOQ1bx .soc-item a:hover .mbr-iconfont,
.cid-uBRHOOQ1bx .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBRHOOQ1bx .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBRHOOQ1bx .row {
    text-align: center;
  }
  .cid-uBRHOOQ1bx .social-row {
    justify-content: center;
  }
}
.cid-uBRHOOQ1bx .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBRHOOQ1bx .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBRHOOQ1bx .list {
    margin-bottom: 0rem;
  }
}
.cid-uBRHOOQ1bx .mbr-text {
  color: #bbbbbb;
}
.cid-uBRHOOQ1bx .mbr-section-subtitle {
  color: #000000;
}
.cid-uBRHOOQ1bx .list,
.cid-uBRHOOQ1bx .item-wrap {
  color: #232323;
}
.cid-uBRHOOQ1bx .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBRN5NyXeM {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/clouds-weight-lg.webp");
}
.cid-uBRN5NyXeM .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBRN5NyXeM {
    align-items: flex-end;
  }
  .cid-uBRN5NyXeM .row {
    justify-content: center;
  }
  .cid-uBRN5NyXeM .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBRN5NyXeM .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBRN5NyXeM {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBRN5NyXeM .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBRN5NyXeM .content-wrap {
    width: 100%;
  }
}
.cid-uBRN5NyXeM .mbr-section-title,
.cid-uBRN5NyXeM .mbr-section-subtitle {
  text-align: center;
}
.cid-uBRN5NyXeM .mbr-text,
.cid-uBRN5NyXeM .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uBRN5NyXeM .mbr-section-title {
  color: #000000;
}
.cid-uBRN5O1MPb {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBRN5O1MPb .mbr-text {
  color: #000000;
}
.cid-uBRN5O1MPb .mbr-section-subtitle {
  color: #000000;
}
.cid-uBRN5O1MPb .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBRN5O1MPb .mbr-text,
.cid-uBRN5O1MPb .item .mbr-section-btn {
  text-align: left;
}
.cid-uBRN5O1MPb .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBRN5O1MPb .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBRN5O1MPb .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBRN5O1MPb .mbr-card-title {
  color: #393193;
}
.cid-uBRN5OqWby {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBRN5OqWby .mbr-text {
  color: #000000;
}
.cid-uBRN5OqWby .mbr-section-subtitle {
  color: #000000;
}
.cid-uBRN5OqWby .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBRN5OqWby .mbr-text,
.cid-uBRN5OqWby .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBRN5OqWby .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBRN5OqWby .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBRN5OqWby .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBRN5OqWby .mbr-card-title {
  color: #393193;
}
.cid-uBRN5OFb2e {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBRN5OFb2e .mbr-text {
  color: #000000;
}
.cid-uBRN5OFb2e .mbr-section-subtitle {
  color: #000000;
}
.cid-uBRN5OFb2e .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBRN5OFb2e .mbr-text,
.cid-uBRN5OFb2e .item .mbr-section-btn {
  text-align: left;
}
.cid-uBRN5OFb2e .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBRN5OFb2e .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBRN5OFb2e .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBRN5OFb2e .mbr-card-title {
  color: #393193;
}
.cid-uBRN5OSrfy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBRN5OSrfy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBRN5OSrfy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBRN5OSrfy .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBRN5OSrfy .footer-col {
    flex-direction: column;
  }
}
.cid-uBRN5OSrfy .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBRN5OSrfy .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBRN5OSrfy .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBRN5OSrfy .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBRN5OSrfy .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBRN5OSrfy .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBRN5OSrfy .soc-item {
  margin: 8px;
}
.cid-uBRN5OSrfy .soc-item a:hover .mbr-iconfont,
.cid-uBRN5OSrfy .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBRN5OSrfy .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBRN5OSrfy .row {
    text-align: center;
  }
  .cid-uBRN5OSrfy .social-row {
    justify-content: center;
  }
}
.cid-uBRN5OSrfy .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBRN5OSrfy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBRN5OSrfy .list {
    margin-bottom: 0rem;
  }
}
.cid-uBRN5OSrfy .mbr-text {
  color: #bbbbbb;
}
.cid-uBRN5OSrfy .mbr-section-subtitle {
  color: #000000;
}
.cid-uBRN5OSrfy .list,
.cid-uBRN5OSrfy .item-wrap {
  color: #232323;
}
.cid-uBRN5OSrfy .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBRRozsH3k {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/water-cycle-meta.webp");
}
.cid-uBRRozsH3k .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBRRozsH3k {
    align-items: flex-end;
  }
  .cid-uBRRozsH3k .row {
    justify-content: center;
  }
  .cid-uBRRozsH3k .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBRRozsH3k .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBRRozsH3k {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBRRozsH3k .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBRRozsH3k .content-wrap {
    width: 100%;
  }
}
.cid-uBRRozsH3k .mbr-section-title,
.cid-uBRRozsH3k .mbr-section-subtitle {
  text-align: center;
}
.cid-uBRRozsH3k .mbr-text,
.cid-uBRRozsH3k .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uBRRozsH3k .mbr-section-title {
  color: #000000;
}
.cid-uBRRozR1sD {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBRRozR1sD .mbr-text {
  color: #000000;
}
.cid-uBRRozR1sD .mbr-section-subtitle {
  color: #000000;
}
.cid-uBRRozR1sD .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBRRozR1sD .mbr-text,
.cid-uBRRozR1sD .item .mbr-section-btn {
  text-align: left;
}
.cid-uBRRozR1sD .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBRRozR1sD .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBRRozR1sD .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBRRozR1sD .mbr-card-title {
  color: #393193;
}
.cid-uBRRoAaqdN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBRRoAaqdN .mbr-text {
  color: #000000;
}
.cid-uBRRoAaqdN .mbr-section-subtitle {
  color: #000000;
}
.cid-uBRRoAaqdN .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBRRoAaqdN .mbr-text,
.cid-uBRRoAaqdN .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBRRoAaqdN .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBRRoAaqdN .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBRRoAaqdN .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBRRoAaqdN .mbr-card-title {
  color: #393193;
}
.cid-uBRRoAtMew {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBRRoAtMew .mbr-text {
  color: #000000;
}
.cid-uBRRoAtMew .mbr-section-subtitle {
  color: #000000;
}
.cid-uBRRoAtMew .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBRRoAtMew .mbr-text,
.cid-uBRRoAtMew .item .mbr-section-btn {
  text-align: left;
}
.cid-uBRRoAtMew .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBRRoAtMew .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBRRoAtMew .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBRRoAtMew .mbr-card-title {
  color: #393193;
}
.cid-uBRRoAF9pK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBRRoAF9pK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBRRoAF9pK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBRRoAF9pK .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBRRoAF9pK .footer-col {
    flex-direction: column;
  }
}
.cid-uBRRoAF9pK .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBRRoAF9pK .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBRRoAF9pK .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBRRoAF9pK .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBRRoAF9pK .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBRRoAF9pK .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBRRoAF9pK .soc-item {
  margin: 8px;
}
.cid-uBRRoAF9pK .soc-item a:hover .mbr-iconfont,
.cid-uBRRoAF9pK .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBRRoAF9pK .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBRRoAF9pK .row {
    text-align: center;
  }
  .cid-uBRRoAF9pK .social-row {
    justify-content: center;
  }
}
.cid-uBRRoAF9pK .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBRRoAF9pK .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBRRoAF9pK .list {
    margin-bottom: 0rem;
  }
}
.cid-uBRRoAF9pK .mbr-text {
  color: #bbbbbb;
}
.cid-uBRRoAF9pK .mbr-section-subtitle {
  color: #000000;
}
.cid-uBRRoAF9pK .list,
.cid-uBRRoAF9pK .item-wrap {
  color: #232323;
}
.cid-uBRRoAF9pK .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBU1RpUYyK {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/hydrogen-peroxide-meta.webp");
}
.cid-uBU1RpUYyK .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBU1RpUYyK {
    align-items: flex-end;
  }
  .cid-uBU1RpUYyK .row {
    justify-content: center;
  }
  .cid-uBU1RpUYyK .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBU1RpUYyK .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBU1RpUYyK {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBU1RpUYyK .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBU1RpUYyK .content-wrap {
    width: 100%;
  }
}
.cid-uBU1RpUYyK .mbr-section-title,
.cid-uBU1RpUYyK .mbr-section-subtitle {
  text-align: center;
}
.cid-uBU1RpUYyK .mbr-text,
.cid-uBU1RpUYyK .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uBU1RpUYyK .mbr-section-title {
  color: #000000;
}
.cid-uBU1RqD9QR {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBU1RqD9QR .mbr-text {
  color: #000000;
}
.cid-uBU1RqD9QR .mbr-section-subtitle {
  color: #000000;
}
.cid-uBU1RqD9QR .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBU1RqD9QR .mbr-text,
.cid-uBU1RqD9QR .item .mbr-section-btn {
  text-align: left;
}
.cid-uBU1RqD9QR .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBU1RqD9QR .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBU1RqD9QR .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBU1RqD9QR .mbr-card-title {
  color: #393193;
}
.cid-uBU3kuG1t0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBU3kuG1t0 .mbr-text {
  color: #000000;
}
.cid-uBU3kuG1t0 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBU3kuG1t0 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBU3kuG1t0 .mbr-text,
.cid-uBU3kuG1t0 .item .mbr-section-btn {
  text-align: left;
}
.cid-uBU3kuG1t0 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBU3kuG1t0 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBU3kuG1t0 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBU3kuG1t0 .mbr-card-title {
  color: #393193;
}
.cid-uBU1Rrgl28 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBU1Rrgl28 .mbr-text {
  color: #000000;
}
.cid-uBU1Rrgl28 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBU1Rrgl28 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBU1Rrgl28 .mbr-text,
.cid-uBU1Rrgl28 .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBU1Rrgl28 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBU1Rrgl28 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBU1Rrgl28 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBU1Rrgl28 .mbr-card-title {
  color: #393193;
}
.cid-uBU1RrMTpv {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBU1RrMTpv .mbr-text {
  color: #000000;
}
.cid-uBU1RrMTpv .mbr-section-subtitle {
  color: #000000;
}
.cid-uBU1RrMTpv .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBU1RrMTpv .mbr-text,
.cid-uBU1RrMTpv .item .mbr-section-btn {
  text-align: left;
}
.cid-uBU1RrMTpv .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBU1RrMTpv .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBU1RrMTpv .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBU1RrMTpv .mbr-card-title {
  color: #393193;
}
.cid-uBU1Rs6Xfl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBU1Rs6Xfl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBU1Rs6Xfl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBU1Rs6Xfl .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBU1Rs6Xfl .footer-col {
    flex-direction: column;
  }
}
.cid-uBU1Rs6Xfl .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBU1Rs6Xfl .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBU1Rs6Xfl .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBU1Rs6Xfl .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBU1Rs6Xfl .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBU1Rs6Xfl .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBU1Rs6Xfl .soc-item {
  margin: 8px;
}
.cid-uBU1Rs6Xfl .soc-item a:hover .mbr-iconfont,
.cid-uBU1Rs6Xfl .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBU1Rs6Xfl .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBU1Rs6Xfl .row {
    text-align: center;
  }
  .cid-uBU1Rs6Xfl .social-row {
    justify-content: center;
  }
}
.cid-uBU1Rs6Xfl .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBU1Rs6Xfl .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBU1Rs6Xfl .list {
    margin-bottom: 0rem;
  }
}
.cid-uBU1Rs6Xfl .mbr-text {
  color: #bbbbbb;
}
.cid-uBU1Rs6Xfl .mbr-section-subtitle {
  color: #000000;
}
.cid-uBU1Rs6Xfl .list,
.cid-uBU1Rs6Xfl .item-wrap {
  color: #232323;
}
.cid-uBU1Rs6Xfl .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBUb7lZfg1 {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/viscosity.webp");
}
.cid-uBUb7lZfg1 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBUb7lZfg1 {
    align-items: flex-end;
  }
  .cid-uBUb7lZfg1 .row {
    justify-content: center;
  }
  .cid-uBUb7lZfg1 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBUb7lZfg1 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBUb7lZfg1 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBUb7lZfg1 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBUb7lZfg1 .content-wrap {
    width: 100%;
  }
}
.cid-uBUb7lZfg1 .mbr-section-title,
.cid-uBUb7lZfg1 .mbr-section-subtitle {
  text-align: center;
}
.cid-uBUb7lZfg1 .mbr-text,
.cid-uBUb7lZfg1 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uBUb7lZfg1 .mbr-section-title {
  color: #000000;
}
.cid-uBUb7mt6QM {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBUb7mt6QM .mbr-text {
  color: #000000;
}
.cid-uBUb7mt6QM .mbr-section-subtitle {
  color: #000000;
}
.cid-uBUb7mt6QM .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBUb7mt6QM .mbr-text,
.cid-uBUb7mt6QM .item .mbr-section-btn {
  text-align: left;
}
.cid-uBUb7mt6QM .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBUb7mt6QM .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBUb7mt6QM .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBUb7mt6QM .mbr-card-title {
  color: #393193;
}
.cid-uBUb7mPEKg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBUb7mPEKg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBUb7mPEKg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBUb7mPEKg .row {
  flex-direction: row-reverse;
}
.cid-uBUb7mPEKg .mbr-description {
  text-align: center;
}
.cid-uBUc9sJ5XJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBUc9sJ5XJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBUc9sJ5XJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBUc9sJ5XJ .row {
  flex-direction: row-reverse;
}
.cid-uBUc9sJ5XJ .mbr-description {
  text-align: center;
}
.cid-uBUb7ngzQv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBUb7ngzQv .mbr-text {
  color: #000000;
}
.cid-uBUb7ngzQv .mbr-section-subtitle {
  color: #000000;
}
.cid-uBUb7ngzQv .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBUb7ngzQv .mbr-text,
.cid-uBUb7ngzQv .item .mbr-section-btn {
  text-align: left;
}
.cid-uBUb7ngzQv .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBUb7ngzQv .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBUb7ngzQv .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBUb7ngzQv .mbr-card-title {
  color: #393193;
}
.cid-uBUb7nw2Al {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBUb7nw2Al .mbr-text {
  color: #000000;
}
.cid-uBUb7nw2Al .mbr-section-subtitle {
  color: #000000;
}
.cid-uBUb7nw2Al .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBUb7nw2Al .mbr-text,
.cid-uBUb7nw2Al .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBUb7nw2Al .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBUb7nw2Al .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBUb7nw2Al .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBUb7nw2Al .mbr-card-title {
  color: #393193;
}
.cid-uBUb7nKZVZ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBUb7nKZVZ .mbr-text {
  color: #000000;
}
.cid-uBUb7nKZVZ .mbr-section-subtitle {
  color: #000000;
}
.cid-uBUb7nKZVZ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBUb7nKZVZ .mbr-text,
.cid-uBUb7nKZVZ .item .mbr-section-btn {
  text-align: left;
}
.cid-uBUb7nKZVZ .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBUb7nKZVZ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBUb7nKZVZ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBUb7nKZVZ .mbr-card-title {
  color: #393193;
}
.cid-uBUb7nZFod {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBUb7nZFod .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBUb7nZFod .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBUb7nZFod .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBUb7nZFod .footer-col {
    flex-direction: column;
  }
}
.cid-uBUb7nZFod .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBUb7nZFod .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBUb7nZFod .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBUb7nZFod .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBUb7nZFod .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBUb7nZFod .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBUb7nZFod .soc-item {
  margin: 8px;
}
.cid-uBUb7nZFod .soc-item a:hover .mbr-iconfont,
.cid-uBUb7nZFod .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBUb7nZFod .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBUb7nZFod .row {
    text-align: center;
  }
  .cid-uBUb7nZFod .social-row {
    justify-content: center;
  }
}
.cid-uBUb7nZFod .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBUb7nZFod .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBUb7nZFod .list {
    margin-bottom: 0rem;
  }
}
.cid-uBUb7nZFod .mbr-text {
  color: #bbbbbb;
}
.cid-uBUb7nZFod .mbr-section-subtitle {
  color: #000000;
}
.cid-uBUb7nZFod .list,
.cid-uBUb7nZFod .item-wrap {
  color: #232323;
}
.cid-uBUb7nZFod .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBUfKzSYjC {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/superionic-water.webp");
}
.cid-uBUfKzSYjC .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBUfKzSYjC {
    align-items: flex-end;
  }
  .cid-uBUfKzSYjC .row {
    justify-content: center;
  }
  .cid-uBUfKzSYjC .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBUfKzSYjC .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBUfKzSYjC {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBUfKzSYjC .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBUfKzSYjC .content-wrap {
    width: 100%;
  }
}
.cid-uBUfKzSYjC .mbr-section-title,
.cid-uBUfKzSYjC .mbr-section-subtitle {
  text-align: center;
}
.cid-uBUfKzSYjC .mbr-text,
.cid-uBUfKzSYjC .mbr-section-btn {
  text-align: center;
}
.cid-uBUfKAhb9v {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBUfKAhb9v .mbr-text {
  color: #000000;
}
.cid-uBUfKAhb9v .mbr-section-subtitle {
  color: #000000;
}
.cid-uBUfKAhb9v .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBUfKAhb9v .mbr-text,
.cid-uBUfKAhb9v .item .mbr-section-btn {
  text-align: left;
}
.cid-uBUfKAhb9v .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBUfKAhb9v .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBUfKAhb9v .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBUfKAhb9v .mbr-card-title {
  color: #393193;
}
.cid-uBUfKAxXSF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBUfKAxXSF .mbr-text {
  color: #000000;
}
.cid-uBUfKAxXSF .mbr-section-subtitle {
  color: #000000;
}
.cid-uBUfKAxXSF .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBUfKAxXSF .mbr-text,
.cid-uBUfKAxXSF .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBUfKAxXSF .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBUfKAxXSF .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBUfKAxXSF .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBUfKAxXSF .mbr-card-title {
  color: #393193;
}
.cid-uBUfKALlFh {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBUfKALlFh .mbr-text {
  color: #000000;
}
.cid-uBUfKALlFh .mbr-section-subtitle {
  color: #000000;
}
.cid-uBUfKALlFh .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBUfKALlFh .mbr-text,
.cid-uBUfKALlFh .item .mbr-section-btn {
  text-align: left;
}
.cid-uBUfKALlFh .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBUfKALlFh .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBUfKALlFh .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBUfKALlFh .mbr-card-title {
  color: #393193;
}
.cid-uBUfKAYaOk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBUfKAYaOk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBUfKAYaOk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBUfKAYaOk .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBUfKAYaOk .footer-col {
    flex-direction: column;
  }
}
.cid-uBUfKAYaOk .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBUfKAYaOk .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBUfKAYaOk .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBUfKAYaOk .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBUfKAYaOk .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBUfKAYaOk .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBUfKAYaOk .soc-item {
  margin: 8px;
}
.cid-uBUfKAYaOk .soc-item a:hover .mbr-iconfont,
.cid-uBUfKAYaOk .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBUfKAYaOk .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBUfKAYaOk .row {
    text-align: center;
  }
  .cid-uBUfKAYaOk .social-row {
    justify-content: center;
  }
}
.cid-uBUfKAYaOk .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBUfKAYaOk .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBUfKAYaOk .list {
    margin-bottom: 0rem;
  }
}
.cid-uBUfKAYaOk .mbr-text {
  color: #bbbbbb;
}
.cid-uBUfKAYaOk .mbr-section-subtitle {
  color: #000000;
}
.cid-uBUfKAYaOk .list,
.cid-uBUfKAYaOk .item-wrap {
  color: #232323;
}
.cid-uBUfKAYaOk .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBV2WDYVe3 {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/pyramids-meta.webp");
}
.cid-uBV2WDYVe3 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBV2WDYVe3 {
    align-items: flex-end;
  }
  .cid-uBV2WDYVe3 .row {
    justify-content: center;
  }
  .cid-uBV2WDYVe3 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBV2WDYVe3 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBV2WDYVe3 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBV2WDYVe3 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBV2WDYVe3 .content-wrap {
    width: 100%;
  }
}
.cid-uBV2WDYVe3 .mbr-section-title,
.cid-uBV2WDYVe3 .mbr-section-subtitle {
  text-align: center;
}
.cid-uBV2WDYVe3 .mbr-text,
.cid-uBV2WDYVe3 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uBV2WDYVe3 .mbr-section-title {
  color: #000000;
}
.cid-uBV2WEoniO {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBV2WEoniO .mbr-text {
  color: #000000;
}
.cid-uBV2WEoniO .mbr-section-subtitle {
  color: #000000;
}
.cid-uBV2WEoniO .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBV2WEoniO .mbr-text,
.cid-uBV2WEoniO .item .mbr-section-btn {
  text-align: left;
}
.cid-uBV2WEoniO .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBV2WEoniO .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBV2WEoniO .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBV2WEoniO .mbr-card-title {
  color: #393193;
}
.cid-uBV4KwnRG1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBV4KwnRG1 .mbr-text {
  color: #000000;
}
.cid-uBV4KwnRG1 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBV4KwnRG1 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBV4KwnRG1 .mbr-text,
.cid-uBV4KwnRG1 .item .mbr-section-btn {
  text-align: left;
}
.cid-uBV4KwnRG1 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBV4KwnRG1 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBV4KwnRG1 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBV4KwnRG1 .mbr-card-title {
  color: #393193;
}
.cid-uBV2WEDAOm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBV2WEDAOm .mbr-text {
  color: #000000;
}
.cid-uBV2WEDAOm .mbr-section-subtitle {
  color: #000000;
}
.cid-uBV2WEDAOm .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBV2WEDAOm .mbr-text,
.cid-uBV2WEDAOm .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBV2WEDAOm .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBV2WEDAOm .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBV2WEDAOm .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBV2WEDAOm .mbr-card-title {
  color: #393193;
}
.cid-uBV2WER0pm {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBV2WER0pm .mbr-text {
  color: #000000;
}
.cid-uBV2WER0pm .mbr-section-subtitle {
  color: #000000;
}
.cid-uBV2WER0pm .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBV2WER0pm .mbr-text,
.cid-uBV2WER0pm .item .mbr-section-btn {
  text-align: left;
}
.cid-uBV2WER0pm .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBV2WER0pm .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBV2WER0pm .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBV2WER0pm .mbr-card-title {
  color: #393193;
}
.cid-uBV2WF4bmv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBV2WF4bmv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBV2WF4bmv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBV2WF4bmv .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBV2WF4bmv .footer-col {
    flex-direction: column;
  }
}
.cid-uBV2WF4bmv .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBV2WF4bmv .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBV2WF4bmv .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBV2WF4bmv .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBV2WF4bmv .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBV2WF4bmv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBV2WF4bmv .soc-item {
  margin: 8px;
}
.cid-uBV2WF4bmv .soc-item a:hover .mbr-iconfont,
.cid-uBV2WF4bmv .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBV2WF4bmv .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBV2WF4bmv .row {
    text-align: center;
  }
  .cid-uBV2WF4bmv .social-row {
    justify-content: center;
  }
}
.cid-uBV2WF4bmv .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBV2WF4bmv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBV2WF4bmv .list {
    margin-bottom: 0rem;
  }
}
.cid-uBV2WF4bmv .mbr-text {
  color: #bbbbbb;
}
.cid-uBV2WF4bmv .mbr-section-subtitle {
  color: #000000;
}
.cid-uBV2WF4bmv .list,
.cid-uBV2WF4bmv .item-wrap {
  color: #232323;
}
.cid-uBV2WF4bmv .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBV9sZs3CM {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/hydrogen-lg.webp");
}
.cid-uBV9sZs3CM .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBV9sZs3CM {
    align-items: flex-end;
  }
  .cid-uBV9sZs3CM .row {
    justify-content: center;
  }
  .cid-uBV9sZs3CM .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBV9sZs3CM .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBV9sZs3CM {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBV9sZs3CM .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBV9sZs3CM .content-wrap {
    width: 100%;
  }
}
.cid-uBV9sZs3CM .mbr-section-title,
.cid-uBV9sZs3CM .mbr-section-subtitle {
  text-align: center;
}
.cid-uBV9sZs3CM .mbr-text,
.cid-uBV9sZs3CM .mbr-section-btn {
  text-align: center;
}
.cid-uBV9sZWzh7 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBV9sZWzh7 .mbr-text {
  color: #000000;
}
.cid-uBV9sZWzh7 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBV9sZWzh7 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBV9sZWzh7 .mbr-text,
.cid-uBV9sZWzh7 .item .mbr-section-btn {
  text-align: left;
}
.cid-uBV9sZWzh7 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBV9sZWzh7 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBV9sZWzh7 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBV9sZWzh7 .mbr-card-title {
  color: #393193;
}
.cid-uBVatcqlRA {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uBVatcqlRA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBVatcqlRA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBVatcqlRA .row {
  flex-direction: row-reverse;
}
.cid-uBVatcqlRA .mbr-description {
  text-align: center;
}
.cid-uBV9t0C8ZJ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBV9t0C8ZJ .mbr-text {
  color: #000000;
}
.cid-uBV9t0C8ZJ .mbr-section-subtitle {
  color: #000000;
}
.cid-uBV9t0C8ZJ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBV9t0C8ZJ .mbr-text,
.cid-uBV9t0C8ZJ .item .mbr-section-btn {
  text-align: left;
}
.cid-uBV9t0C8ZJ .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBV9t0C8ZJ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBV9t0C8ZJ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBV9t0C8ZJ .mbr-card-title {
  color: #393193;
}
.cid-uBV9t0XDiM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBV9t0XDiM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBV9t0XDiM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBV9t0XDiM .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBV9t0XDiM .footer-col {
    flex-direction: column;
  }
}
.cid-uBV9t0XDiM .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBV9t0XDiM .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBV9t0XDiM .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBV9t0XDiM .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBV9t0XDiM .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBV9t0XDiM .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBV9t0XDiM .soc-item {
  margin: 8px;
}
.cid-uBV9t0XDiM .soc-item a:hover .mbr-iconfont,
.cid-uBV9t0XDiM .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBV9t0XDiM .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBV9t0XDiM .row {
    text-align: center;
  }
  .cid-uBV9t0XDiM .social-row {
    justify-content: center;
  }
}
.cid-uBV9t0XDiM .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBV9t0XDiM .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBV9t0XDiM .list {
    margin-bottom: 0rem;
  }
}
.cid-uBV9t0XDiM .mbr-text {
  color: #bbbbbb;
}
.cid-uBV9t0XDiM .mbr-section-subtitle {
  color: #000000;
}
.cid-uBV9t0XDiM .list,
.cid-uBV9t0XDiM .item-wrap {
  color: #232323;
}
.cid-uBV9t0XDiM .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBVQ20ZAUj {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/halocline-meta.webp");
}
.cid-uBVQ20ZAUj .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBVQ20ZAUj {
    align-items: flex-end;
  }
  .cid-uBVQ20ZAUj .row {
    justify-content: center;
  }
  .cid-uBVQ20ZAUj .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBVQ20ZAUj .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBVQ20ZAUj {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBVQ20ZAUj .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBVQ20ZAUj .content-wrap {
    width: 100%;
  }
}
.cid-uBVQ20ZAUj .mbr-section-title,
.cid-uBVQ20ZAUj .mbr-section-subtitle {
  text-align: center;
}
.cid-uBVQ20ZAUj .mbr-text,
.cid-uBVQ20ZAUj .mbr-section-btn {
  text-align: center;
}
.cid-uBVQ21jJob {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBVQ21jJob .mbr-text {
  color: #000000;
}
.cid-uBVQ21jJob .mbr-section-subtitle {
  color: #000000;
}
.cid-uBVQ21jJob .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBVQ21jJob .mbr-text,
.cid-uBVQ21jJob .item .mbr-section-btn {
  text-align: left;
}
.cid-uBVQ21jJob .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBVQ21jJob .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBVQ21jJob .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBVQ21jJob .mbr-card-title {
  color: #393193;
}
.cid-uBVRrst2WD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBVRrst2WD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBVRrst2WD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBVRrst2WD .row {
  flex-direction: row-reverse;
}
.cid-uBVRrst2WD .mbr-description {
  text-align: center;
}
.cid-uBVRsKp718 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBVRsKp718 .mbr-text {
  color: #000000;
}
.cid-uBVRsKp718 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBVRsKp718 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBVRsKp718 .mbr-text,
.cid-uBVRsKp718 .item .mbr-section-btn {
  text-align: left;
}
.cid-uBVRsKp718 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBVRsKp718 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBVRsKp718 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBVRsKp718 .mbr-card-title {
  color: #393193;
}
.cid-uBVQ21ybq9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBVQ21ybq9 .mbr-text {
  color: #000000;
}
.cid-uBVQ21ybq9 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBVQ21ybq9 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBVQ21ybq9 .mbr-text,
.cid-uBVQ21ybq9 .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBVQ21ybq9 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBVQ21ybq9 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBVQ21ybq9 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBVQ21ybq9 .mbr-card-title {
  color: #393193;
}
.cid-uBVQ21QHFq {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBVQ21QHFq .mbr-text {
  color: #000000;
}
.cid-uBVQ21QHFq .mbr-section-subtitle {
  color: #000000;
}
.cid-uBVQ21QHFq .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBVQ21QHFq .mbr-text,
.cid-uBVQ21QHFq .item .mbr-section-btn {
  text-align: left;
}
.cid-uBVQ21QHFq .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBVQ21QHFq .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBVQ21QHFq .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBVQ21QHFq .mbr-card-title {
  color: #393193;
}
.cid-uBVQ227n2s {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBVQ227n2s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBVQ227n2s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBVQ227n2s .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBVQ227n2s .footer-col {
    flex-direction: column;
  }
}
.cid-uBVQ227n2s .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBVQ227n2s .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBVQ227n2s .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBVQ227n2s .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBVQ227n2s .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBVQ227n2s .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBVQ227n2s .soc-item {
  margin: 8px;
}
.cid-uBVQ227n2s .soc-item a:hover .mbr-iconfont,
.cid-uBVQ227n2s .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBVQ227n2s .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBVQ227n2s .row {
    text-align: center;
  }
  .cid-uBVQ227n2s .social-row {
    justify-content: center;
  }
}
.cid-uBVQ227n2s .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBVQ227n2s .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBVQ227n2s .list {
    margin-bottom: 0rem;
  }
}
.cid-uBVQ227n2s .mbr-text {
  color: #bbbbbb;
}
.cid-uBVQ227n2s .mbr-section-subtitle {
  color: #000000;
}
.cid-uBVQ227n2s .list,
.cid-uBVQ227n2s .item-wrap {
  color: #232323;
}
.cid-uBVQ227n2s .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBVWzwf980 {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/iron-lg.webp");
}
.cid-uBVWzwf980 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBVWzwf980 {
    align-items: flex-end;
  }
  .cid-uBVWzwf980 .row {
    justify-content: center;
  }
  .cid-uBVWzwf980 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBVWzwf980 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBVWzwf980 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBVWzwf980 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBVWzwf980 .content-wrap {
    width: 100%;
  }
}
.cid-uBVWzwf980 .mbr-section-title,
.cid-uBVWzwf980 .mbr-section-subtitle {
  text-align: center;
}
.cid-uBVWzwf980 .mbr-text,
.cid-uBVWzwf980 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uBVWzwf980 .mbr-section-title {
  color: #000000;
}
.cid-uBVWzwLykh {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBVWzwLykh .mbr-text {
  color: #000000;
}
.cid-uBVWzwLykh .mbr-section-subtitle {
  color: #000000;
}
.cid-uBVWzwLykh .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBVWzwLykh .mbr-text,
.cid-uBVWzwLykh .item .mbr-section-btn {
  text-align: left;
}
.cid-uBVWzwLykh .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBVWzwLykh .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBVWzwLykh .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBVWzwLykh .mbr-card-title {
  color: #393193;
}
.cid-uBVX8ykYCH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBVX8ykYCH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBVX8ykYCH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBVX8ykYCH .row {
  flex-direction: row-reverse;
}
.cid-uBVX8ykYCH .mbr-description {
  text-align: center;
}
.cid-uBVX9GHxFR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBVX9GHxFR .mbr-text {
  color: #000000;
}
.cid-uBVX9GHxFR .mbr-section-subtitle {
  color: #000000;
}
.cid-uBVX9GHxFR .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBVX9GHxFR .mbr-text,
.cid-uBVX9GHxFR .item .mbr-section-btn {
  text-align: left;
}
.cid-uBVX9GHxFR .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBVX9GHxFR .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBVX9GHxFR .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBVX9GHxFR .mbr-card-title {
  color: #393193;
}
.cid-uBVXV8eqcS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBVXV8eqcS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBVXV8eqcS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBVXV8eqcS .row {
  flex-direction: row-reverse;
}
.cid-uBVXV8eqcS .mbr-description {
  text-align: center;
}
.cid-uBVY40LlJJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBVY40LlJJ .mbr-text {
  color: #000000;
}
.cid-uBVY40LlJJ .mbr-section-subtitle {
  color: #000000;
}
.cid-uBVY40LlJJ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBVY40LlJJ .mbr-text,
.cid-uBVY40LlJJ .item .mbr-section-btn {
  text-align: left;
}
.cid-uBVY40LlJJ .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBVY40LlJJ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBVY40LlJJ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBVY40LlJJ .mbr-card-title {
  color: #393193;
}
.cid-uBVYh7l0t8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBVYh7l0t8 .mbr-text {
  color: #000000;
}
.cid-uBVYh7l0t8 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBVYh7l0t8 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBVYh7l0t8 .mbr-text,
.cid-uBVYh7l0t8 .item .mbr-section-btn {
  text-align: left;
}
.cid-uBVYh7l0t8 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBVYh7l0t8 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBVYh7l0t8 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBVYh7l0t8 .mbr-card-title {
  color: #393193;
}
.cid-uBVWzxiPtj {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBVWzxiPtj .mbr-text {
  color: #000000;
}
.cid-uBVWzxiPtj .mbr-section-subtitle {
  color: #000000;
}
.cid-uBVWzxiPtj .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBVWzxiPtj .mbr-text,
.cid-uBVWzxiPtj .item .mbr-section-btn {
  text-align: left;
}
.cid-uBVWzxiPtj .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBVWzxiPtj .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBVWzxiPtj .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBVWzxiPtj .mbr-card-title {
  color: #393193;
}
.cid-uBVWzxHQmT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBVWzxHQmT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBVWzxHQmT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBVWzxHQmT .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBVWzxHQmT .footer-col {
    flex-direction: column;
  }
}
.cid-uBVWzxHQmT .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBVWzxHQmT .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBVWzxHQmT .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBVWzxHQmT .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBVWzxHQmT .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBVWzxHQmT .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBVWzxHQmT .soc-item {
  margin: 8px;
}
.cid-uBVWzxHQmT .soc-item a:hover .mbr-iconfont,
.cid-uBVWzxHQmT .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBVWzxHQmT .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBVWzxHQmT .row {
    text-align: center;
  }
  .cid-uBVWzxHQmT .social-row {
    justify-content: center;
  }
}
.cid-uBVWzxHQmT .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBVWzxHQmT .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBVWzxHQmT .list {
    margin-bottom: 0rem;
  }
}
.cid-uBVWzxHQmT .mbr-text {
  color: #bbbbbb;
}
.cid-uBVWzxHQmT .mbr-section-subtitle {
  color: #000000;
}
.cid-uBVWzxHQmT .list,
.cid-uBVWzxHQmT .item-wrap {
  color: #232323;
}
.cid-uBVWzxHQmT .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBW1jmDRzy {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/rust-meta.webp");
}
.cid-uBW1jmDRzy .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBW1jmDRzy {
    align-items: flex-end;
  }
  .cid-uBW1jmDRzy .row {
    justify-content: center;
  }
  .cid-uBW1jmDRzy .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBW1jmDRzy .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBW1jmDRzy {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBW1jmDRzy .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBW1jmDRzy .content-wrap {
    width: 100%;
  }
}
.cid-uBW1jmDRzy .mbr-section-title,
.cid-uBW1jmDRzy .mbr-section-subtitle {
  text-align: center;
}
.cid-uBW1jmDRzy .mbr-text,
.cid-uBW1jmDRzy .mbr-section-btn {
  text-align: center;
}
.cid-uBW1jn8bV1 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBW1jn8bV1 .mbr-text {
  color: #000000;
}
.cid-uBW1jn8bV1 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBW1jn8bV1 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBW1jn8bV1 .mbr-text,
.cid-uBW1jn8bV1 .item .mbr-section-btn {
  text-align: left;
}
.cid-uBW1jn8bV1 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBW1jn8bV1 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBW1jn8bV1 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBW1jn8bV1 .mbr-card-title {
  color: #393193;
}
.cid-uBW1jnoE2b {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBW1jnoE2b .mbr-text {
  color: #000000;
}
.cid-uBW1jnoE2b .mbr-section-subtitle {
  color: #000000;
}
.cid-uBW1jnoE2b .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBW1jnoE2b .mbr-text,
.cid-uBW1jnoE2b .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBW1jnoE2b .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBW1jnoE2b .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBW1jnoE2b .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBW1jnoE2b .mbr-card-title {
  color: #393193;
}
.cid-uBW1jnC85P {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBW1jnC85P .mbr-text {
  color: #000000;
}
.cid-uBW1jnC85P .mbr-section-subtitle {
  color: #000000;
}
.cid-uBW1jnC85P .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBW1jnC85P .mbr-text,
.cid-uBW1jnC85P .item .mbr-section-btn {
  text-align: left;
}
.cid-uBW1jnC85P .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBW1jnC85P .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBW1jnC85P .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBW1jnC85P .mbr-card-title {
  color: #393193;
}
.cid-uBW1jnQ3fi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBW1jnQ3fi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBW1jnQ3fi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBW1jnQ3fi .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBW1jnQ3fi .footer-col {
    flex-direction: column;
  }
}
.cid-uBW1jnQ3fi .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBW1jnQ3fi .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBW1jnQ3fi .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBW1jnQ3fi .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBW1jnQ3fi .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBW1jnQ3fi .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBW1jnQ3fi .soc-item {
  margin: 8px;
}
.cid-uBW1jnQ3fi .soc-item a:hover .mbr-iconfont,
.cid-uBW1jnQ3fi .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBW1jnQ3fi .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBW1jnQ3fi .row {
    text-align: center;
  }
  .cid-uBW1jnQ3fi .social-row {
    justify-content: center;
  }
}
.cid-uBW1jnQ3fi .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBW1jnQ3fi .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBW1jnQ3fi .list {
    margin-bottom: 0rem;
  }
}
.cid-uBW1jnQ3fi .mbr-text {
  color: #bbbbbb;
}
.cid-uBW1jnQ3fi .mbr-section-subtitle {
  color: #000000;
}
.cid-uBW1jnQ3fi .list,
.cid-uBW1jnQ3fi .item-wrap {
  color: #232323;
}
.cid-uBW1jnQ3fi .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBW6c6BJKB {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/celsius.webp");
}
.cid-uBW6c6BJKB .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBW6c6BJKB {
    align-items: flex-end;
  }
  .cid-uBW6c6BJKB .row {
    justify-content: center;
  }
  .cid-uBW6c6BJKB .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBW6c6BJKB .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBW6c6BJKB {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBW6c6BJKB .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBW6c6BJKB .content-wrap {
    width: 100%;
  }
}
.cid-uBW6c6BJKB .mbr-section-title,
.cid-uBW6c6BJKB .mbr-section-subtitle {
  text-align: center;
}
.cid-uBW6c6BJKB .mbr-text,
.cid-uBW6c6BJKB .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uBW6c6BJKB .mbr-section-title {
  color: #000000;
}
.cid-uBW6c79ht9 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBW6c79ht9 .mbr-text {
  color: #000000;
}
.cid-uBW6c79ht9 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBW6c79ht9 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBW6c79ht9 .mbr-text,
.cid-uBW6c79ht9 .item .mbr-section-btn {
  text-align: left;
}
.cid-uBW6c79ht9 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBW6c79ht9 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBW6c79ht9 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBW6c79ht9 .mbr-card-title {
  color: #393193;
}
.cid-uBW6KJ9LRl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBW6KJ9LRl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBW6KJ9LRl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBW6KJ9LRl .row {
  flex-direction: row-reverse;
}
.cid-uBW6KJ9LRl .mbr-description {
  text-align: center;
}
.cid-uBW6MiU6wT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBW6MiU6wT .mbr-text {
  color: #000000;
}
.cid-uBW6MiU6wT .mbr-section-subtitle {
  color: #000000;
}
.cid-uBW6MiU6wT .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBW6MiU6wT .mbr-text,
.cid-uBW6MiU6wT .item .mbr-section-btn {
  text-align: left;
}
.cid-uBW6MiU6wT .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBW6MiU6wT .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBW6MiU6wT .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBW6MiU6wT .mbr-card-title {
  color: #393193;
}
.cid-uBW6c7wbXh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBW6c7wbXh .mbr-text {
  color: #000000;
}
.cid-uBW6c7wbXh .mbr-section-subtitle {
  color: #000000;
}
.cid-uBW6c7wbXh .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBW6c7wbXh .mbr-text,
.cid-uBW6c7wbXh .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBW6c7wbXh .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBW6c7wbXh .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBW6c7wbXh .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBW6c7wbXh .mbr-card-title {
  color: #393193;
}
.cid-uBW6Nrp4kf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBW6Nrp4kf .mbr-text {
  color: #000000;
}
.cid-uBW6Nrp4kf .mbr-section-subtitle {
  color: #000000;
}
.cid-uBW6Nrp4kf .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBW6Nrp4kf .mbr-text,
.cid-uBW6Nrp4kf .item .mbr-section-btn {
  text-align: left;
}
.cid-uBW6Nrp4kf .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBW6Nrp4kf .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBW6Nrp4kf .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBW6Nrp4kf .mbr-card-title {
  color: #393193;
}
.cid-uBW7qRCzHA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBW7qRCzHA .mbr-text {
  color: #000000;
}
.cid-uBW7qRCzHA .mbr-section-subtitle {
  color: #000000;
}
.cid-uBW7qRCzHA .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBW7qRCzHA .mbr-text,
.cid-uBW7qRCzHA .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBW7qRCzHA .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBW7qRCzHA .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBW7qRCzHA .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBW7qRCzHA .mbr-card-title {
  color: #393193;
}
.cid-uBW7slgNWj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBW7slgNWj .mbr-text {
  color: #000000;
}
.cid-uBW7slgNWj .mbr-section-subtitle {
  color: #000000;
}
.cid-uBW7slgNWj .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBW7slgNWj .mbr-text,
.cid-uBW7slgNWj .item .mbr-section-btn {
  text-align: left;
}
.cid-uBW7slgNWj .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBW7slgNWj .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBW7slgNWj .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBW7slgNWj .mbr-card-title {
  color: #393193;
}
.cid-uBW7TYa3Gg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBW7TYa3Gg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBW7TYa3Gg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBW7TYa3Gg .row {
  flex-direction: row-reverse;
}
.cid-uBW7TYa3Gg .mbr-description {
  text-align: center;
}
.cid-uBW7V1qpOA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBW7V1qpOA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBW7V1qpOA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBW7V1qpOA .row {
  flex-direction: row-reverse;
}
.cid-uBW7V1qpOA .mbr-description {
  text-align: center;
}
.cid-uBW6c7LIN5 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBW6c7LIN5 .mbr-text {
  color: #000000;
}
.cid-uBW6c7LIN5 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBW6c7LIN5 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBW6c7LIN5 .mbr-text,
.cid-uBW6c7LIN5 .item .mbr-section-btn {
  text-align: left;
}
.cid-uBW6c7LIN5 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBW6c7LIN5 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBW6c7LIN5 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBW6c7LIN5 .mbr-card-title {
  color: #393193;
}
.cid-uBW6c7ZBsV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBW6c7ZBsV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBW6c7ZBsV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBW6c7ZBsV .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBW6c7ZBsV .footer-col {
    flex-direction: column;
  }
}
.cid-uBW6c7ZBsV .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBW6c7ZBsV .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBW6c7ZBsV .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBW6c7ZBsV .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBW6c7ZBsV .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBW6c7ZBsV .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBW6c7ZBsV .soc-item {
  margin: 8px;
}
.cid-uBW6c7ZBsV .soc-item a:hover .mbr-iconfont,
.cid-uBW6c7ZBsV .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBW6c7ZBsV .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBW6c7ZBsV .row {
    text-align: center;
  }
  .cid-uBW6c7ZBsV .social-row {
    justify-content: center;
  }
}
.cid-uBW6c7ZBsV .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBW6c7ZBsV .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBW6c7ZBsV .list {
    margin-bottom: 0rem;
  }
}
.cid-uBW6c7ZBsV .mbr-text {
  color: #bbbbbb;
}
.cid-uBW6c7ZBsV .mbr-section-subtitle {
  color: #000000;
}
.cid-uBW6c7ZBsV .list,
.cid-uBW6c7ZBsV .item-wrap {
  color: #232323;
}
.cid-uBW6c7ZBsV .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBWbVcDzOV {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/pyritised-2.webp");
}
.cid-uBWbVcDzOV .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBWbVcDzOV {
    align-items: flex-end;
  }
  .cid-uBWbVcDzOV .row {
    justify-content: center;
  }
  .cid-uBWbVcDzOV .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBWbVcDzOV .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBWbVcDzOV {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBWbVcDzOV .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBWbVcDzOV .content-wrap {
    width: 100%;
  }
}
.cid-uBWbVcDzOV .mbr-section-title,
.cid-uBWbVcDzOV .mbr-section-subtitle {
  text-align: center;
}
.cid-uBWbVcDzOV .mbr-text,
.cid-uBWbVcDzOV .mbr-section-btn {
  text-align: center;
}
.cid-uBWbVd8I5U {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBWbVd8I5U .mbr-text {
  color: #000000;
}
.cid-uBWbVd8I5U .mbr-section-subtitle {
  color: #000000;
}
.cid-uBWbVd8I5U .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBWbVd8I5U .mbr-text,
.cid-uBWbVd8I5U .item .mbr-section-btn {
  text-align: left;
}
.cid-uBWbVd8I5U .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBWbVd8I5U .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBWbVd8I5U .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBWbVd8I5U .mbr-card-title {
  color: #393193;
}
.cid-uBWbVdqPIN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBWbVdqPIN .mbr-text {
  color: #000000;
}
.cid-uBWbVdqPIN .mbr-section-subtitle {
  color: #000000;
}
.cid-uBWbVdqPIN .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBWbVdqPIN .mbr-text,
.cid-uBWbVdqPIN .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBWbVdqPIN .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBWbVdqPIN .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBWbVdqPIN .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBWbVdqPIN .mbr-card-title {
  color: #393193;
}
.cid-uBWbVdFKCg {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBWbVdFKCg .mbr-text {
  color: #000000;
}
.cid-uBWbVdFKCg .mbr-section-subtitle {
  color: #000000;
}
.cid-uBWbVdFKCg .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBWbVdFKCg .mbr-text,
.cid-uBWbVdFKCg .item .mbr-section-btn {
  text-align: left;
}
.cid-uBWbVdFKCg .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBWbVdFKCg .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBWbVdFKCg .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBWbVdFKCg .mbr-card-title {
  color: #393193;
}
.cid-uBWbVe5inQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBWbVe5inQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBWbVe5inQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBWbVe5inQ .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBWbVe5inQ .footer-col {
    flex-direction: column;
  }
}
.cid-uBWbVe5inQ .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBWbVe5inQ .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBWbVe5inQ .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBWbVe5inQ .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBWbVe5inQ .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBWbVe5inQ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBWbVe5inQ .soc-item {
  margin: 8px;
}
.cid-uBWbVe5inQ .soc-item a:hover .mbr-iconfont,
.cid-uBWbVe5inQ .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBWbVe5inQ .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBWbVe5inQ .row {
    text-align: center;
  }
  .cid-uBWbVe5inQ .social-row {
    justify-content: center;
  }
}
.cid-uBWbVe5inQ .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBWbVe5inQ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBWbVe5inQ .list {
    margin-bottom: 0rem;
  }
}
.cid-uBWbVe5inQ .mbr-text {
  color: #bbbbbb;
}
.cid-uBWbVe5inQ .mbr-section-subtitle {
  color: #000000;
}
.cid-uBWbVe5inQ .list,
.cid-uBWbVe5inQ .item-wrap {
  color: #232323;
}
.cid-uBWbVe5inQ .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBWvluNfZk {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/speed-of-light-lg.webp");
}
.cid-uBWvluNfZk .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBWvluNfZk {
    align-items: flex-end;
  }
  .cid-uBWvluNfZk .row {
    justify-content: center;
  }
  .cid-uBWvluNfZk .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBWvluNfZk .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBWvluNfZk {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBWvluNfZk .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBWvluNfZk .content-wrap {
    width: 100%;
  }
}
.cid-uBWvluNfZk .mbr-section-title,
.cid-uBWvluNfZk .mbr-section-subtitle {
  text-align: center;
}
.cid-uBWvluNfZk .mbr-text,
.cid-uBWvluNfZk .mbr-section-btn {
  text-align: center;
}
.cid-uBWvlv6gnu {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBWvlv6gnu .mbr-text {
  color: #000000;
}
.cid-uBWvlv6gnu .mbr-section-subtitle {
  color: #000000;
}
.cid-uBWvlv6gnu .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBWvlv6gnu .mbr-text,
.cid-uBWvlv6gnu .item .mbr-section-btn {
  text-align: left;
}
.cid-uBWvlv6gnu .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBWvlv6gnu .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBWvlv6gnu .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBWvlv6gnu .mbr-card-title {
  color: #393193;
}
.cid-uBWvlvsEVe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBWvlvsEVe .mbr-text {
  color: #000000;
}
.cid-uBWvlvsEVe .mbr-section-subtitle {
  color: #000000;
}
.cid-uBWvlvsEVe .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBWvlvsEVe .mbr-text,
.cid-uBWvlvsEVe .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBWvlvsEVe .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBWvlvsEVe .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBWvlvsEVe .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBWvlvsEVe .mbr-card-title {
  color: #393193;
}
.cid-uBWvlvJL7y {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBWvlvJL7y .mbr-text {
  color: #000000;
}
.cid-uBWvlvJL7y .mbr-section-subtitle {
  color: #000000;
}
.cid-uBWvlvJL7y .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBWvlvJL7y .mbr-text,
.cid-uBWvlvJL7y .item .mbr-section-btn {
  text-align: left;
}
.cid-uBWvlvJL7y .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBWvlvJL7y .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBWvlvJL7y .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBWvlvJL7y .mbr-card-title {
  color: #393193;
}
.cid-uBWvlw0t6S {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBWvlw0t6S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBWvlw0t6S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBWvlw0t6S .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBWvlw0t6S .footer-col {
    flex-direction: column;
  }
}
.cid-uBWvlw0t6S .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBWvlw0t6S .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBWvlw0t6S .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBWvlw0t6S .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBWvlw0t6S .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBWvlw0t6S .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBWvlw0t6S .soc-item {
  margin: 8px;
}
.cid-uBWvlw0t6S .soc-item a:hover .mbr-iconfont,
.cid-uBWvlw0t6S .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBWvlw0t6S .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBWvlw0t6S .row {
    text-align: center;
  }
  .cid-uBWvlw0t6S .social-row {
    justify-content: center;
  }
}
.cid-uBWvlw0t6S .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBWvlw0t6S .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBWvlw0t6S .list {
    margin-bottom: 0rem;
  }
}
.cid-uBWvlw0t6S .mbr-text {
  color: #bbbbbb;
}
.cid-uBWvlw0t6S .mbr-section-subtitle {
  color: #000000;
}
.cid-uBWvlw0t6S .list,
.cid-uBWvlw0t6S .item-wrap {
  color: #232323;
}
.cid-uBWvlw0t6S .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBWzDZzBLo {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/solar-energy.webp");
}
.cid-uBWzDZzBLo .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBWzDZzBLo {
    align-items: flex-end;
  }
  .cid-uBWzDZzBLo .row {
    justify-content: center;
  }
  .cid-uBWzDZzBLo .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBWzDZzBLo .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBWzDZzBLo {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBWzDZzBLo .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBWzDZzBLo .content-wrap {
    width: 100%;
  }
}
.cid-uBWzDZzBLo .mbr-section-title,
.cid-uBWzDZzBLo .mbr-section-subtitle {
  text-align: center;
}
.cid-uBWzDZzBLo .mbr-text,
.cid-uBWzDZzBLo .mbr-section-btn {
  text-align: center;
}
.cid-uBWzDZWV2P {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBWzDZWV2P .mbr-text {
  color: #000000;
}
.cid-uBWzDZWV2P .mbr-section-subtitle {
  color: #000000;
}
.cid-uBWzDZWV2P .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBWzDZWV2P .mbr-text,
.cid-uBWzDZWV2P .item .mbr-section-btn {
  text-align: left;
}
.cid-uBWzDZWV2P .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBWzDZWV2P .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBWzDZWV2P .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBWzDZWV2P .mbr-card-title {
  color: #393193;
}
.cid-uBWzE0fI6B {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBWzE0fI6B .mbr-text {
  color: #000000;
}
.cid-uBWzE0fI6B .mbr-section-subtitle {
  color: #000000;
}
.cid-uBWzE0fI6B .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBWzE0fI6B .mbr-text,
.cid-uBWzE0fI6B .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBWzE0fI6B .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBWzE0fI6B .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBWzE0fI6B .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBWzE0fI6B .mbr-card-title {
  color: #393193;
}
.cid-uBWzE0tujB {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBWzE0tujB .mbr-text {
  color: #000000;
}
.cid-uBWzE0tujB .mbr-section-subtitle {
  color: #000000;
}
.cid-uBWzE0tujB .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBWzE0tujB .mbr-text,
.cid-uBWzE0tujB .item .mbr-section-btn {
  text-align: left;
}
.cid-uBWzE0tujB .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBWzE0tujB .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBWzE0tujB .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBWzE0tujB .mbr-card-title {
  color: #393193;
}
.cid-uBWzE0Ms29 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBWzE0Ms29 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBWzE0Ms29 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBWzE0Ms29 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBWzE0Ms29 .footer-col {
    flex-direction: column;
  }
}
.cid-uBWzE0Ms29 .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBWzE0Ms29 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBWzE0Ms29 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBWzE0Ms29 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBWzE0Ms29 .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBWzE0Ms29 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBWzE0Ms29 .soc-item {
  margin: 8px;
}
.cid-uBWzE0Ms29 .soc-item a:hover .mbr-iconfont,
.cid-uBWzE0Ms29 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBWzE0Ms29 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBWzE0Ms29 .row {
    text-align: center;
  }
  .cid-uBWzE0Ms29 .social-row {
    justify-content: center;
  }
}
.cid-uBWzE0Ms29 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBWzE0Ms29 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBWzE0Ms29 .list {
    margin-bottom: 0rem;
  }
}
.cid-uBWzE0Ms29 .mbr-text {
  color: #bbbbbb;
}
.cid-uBWzE0Ms29 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBWzE0Ms29 .list,
.cid-uBWzE0Ms29 .item-wrap {
  color: #232323;
}
.cid-uBWzE0Ms29 .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBWDEzX6mL {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/work-lg.webp");
}
.cid-uBWDEzX6mL .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBWDEzX6mL {
    align-items: flex-end;
  }
  .cid-uBWDEzX6mL .row {
    justify-content: center;
  }
  .cid-uBWDEzX6mL .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBWDEzX6mL .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBWDEzX6mL {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBWDEzX6mL .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBWDEzX6mL .content-wrap {
    width: 100%;
  }
}
.cid-uBWDEzX6mL .mbr-section-title,
.cid-uBWDEzX6mL .mbr-section-subtitle {
  text-align: center;
}
.cid-uBWDEzX6mL .mbr-text,
.cid-uBWDEzX6mL .mbr-section-btn {
  text-align: center;
}
.cid-uBWDEAleJo {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBWDEAleJo .mbr-text {
  color: #000000;
}
.cid-uBWDEAleJo .mbr-section-subtitle {
  color: #000000;
}
.cid-uBWDEAleJo .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBWDEAleJo .mbr-text,
.cid-uBWDEAleJo .item .mbr-section-btn {
  text-align: left;
}
.cid-uBWDEAleJo .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBWDEAleJo .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBWDEAleJo .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBWDEAleJo .mbr-card-title {
  color: #393193;
}
.cid-uBWDEAFf6x {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBWDEAFf6x .mbr-text {
  color: #000000;
}
.cid-uBWDEAFf6x .mbr-section-subtitle {
  color: #000000;
}
.cid-uBWDEAFf6x .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBWDEAFf6x .mbr-text,
.cid-uBWDEAFf6x .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBWDEAFf6x .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBWDEAFf6x .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBWDEAFf6x .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBWDEAFf6x .mbr-card-title {
  color: #393193;
}
.cid-uBWDEARHr6 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBWDEARHr6 .mbr-text {
  color: #000000;
}
.cid-uBWDEARHr6 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBWDEARHr6 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBWDEARHr6 .mbr-text,
.cid-uBWDEARHr6 .item .mbr-section-btn {
  text-align: left;
}
.cid-uBWDEARHr6 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBWDEARHr6 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBWDEARHr6 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBWDEARHr6 .mbr-card-title {
  color: #393193;
}
.cid-uBWDEB5bzS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBWDEB5bzS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBWDEB5bzS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBWDEB5bzS .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBWDEB5bzS .footer-col {
    flex-direction: column;
  }
}
.cid-uBWDEB5bzS .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBWDEB5bzS .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBWDEB5bzS .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBWDEB5bzS .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBWDEB5bzS .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBWDEB5bzS .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBWDEB5bzS .soc-item {
  margin: 8px;
}
.cid-uBWDEB5bzS .soc-item a:hover .mbr-iconfont,
.cid-uBWDEB5bzS .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBWDEB5bzS .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBWDEB5bzS .row {
    text-align: center;
  }
  .cid-uBWDEB5bzS .social-row {
    justify-content: center;
  }
}
.cid-uBWDEB5bzS .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBWDEB5bzS .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBWDEB5bzS .list {
    margin-bottom: 0rem;
  }
}
.cid-uBWDEB5bzS .mbr-text {
  color: #bbbbbb;
}
.cid-uBWDEB5bzS .mbr-section-subtitle {
  color: #000000;
}
.cid-uBWDEB5bzS .list,
.cid-uBWDEB5bzS .item-wrap {
  color: #232323;
}
.cid-uBWDEB5bzS .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBWLANO23s {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/light-lg.webp");
}
.cid-uBWLANO23s .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBWLANO23s {
    align-items: flex-end;
  }
  .cid-uBWLANO23s .row {
    justify-content: center;
  }
  .cid-uBWLANO23s .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBWLANO23s .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBWLANO23s {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBWLANO23s .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBWLANO23s .content-wrap {
    width: 100%;
  }
}
.cid-uBWLANO23s .mbr-section-title,
.cid-uBWLANO23s .mbr-section-subtitle {
  text-align: center;
}
.cid-uBWLANO23s .mbr-text,
.cid-uBWLANO23s .mbr-section-btn {
  text-align: center;
}
.cid-uBWLAO7GeD {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBWLAO7GeD .mbr-text {
  color: #000000;
}
.cid-uBWLAO7GeD .mbr-section-subtitle {
  color: #000000;
}
.cid-uBWLAO7GeD .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBWLAO7GeD .mbr-text,
.cid-uBWLAO7GeD .item .mbr-section-btn {
  text-align: left;
}
.cid-uBWLAO7GeD .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBWLAO7GeD .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBWLAO7GeD .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBWLAO7GeD .mbr-card-title {
  color: #393193;
}
.cid-uBWMhzCg38 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBWMhzCg38 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBWMhzCg38 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBWMhzCg38 .row {
  flex-direction: row-reverse;
}
.cid-uBWMhzCg38 .mbr-description {
  text-align: center;
}
.cid-uBWMxJyLUt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBWMxJyLUt .mbr-text {
  color: #000000;
}
.cid-uBWMxJyLUt .mbr-section-subtitle {
  color: #000000;
}
.cid-uBWMxJyLUt .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBWMxJyLUt .mbr-text,
.cid-uBWMxJyLUt .item .mbr-section-btn {
  text-align: left;
}
.cid-uBWMxJyLUt .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBWMxJyLUt .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBWMxJyLUt .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBWMxJyLUt .mbr-card-title {
  color: #393193;
}
.cid-uBWMVPHGfj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBWMVPHGfj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBWMVPHGfj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBWMVPHGfj .row {
  flex-direction: row-reverse;
}
.cid-uBWMVPHGfj .mbr-description {
  text-align: center;
}
.cid-uBWN5Nc4Sx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBWN5Nc4Sx .mbr-text {
  color: #000000;
}
.cid-uBWN5Nc4Sx .mbr-section-subtitle {
  color: #000000;
}
.cid-uBWN5Nc4Sx .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBWN5Nc4Sx .mbr-text,
.cid-uBWN5Nc4Sx .item .mbr-section-btn {
  text-align: left;
}
.cid-uBWN5Nc4Sx .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBWN5Nc4Sx .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBWN5Nc4Sx .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBWN5Nc4Sx .mbr-card-title {
  color: #393193;
}
.cid-uBWLAOmInY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBWLAOmInY .mbr-text {
  color: #000000;
}
.cid-uBWLAOmInY .mbr-section-subtitle {
  color: #000000;
}
.cid-uBWLAOmInY .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBWLAOmInY .mbr-text,
.cid-uBWLAOmInY .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBWLAOmInY .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBWLAOmInY .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBWLAOmInY .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBWLAOmInY .mbr-card-title {
  color: #393193;
}
.cid-uBWLAOCRPy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBWLAOCRPy .mbr-text {
  color: #000000;
}
.cid-uBWLAOCRPy .mbr-section-subtitle {
  color: #000000;
}
.cid-uBWLAOCRPy .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBWLAOCRPy .mbr-text,
.cid-uBWLAOCRPy .item .mbr-section-btn {
  text-align: left;
}
.cid-uBWLAOCRPy .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBWLAOCRPy .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBWLAOCRPy .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBWLAOCRPy .mbr-card-title {
  color: #393193;
}
.cid-uBWNqYLprH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBWNqYLprH .mbr-text {
  color: #000000;
}
.cid-uBWNqYLprH .mbr-section-subtitle {
  color: #000000;
}
.cid-uBWNqYLprH .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBWNqYLprH .mbr-text,
.cid-uBWNqYLprH .item .mbr-section-btn {
  text-align: left;
}
.cid-uBWNqYLprH .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBWNqYLprH .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBWNqYLprH .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBWNqYLprH .mbr-card-title {
  color: #393193;
}
.cid-uBWLAOSDnD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBWLAOSDnD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBWLAOSDnD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBWLAOSDnD .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBWLAOSDnD .footer-col {
    flex-direction: column;
  }
}
.cid-uBWLAOSDnD .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBWLAOSDnD .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBWLAOSDnD .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBWLAOSDnD .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBWLAOSDnD .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBWLAOSDnD .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBWLAOSDnD .soc-item {
  margin: 8px;
}
.cid-uBWLAOSDnD .soc-item a:hover .mbr-iconfont,
.cid-uBWLAOSDnD .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBWLAOSDnD .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBWLAOSDnD .row {
    text-align: center;
  }
  .cid-uBWLAOSDnD .social-row {
    justify-content: center;
  }
}
.cid-uBWLAOSDnD .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBWLAOSDnD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBWLAOSDnD .list {
    margin-bottom: 0rem;
  }
}
.cid-uBWLAOSDnD .mbr-text {
  color: #bbbbbb;
}
.cid-uBWLAOSDnD .mbr-section-subtitle {
  color: #000000;
}
.cid-uBWLAOSDnD .list,
.cid-uBWLAOSDnD .item-wrap {
  color: #232323;
}
.cid-uBWLAOSDnD .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBWQZWVfL0 {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/atoms-meta.webp");
}
.cid-uBWQZWVfL0 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBWQZWVfL0 {
    align-items: flex-end;
  }
  .cid-uBWQZWVfL0 .row {
    justify-content: center;
  }
  .cid-uBWQZWVfL0 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBWQZWVfL0 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBWQZWVfL0 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBWQZWVfL0 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBWQZWVfL0 .content-wrap {
    width: 100%;
  }
}
.cid-uBWQZWVfL0 .mbr-section-title,
.cid-uBWQZWVfL0 .mbr-section-subtitle {
  text-align: center;
}
.cid-uBWQZWVfL0 .mbr-text,
.cid-uBWQZWVfL0 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uBWQZWVfL0 .mbr-section-title {
  color: #000000;
}
.cid-uBWQZXwOwV {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBWQZXwOwV .mbr-text {
  color: #000000;
}
.cid-uBWQZXwOwV .mbr-section-subtitle {
  color: #000000;
}
.cid-uBWQZXwOwV .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBWQZXwOwV .mbr-text,
.cid-uBWQZXwOwV .item .mbr-section-btn {
  text-align: left;
}
.cid-uBWQZXwOwV .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBWQZXwOwV .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBWQZXwOwV .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBWQZXwOwV .mbr-card-title {
  color: #393193;
}
.cid-uBWS5w4IbU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBWS5w4IbU .mbr-text {
  color: #000000;
}
.cid-uBWS5w4IbU .mbr-section-subtitle {
  color: #000000;
}
.cid-uBWS5w4IbU .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBWS5w4IbU .mbr-text,
.cid-uBWS5w4IbU .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBWS5w4IbU .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBWS5w4IbU .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBWS5w4IbU .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBWS5w4IbU .mbr-card-title {
  color: #393193;
}
.cid-uBWS6sqjYN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBWS6sqjYN .mbr-text {
  color: #000000;
}
.cid-uBWS6sqjYN .mbr-section-subtitle {
  color: #000000;
}
.cid-uBWS6sqjYN .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBWS6sqjYN .mbr-text,
.cid-uBWS6sqjYN .item .mbr-section-btn {
  text-align: left;
}
.cid-uBWS6sqjYN .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBWS6sqjYN .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBWS6sqjYN .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBWS6sqjYN .mbr-card-title {
  color: #393193;
}
.cid-uBWQZXYdUi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBWQZXYdUi .mbr-text {
  color: #000000;
}
.cid-uBWQZXYdUi .mbr-section-subtitle {
  color: #000000;
}
.cid-uBWQZXYdUi .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBWQZXYdUi .mbr-text,
.cid-uBWQZXYdUi .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBWQZXYdUi .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBWQZXYdUi .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBWQZXYdUi .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBWQZXYdUi .mbr-card-title {
  color: #393193;
}
.cid-uBWSaUamKE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBWSaUamKE .mbr-text {
  color: #000000;
}
.cid-uBWSaUamKE .mbr-section-subtitle {
  color: #000000;
}
.cid-uBWSaUamKE .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBWSaUamKE .mbr-text,
.cid-uBWSaUamKE .item .mbr-section-btn {
  text-align: left;
}
.cid-uBWSaUamKE .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBWSaUamKE .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBWSaUamKE .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBWSaUamKE .mbr-card-title {
  color: #393193;
}
.cid-uBWS9b09b8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBWS9b09b8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBWS9b09b8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBWS9b09b8 .row {
  flex-direction: row-reverse;
}
.cid-uBWS9b09b8 .mbr-description {
  text-align: center;
}
.cid-uBWTOgrivY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBWTOgrivY .mbr-text {
  color: #000000;
}
.cid-uBWTOgrivY .mbr-section-subtitle {
  color: #000000;
}
.cid-uBWTOgrivY .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBWTOgrivY .mbr-text,
.cid-uBWTOgrivY .item .mbr-section-btn {
  text-align: left;
}
.cid-uBWTOgrivY .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBWTOgrivY .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBWTOgrivY .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBWTOgrivY .mbr-card-title {
  color: #393193;
}
.cid-uBWTU14LQH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBWTU14LQH .mbr-text {
  color: #000000;
}
.cid-uBWTU14LQH .mbr-section-subtitle {
  color: #000000;
}
.cid-uBWTU14LQH .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBWTU14LQH .mbr-text,
.cid-uBWTU14LQH .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBWTU14LQH .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBWTU14LQH .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBWTU14LQH .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBWTU14LQH .mbr-card-title {
  color: #393193;
}
.cid-uBWTUQG18f {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBWTUQG18f .mbr-text {
  color: #000000;
}
.cid-uBWTUQG18f .mbr-section-subtitle {
  color: #000000;
}
.cid-uBWTUQG18f .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBWTUQG18f .mbr-text,
.cid-uBWTUQG18f .item .mbr-section-btn {
  text-align: left;
}
.cid-uBWTUQG18f .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBWTUQG18f .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBWTUQG18f .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBWTUQG18f .mbr-card-title {
  color: #393193;
}
.cid-uBWTWnlf7w {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBWTWnlf7w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBWTWnlf7w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBWTWnlf7w .row {
  flex-direction: row-reverse;
}
.cid-uBWTWnlf7w .mbr-description {
  text-align: center;
}
.cid-uBWUkrKaIK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBWUkrKaIK .mbr-text {
  color: #000000;
}
.cid-uBWUkrKaIK .mbr-section-subtitle {
  color: #000000;
}
.cid-uBWUkrKaIK .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBWUkrKaIK .mbr-text,
.cid-uBWUkrKaIK .item .mbr-section-btn {
  text-align: left;
}
.cid-uBWUkrKaIK .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBWUkrKaIK .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBWUkrKaIK .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBWUkrKaIK .mbr-card-title {
  color: #393193;
}
.cid-uBWUld9Lzd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBWUld9Lzd .mbr-text {
  color: #000000;
}
.cid-uBWUld9Lzd .mbr-section-subtitle {
  color: #000000;
}
.cid-uBWUld9Lzd .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBWUld9Lzd .mbr-text,
.cid-uBWUld9Lzd .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBWUld9Lzd .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBWUld9Lzd .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBWUld9Lzd .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBWUld9Lzd .mbr-card-title {
  color: #393193;
}
.cid-uBWTXqkFgs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBWTXqkFgs .mbr-text {
  color: #000000;
}
.cid-uBWTXqkFgs .mbr-section-subtitle {
  color: #000000;
}
.cid-uBWTXqkFgs .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBWTXqkFgs .mbr-text,
.cid-uBWTXqkFgs .item .mbr-section-btn {
  text-align: left;
}
.cid-uBWTXqkFgs .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBWTXqkFgs .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBWTXqkFgs .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBWTXqkFgs .mbr-card-title {
  color: #393193;
}
.cid-uBWQZYk33k {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBWQZYk33k .mbr-text {
  color: #000000;
}
.cid-uBWQZYk33k .mbr-section-subtitle {
  color: #000000;
}
.cid-uBWQZYk33k .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBWQZYk33k .mbr-text,
.cid-uBWQZYk33k .item .mbr-section-btn {
  text-align: left;
}
.cid-uBWQZYk33k .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBWQZYk33k .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBWQZYk33k .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBWQZYk33k .mbr-card-title {
  color: #393193;
}
.cid-uBWX2JDM0R {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBWX2JDM0R .mbr-text {
  color: #000000;
}
.cid-uBWX2JDM0R .mbr-section-subtitle {
  color: #000000;
}
.cid-uBWX2JDM0R .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBWX2JDM0R .mbr-text,
.cid-uBWX2JDM0R .item .mbr-section-btn {
  text-align: left;
}
.cid-uBWX2JDM0R .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBWX2JDM0R .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBWX2JDM0R .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBWX2JDM0R .mbr-card-title {
  color: #393193;
}
.cid-uBWQZYBypD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBWQZYBypD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBWQZYBypD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBWQZYBypD .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBWQZYBypD .footer-col {
    flex-direction: column;
  }
}
.cid-uBWQZYBypD .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBWQZYBypD .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBWQZYBypD .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBWQZYBypD .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBWQZYBypD .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBWQZYBypD .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBWQZYBypD .soc-item {
  margin: 8px;
}
.cid-uBWQZYBypD .soc-item a:hover .mbr-iconfont,
.cid-uBWQZYBypD .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBWQZYBypD .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBWQZYBypD .row {
    text-align: center;
  }
  .cid-uBWQZYBypD .social-row {
    justify-content: center;
  }
}
.cid-uBWQZYBypD .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBWQZYBypD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBWQZYBypD .list {
    margin-bottom: 0rem;
  }
}
.cid-uBWQZYBypD .mbr-text {
  color: #bbbbbb;
}
.cid-uBWQZYBypD .mbr-section-subtitle {
  color: #000000;
}
.cid-uBWQZYBypD .list,
.cid-uBWQZYBypD .item-wrap {
  color: #232323;
}
.cid-uBWQZYBypD .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBXa5UKJwl {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/pairs-meta.webp");
}
.cid-uBXa5UKJwl .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBXa5UKJwl {
    align-items: flex-end;
  }
  .cid-uBXa5UKJwl .row {
    justify-content: center;
  }
  .cid-uBXa5UKJwl .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBXa5UKJwl .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBXa5UKJwl {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBXa5UKJwl .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBXa5UKJwl .content-wrap {
    width: 100%;
  }
}
.cid-uBXa5UKJwl .mbr-section-title,
.cid-uBXa5UKJwl .mbr-section-subtitle {
  text-align: center;
}
.cid-uBXa5UKJwl .mbr-text,
.cid-uBXa5UKJwl .mbr-section-btn {
  text-align: center;
  color: #9c98cf;
}
.cid-uBXa5UKJwl .mbr-section-title {
  color: #9c98cf;
}
.cid-uBXa5VfbsI {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBXa5VfbsI .mbr-text {
  color: #000000;
}
.cid-uBXa5VfbsI .mbr-section-subtitle {
  color: #000000;
}
.cid-uBXa5VfbsI .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBXa5VfbsI .mbr-text,
.cid-uBXa5VfbsI .item .mbr-section-btn {
  text-align: left;
}
.cid-uBXa5VfbsI .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBXa5VfbsI .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBXa5VfbsI .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBXa5VfbsI .mbr-card-title {
  color: #393193;
}
.cid-uBXaP6tIfb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBXaP6tIfb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBXaP6tIfb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBXaP6tIfb .row {
  flex-direction: row-reverse;
}
.cid-uBXaP6tIfb .mbr-description {
  text-align: center;
}
.cid-uBXaQaVLJy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBXaQaVLJy .mbr-text {
  color: #000000;
}
.cid-uBXaQaVLJy .mbr-section-subtitle {
  color: #000000;
}
.cid-uBXaQaVLJy .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBXaQaVLJy .mbr-text,
.cid-uBXaQaVLJy .item .mbr-section-btn {
  text-align: left;
}
.cid-uBXaQaVLJy .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBXaQaVLJy .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBXaQaVLJy .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBXaQaVLJy .mbr-card-title {
  color: #393193;
}
.cid-uBXa5VGIrY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBXa5VGIrY .mbr-text {
  color: #000000;
}
.cid-uBXa5VGIrY .mbr-section-subtitle {
  color: #000000;
}
.cid-uBXa5VGIrY .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBXa5VGIrY .mbr-text,
.cid-uBXa5VGIrY .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBXa5VGIrY .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBXa5VGIrY .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBXa5VGIrY .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBXa5VGIrY .mbr-card-title {
  color: #393193;
}
.cid-uBXa5VVfG5 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBXa5VVfG5 .mbr-text {
  color: #000000;
}
.cid-uBXa5VVfG5 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBXa5VVfG5 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBXa5VVfG5 .mbr-text,
.cid-uBXa5VVfG5 .item .mbr-section-btn {
  text-align: left;
}
.cid-uBXa5VVfG5 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBXa5VVfG5 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBXa5VVfG5 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBXa5VVfG5 .mbr-card-title {
  color: #393193;
}
.cid-uBXa5W9ofn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBXa5W9ofn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBXa5W9ofn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBXa5W9ofn .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBXa5W9ofn .footer-col {
    flex-direction: column;
  }
}
.cid-uBXa5W9ofn .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBXa5W9ofn .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBXa5W9ofn .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBXa5W9ofn .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBXa5W9ofn .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBXa5W9ofn .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBXa5W9ofn .soc-item {
  margin: 8px;
}
.cid-uBXa5W9ofn .soc-item a:hover .mbr-iconfont,
.cid-uBXa5W9ofn .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBXa5W9ofn .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBXa5W9ofn .row {
    text-align: center;
  }
  .cid-uBXa5W9ofn .social-row {
    justify-content: center;
  }
}
.cid-uBXa5W9ofn .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBXa5W9ofn .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBXa5W9ofn .list {
    margin-bottom: 0rem;
  }
}
.cid-uBXa5W9ofn .mbr-text {
  color: #bbbbbb;
}
.cid-uBXa5W9ofn .mbr-section-subtitle {
  color: #000000;
}
.cid-uBXa5W9ofn .list,
.cid-uBXa5W9ofn .item-wrap {
  color: #232323;
}
.cid-uBXa5W9ofn .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBXf1Exd76 {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/cold-plasma.webp");
}
.cid-uBXf1Exd76 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBXf1Exd76 {
    align-items: flex-end;
  }
  .cid-uBXf1Exd76 .row {
    justify-content: center;
  }
  .cid-uBXf1Exd76 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBXf1Exd76 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBXf1Exd76 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBXf1Exd76 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBXf1Exd76 .content-wrap {
    width: 100%;
  }
}
.cid-uBXf1Exd76 .mbr-section-title,
.cid-uBXf1Exd76 .mbr-section-subtitle {
  text-align: center;
}
.cid-uBXf1Exd76 .mbr-text,
.cid-uBXf1Exd76 .mbr-section-btn {
  text-align: center;
}
.cid-uBXf1F0PWa {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBXf1F0PWa .mbr-text {
  color: #000000;
}
.cid-uBXf1F0PWa .mbr-section-subtitle {
  color: #000000;
}
.cid-uBXf1F0PWa .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBXf1F0PWa .mbr-text,
.cid-uBXf1F0PWa .item .mbr-section-btn {
  text-align: left;
}
.cid-uBXf1F0PWa .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBXf1F0PWa .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBXf1F0PWa .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBXf1F0PWa .mbr-card-title {
  color: #393193;
}
.cid-uBXfPhK2y9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uBXfPhK2y9 .video-wrapper iframe {
  width: 100%;
}
.cid-uBXfPhK2y9 .mbr-section-title,
.cid-uBXfPhK2y9 .mbr-section-subtitle,
.cid-uBXfPhK2y9 .mbr-text {
  text-align: center;
}
.cid-uBXgxGwpkh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBXgxGwpkh .mbr-text {
  color: #000000;
}
.cid-uBXgxGwpkh .mbr-section-subtitle {
  color: #000000;
}
.cid-uBXgxGwpkh .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBXgxGwpkh .mbr-text,
.cid-uBXgxGwpkh .item .mbr-section-btn {
  text-align: left;
}
.cid-uBXgxGwpkh .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBXgxGwpkh .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBXgxGwpkh .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBXgxGwpkh .mbr-card-title {
  color: #393193;
}
.cid-uBXf1Fm2pm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBXf1Fm2pm .mbr-text {
  color: #000000;
}
.cid-uBXf1Fm2pm .mbr-section-subtitle {
  color: #000000;
}
.cid-uBXf1Fm2pm .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBXf1Fm2pm .mbr-text,
.cid-uBXf1Fm2pm .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBXf1Fm2pm .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBXf1Fm2pm .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBXf1Fm2pm .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBXf1Fm2pm .mbr-card-title {
  color: #393193;
}
.cid-uBXf1FAhuB {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBXf1FAhuB .mbr-text {
  color: #000000;
}
.cid-uBXf1FAhuB .mbr-section-subtitle {
  color: #000000;
}
.cid-uBXf1FAhuB .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBXf1FAhuB .mbr-text,
.cid-uBXf1FAhuB .item .mbr-section-btn {
  text-align: left;
}
.cid-uBXf1FAhuB .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBXf1FAhuB .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBXf1FAhuB .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBXf1FAhuB .mbr-card-title {
  color: #393193;
}
.cid-uBXf1FSaML {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBXf1FSaML .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBXf1FSaML .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBXf1FSaML .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBXf1FSaML .footer-col {
    flex-direction: column;
  }
}
.cid-uBXf1FSaML .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBXf1FSaML .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBXf1FSaML .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBXf1FSaML .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBXf1FSaML .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBXf1FSaML .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBXf1FSaML .soc-item {
  margin: 8px;
}
.cid-uBXf1FSaML .soc-item a:hover .mbr-iconfont,
.cid-uBXf1FSaML .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBXf1FSaML .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBXf1FSaML .row {
    text-align: center;
  }
  .cid-uBXf1FSaML .social-row {
    justify-content: center;
  }
}
.cid-uBXf1FSaML .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBXf1FSaML .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBXf1FSaML .list {
    margin-bottom: 0rem;
  }
}
.cid-uBXf1FSaML .mbr-text {
  color: #bbbbbb;
}
.cid-uBXf1FSaML .mbr-section-subtitle {
  color: #000000;
}
.cid-uBXf1FSaML .list,
.cid-uBXf1FSaML .item-wrap {
  color: #232323;
}
.cid-uBXf1FSaML .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBXjPDxlmm {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/rayleigh-scattering-lg.webp");
}
.cid-uBXjPDxlmm .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBXjPDxlmm {
    align-items: flex-end;
  }
  .cid-uBXjPDxlmm .row {
    justify-content: center;
  }
  .cid-uBXjPDxlmm .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBXjPDxlmm .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBXjPDxlmm {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBXjPDxlmm .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBXjPDxlmm .content-wrap {
    width: 100%;
  }
}
.cid-uBXjPDxlmm .mbr-section-title,
.cid-uBXjPDxlmm .mbr-section-subtitle {
  text-align: center;
}
.cid-uBXjPDxlmm .mbr-text,
.cid-uBXjPDxlmm .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uBXjPDxlmm .mbr-section-title {
  color: #000000;
}
.cid-uBXjPE6hxc {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBXjPE6hxc .mbr-text {
  color: #000000;
}
.cid-uBXjPE6hxc .mbr-section-subtitle {
  color: #000000;
}
.cid-uBXjPE6hxc .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBXjPE6hxc .mbr-text,
.cid-uBXjPE6hxc .item .mbr-section-btn {
  text-align: left;
}
.cid-uBXjPE6hxc .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBXjPE6hxc .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBXjPE6hxc .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBXjPE6hxc .mbr-card-title {
  color: #393193;
}
.cid-uBXkRCNQwT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBXkRCNQwT .mbr-text {
  color: #000000;
}
.cid-uBXkRCNQwT .mbr-section-subtitle {
  color: #000000;
}
.cid-uBXkRCNQwT .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBXkRCNQwT .mbr-text,
.cid-uBXkRCNQwT .item .mbr-section-btn {
  text-align: left;
}
.cid-uBXkRCNQwT .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBXkRCNQwT .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBXkRCNQwT .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBXkRCNQwT .mbr-card-title {
  color: #393193;
}
.cid-uBXjPEofnG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBXjPEofnG .mbr-text {
  color: #000000;
}
.cid-uBXjPEofnG .mbr-section-subtitle {
  color: #000000;
}
.cid-uBXjPEofnG .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBXjPEofnG .mbr-text,
.cid-uBXjPEofnG .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBXjPEofnG .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBXjPEofnG .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBXjPEofnG .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBXjPEofnG .mbr-card-title {
  color: #393193;
}
.cid-uBXjPEGoHJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBXjPEGoHJ .mbr-text {
  color: #000000;
}
.cid-uBXjPEGoHJ .mbr-section-subtitle {
  color: #000000;
}
.cid-uBXjPEGoHJ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBXjPEGoHJ .mbr-text,
.cid-uBXjPEGoHJ .item .mbr-section-btn {
  text-align: left;
}
.cid-uBXjPEGoHJ .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBXjPEGoHJ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBXjPEGoHJ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBXjPEGoHJ .mbr-card-title {
  color: #393193;
}
.cid-uC0XoCGzXJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC0XoCGzXJ .mbr-text {
  color: #000000;
}
.cid-uC0XoCGzXJ .mbr-section-subtitle {
  color: #000000;
}
.cid-uC0XoCGzXJ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC0XoCGzXJ .mbr-text,
.cid-uC0XoCGzXJ .item .mbr-section-btn {
  text-align: left;
}
.cid-uC0XoCGzXJ .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC0XoCGzXJ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC0XoCGzXJ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC0XoCGzXJ .mbr-card-title {
  color: #393193;
}
.cid-uBXjPEYpEV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBXjPEYpEV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBXjPEYpEV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBXjPEYpEV .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBXjPEYpEV .footer-col {
    flex-direction: column;
  }
}
.cid-uBXjPEYpEV .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBXjPEYpEV .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBXjPEYpEV .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBXjPEYpEV .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBXjPEYpEV .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBXjPEYpEV .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBXjPEYpEV .soc-item {
  margin: 8px;
}
.cid-uBXjPEYpEV .soc-item a:hover .mbr-iconfont,
.cid-uBXjPEYpEV .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBXjPEYpEV .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBXjPEYpEV .row {
    text-align: center;
  }
  .cid-uBXjPEYpEV .social-row {
    justify-content: center;
  }
}
.cid-uBXjPEYpEV .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBXjPEYpEV .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBXjPEYpEV .list {
    margin-bottom: 0rem;
  }
}
.cid-uBXjPEYpEV .mbr-text {
  color: #bbbbbb;
}
.cid-uBXjPEYpEV .mbr-section-subtitle {
  color: #000000;
}
.cid-uBXjPEYpEV .list,
.cid-uBXjPEYpEV .item-wrap {
  color: #232323;
}
.cid-uBXjPEYpEV .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBXoTM2X3e {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/skydiving-meta.webp");
}
.cid-uBXoTM2X3e .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uBXoTM2X3e {
    align-items: flex-end;
  }
  .cid-uBXoTM2X3e .row {
    justify-content: center;
  }
  .cid-uBXoTM2X3e .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBXoTM2X3e .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBXoTM2X3e {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBXoTM2X3e .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBXoTM2X3e .content-wrap {
    width: 100%;
  }
}
.cid-uBXoTM2X3e .mbr-section-title,
.cid-uBXoTM2X3e .mbr-section-subtitle {
  text-align: center;
}
.cid-uBXoTM2X3e .mbr-text,
.cid-uBXoTM2X3e .mbr-section-btn {
  text-align: center;
  color: #9c98cf;
}
.cid-uBXoTM2X3e .mbr-section-title {
  color: #9c98cf;
}
.cid-uBXoTMzj3y {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBXoTMzj3y .mbr-text {
  color: #000000;
}
.cid-uBXoTMzj3y .mbr-section-subtitle {
  color: #000000;
}
.cid-uBXoTMzj3y .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBXoTMzj3y .mbr-text,
.cid-uBXoTMzj3y .item .mbr-section-btn {
  text-align: left;
}
.cid-uBXoTMzj3y .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBXoTMzj3y .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBXoTMzj3y .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBXoTMzj3y .mbr-card-title {
  color: #393193;
}
.cid-uBXqqNJBKK {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uBXqqNJBKK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBXqqNJBKK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBXqqNJBKK .row {
  flex-direction: row-reverse;
}
.cid-uBXqqNJBKK .mbr-description {
  text-align: center;
}
.cid-uBXqNHYLfK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBXqNHYLfK .mbr-text {
  color: #000000;
}
.cid-uBXqNHYLfK .mbr-section-subtitle {
  color: #000000;
}
.cid-uBXqNHYLfK .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBXqNHYLfK .mbr-text,
.cid-uBXqNHYLfK .item .mbr-section-btn {
  text-align: left;
}
.cid-uBXqNHYLfK .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBXqNHYLfK .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBXqNHYLfK .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBXqNHYLfK .mbr-card-title {
  color: #393193;
}
.cid-uBXoTN3IaZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uBXoTN3IaZ .mbr-text {
  color: #000000;
}
.cid-uBXoTN3IaZ .mbr-section-subtitle {
  color: #000000;
}
.cid-uBXoTN3IaZ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBXoTN3IaZ .mbr-text,
.cid-uBXoTN3IaZ .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uBXoTN3IaZ .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBXoTN3IaZ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBXoTN3IaZ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBXoTN3IaZ .mbr-card-title {
  color: #393193;
}
.cid-uBXoTNm0FA {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uBXoTNm0FA .mbr-text {
  color: #000000;
}
.cid-uBXoTNm0FA .mbr-section-subtitle {
  color: #000000;
}
.cid-uBXoTNm0FA .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uBXoTNm0FA .mbr-text,
.cid-uBXoTNm0FA .item .mbr-section-btn {
  text-align: left;
}
.cid-uBXoTNm0FA .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBXoTNm0FA .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBXoTNm0FA .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBXoTNm0FA .mbr-card-title {
  color: #393193;
}
.cid-uBXoTNCGNY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uBXoTNCGNY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBXoTNCGNY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBXoTNCGNY .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uBXoTNCGNY .footer-col {
    flex-direction: column;
  }
}
.cid-uBXoTNCGNY .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBXoTNCGNY .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBXoTNCGNY .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBXoTNCGNY .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uBXoTNCGNY .mbr-section-btn {
    text-align: center;
  }
}
.cid-uBXoTNCGNY .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uBXoTNCGNY .soc-item {
  margin: 8px;
}
.cid-uBXoTNCGNY .soc-item a:hover .mbr-iconfont,
.cid-uBXoTNCGNY .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uBXoTNCGNY .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uBXoTNCGNY .row {
    text-align: center;
  }
  .cid-uBXoTNCGNY .social-row {
    justify-content: center;
  }
}
.cid-uBXoTNCGNY .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uBXoTNCGNY .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBXoTNCGNY .list {
    margin-bottom: 0rem;
  }
}
.cid-uBXoTNCGNY .mbr-text {
  color: #bbbbbb;
}
.cid-uBXoTNCGNY .mbr-section-subtitle {
  color: #000000;
}
.cid-uBXoTNCGNY .list,
.cid-uBXoTNCGNY .item-wrap {
  color: #232323;
}
.cid-uBXoTNCGNY .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uC0PIxnuYG {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/pulsars-black-holes-meta.webp");
}
.cid-uC0PIxnuYG .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uC0PIxnuYG {
    align-items: flex-end;
  }
  .cid-uC0PIxnuYG .row {
    justify-content: center;
  }
  .cid-uC0PIxnuYG .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uC0PIxnuYG .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uC0PIxnuYG {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uC0PIxnuYG .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uC0PIxnuYG .content-wrap {
    width: 100%;
  }
}
.cid-uC0PIxnuYG .mbr-section-title,
.cid-uC0PIxnuYG .mbr-section-subtitle {
  text-align: center;
}
.cid-uC0PIxnuYG .mbr-text,
.cid-uC0PIxnuYG .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uC0PIxnuYG .mbr-section-title {
  color: #000000;
}
.cid-uC0PIy1XFm {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC0PIy1XFm .mbr-text {
  color: #000000;
}
.cid-uC0PIy1XFm .mbr-section-subtitle {
  color: #000000;
}
.cid-uC0PIy1XFm .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC0PIy1XFm .mbr-text,
.cid-uC0PIy1XFm .item .mbr-section-btn {
  text-align: left;
}
.cid-uC0PIy1XFm .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC0PIy1XFm .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC0PIy1XFm .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC0PIy1XFm .mbr-card-title {
  color: #393193;
}
.cid-uC0QmMkELu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC0QmMkELu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC0QmMkELu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC0QmMkELu .row {
  flex-direction: row-reverse;
}
.cid-uC0QmMkELu .mbr-description {
  text-align: center;
}
.cid-uC0QnySmVD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC0QnySmVD .mbr-text {
  color: #000000;
}
.cid-uC0QnySmVD .mbr-section-subtitle {
  color: #000000;
}
.cid-uC0QnySmVD .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC0QnySmVD .mbr-text,
.cid-uC0QnySmVD .item .mbr-section-btn {
  text-align: left;
}
.cid-uC0QnySmVD .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC0QnySmVD .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC0QnySmVD .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC0QnySmVD .mbr-card-title {
  color: #393193;
}
.cid-uC0PIyllHK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC0PIyllHK .mbr-text {
  color: #000000;
}
.cid-uC0PIyllHK .mbr-section-subtitle {
  color: #000000;
}
.cid-uC0PIyllHK .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC0PIyllHK .mbr-text,
.cid-uC0PIyllHK .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uC0PIyllHK .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC0PIyllHK .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC0PIyllHK .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC0PIyllHK .mbr-card-title {
  color: #393193;
}
.cid-uC0QUvlt7v {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC0QUvlt7v .mbr-text {
  color: #000000;
}
.cid-uC0QUvlt7v .mbr-section-subtitle {
  color: #000000;
}
.cid-uC0QUvlt7v .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC0QUvlt7v .mbr-text,
.cid-uC0QUvlt7v .item .mbr-section-btn {
  text-align: left;
}
.cid-uC0QUvlt7v .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC0QUvlt7v .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC0QUvlt7v .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC0QUvlt7v .mbr-card-title {
  color: #393193;
}
.cid-uC0QStdaMp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC0QStdaMp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC0QStdaMp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC0QStdaMp .row {
  flex-direction: row-reverse;
}
.cid-uC0QStdaMp .mbr-description {
  text-align: center;
}
.cid-uC0PIyzPXs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC0PIyzPXs .mbr-text {
  color: #000000;
}
.cid-uC0PIyzPXs .mbr-section-subtitle {
  color: #000000;
}
.cid-uC0PIyzPXs .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC0PIyzPXs .mbr-text,
.cid-uC0PIyzPXs .item .mbr-section-btn {
  text-align: left;
}
.cid-uC0PIyzPXs .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC0PIyzPXs .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC0PIyzPXs .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC0PIyzPXs .mbr-card-title {
  color: #393193;
}
.cid-uC0TFtxNbq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC0TFtxNbq .mbr-text {
  color: #000000;
}
.cid-uC0TFtxNbq .mbr-section-subtitle {
  color: #000000;
}
.cid-uC0TFtxNbq .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC0TFtxNbq .mbr-text,
.cid-uC0TFtxNbq .item .mbr-section-btn {
  text-align: left;
}
.cid-uC0TFtxNbq .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC0TFtxNbq .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC0TFtxNbq .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC0TFtxNbq .mbr-card-title {
  color: #393193;
}
.cid-uC0PIyR14T {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uC0PIyR14T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC0PIyR14T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC0PIyR14T .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uC0PIyR14T .footer-col {
    flex-direction: column;
  }
}
.cid-uC0PIyR14T .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uC0PIyR14T .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uC0PIyR14T .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uC0PIyR14T .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uC0PIyR14T .mbr-section-btn {
    text-align: center;
  }
}
.cid-uC0PIyR14T .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uC0PIyR14T .soc-item {
  margin: 8px;
}
.cid-uC0PIyR14T .soc-item a:hover .mbr-iconfont,
.cid-uC0PIyR14T .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uC0PIyR14T .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uC0PIyR14T .row {
    text-align: center;
  }
  .cid-uC0PIyR14T .social-row {
    justify-content: center;
  }
}
.cid-uC0PIyR14T .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uC0PIyR14T .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uC0PIyR14T .list {
    margin-bottom: 0rem;
  }
}
.cid-uC0PIyR14T .mbr-text {
  color: #bbbbbb;
}
.cid-uC0PIyR14T .mbr-section-subtitle {
  color: #000000;
}
.cid-uC0PIyR14T .list,
.cid-uC0PIyR14T .item-wrap {
  color: #232323;
}
.cid-uC0PIyR14T .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uC0YMfRjBd {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/armor-piercing-meta.webp");
}
.cid-uC0YMfRjBd .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uC0YMfRjBd {
    align-items: flex-end;
  }
  .cid-uC0YMfRjBd .row {
    justify-content: center;
  }
  .cid-uC0YMfRjBd .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uC0YMfRjBd .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uC0YMfRjBd {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uC0YMfRjBd .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uC0YMfRjBd .content-wrap {
    width: 100%;
  }
}
.cid-uC0YMfRjBd .mbr-section-title,
.cid-uC0YMfRjBd .mbr-section-subtitle {
  text-align: center;
}
.cid-uC0YMfRjBd .mbr-text,
.cid-uC0YMfRjBd .mbr-section-btn {
  text-align: center;
}
.cid-uC0YMgj4rJ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC0YMgj4rJ .mbr-text {
  color: #000000;
}
.cid-uC0YMgj4rJ .mbr-section-subtitle {
  color: #000000;
}
.cid-uC0YMgj4rJ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC0YMgj4rJ .mbr-text,
.cid-uC0YMgj4rJ .item .mbr-section-btn {
  text-align: left;
}
.cid-uC0YMgj4rJ .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC0YMgj4rJ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC0YMgj4rJ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC0YMgj4rJ .mbr-card-title {
  color: #393193;
}
.cid-uC101HyOKh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC101HyOKh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC101HyOKh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC101HyOKh .row {
  flex-direction: row-reverse;
}
.cid-uC101HyOKh .mbr-description {
  text-align: center;
}
.cid-uC10f9amC4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC10f9amC4 .mbr-text {
  color: #000000;
}
.cid-uC10f9amC4 .mbr-section-subtitle {
  color: #000000;
}
.cid-uC10f9amC4 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC10f9amC4 .mbr-text,
.cid-uC10f9amC4 .item .mbr-section-btn {
  text-align: left;
}
.cid-uC10f9amC4 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC10f9amC4 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC10f9amC4 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC10f9amC4 .mbr-card-title {
  color: #393193;
}
.cid-uC10x42aZ4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC10x42aZ4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC10x42aZ4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC10x42aZ4 .row {
  flex-direction: row-reverse;
}
.cid-uC10x42aZ4 .mbr-description {
  text-align: center;
}
.cid-uC10IHfSSV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC10IHfSSV .mbr-text {
  color: #000000;
}
.cid-uC10IHfSSV .mbr-section-subtitle {
  color: #000000;
}
.cid-uC10IHfSSV .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC10IHfSSV .mbr-text,
.cid-uC10IHfSSV .item .mbr-section-btn {
  text-align: left;
}
.cid-uC10IHfSSV .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC10IHfSSV .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC10IHfSSV .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC10IHfSSV .mbr-card-title {
  color: #393193;
}
.cid-uC0YMgGizo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC0YMgGizo .mbr-text {
  color: #000000;
}
.cid-uC0YMgGizo .mbr-section-subtitle {
  color: #000000;
}
.cid-uC0YMgGizo .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC0YMgGizo .mbr-text,
.cid-uC0YMgGizo .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uC0YMgGizo .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC0YMgGizo .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC0YMgGizo .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC0YMgGizo .mbr-card-title {
  color: #393193;
}
.cid-uC0YMgVTyd {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uC0YMgVTyd .mbr-text {
  color: #000000;
}
.cid-uC0YMgVTyd .mbr-section-subtitle {
  color: #000000;
}
.cid-uC0YMgVTyd .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC0YMgVTyd .mbr-text,
.cid-uC0YMgVTyd .item .mbr-section-btn {
  text-align: left;
}
.cid-uC0YMgVTyd .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC0YMgVTyd .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC0YMgVTyd .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC0YMgVTyd .mbr-card-title {
  color: #393193;
}
.cid-uC0YMh9Tey {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uC0YMh9Tey .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC0YMh9Tey .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC0YMh9Tey .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uC0YMh9Tey .footer-col {
    flex-direction: column;
  }
}
.cid-uC0YMh9Tey .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uC0YMh9Tey .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uC0YMh9Tey .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uC0YMh9Tey .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uC0YMh9Tey .mbr-section-btn {
    text-align: center;
  }
}
.cid-uC0YMh9Tey .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uC0YMh9Tey .soc-item {
  margin: 8px;
}
.cid-uC0YMh9Tey .soc-item a:hover .mbr-iconfont,
.cid-uC0YMh9Tey .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uC0YMh9Tey .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uC0YMh9Tey .row {
    text-align: center;
  }
  .cid-uC0YMh9Tey .social-row {
    justify-content: center;
  }
}
.cid-uC0YMh9Tey .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uC0YMh9Tey .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uC0YMh9Tey .list {
    margin-bottom: 0rem;
  }
}
.cid-uC0YMh9Tey .mbr-text {
  color: #bbbbbb;
}
.cid-uC0YMh9Tey .mbr-section-subtitle {
  color: #000000;
}
.cid-uC0YMh9Tey .list,
.cid-uC0YMh9Tey .item-wrap {
  color: #232323;
}
.cid-uC0YMh9Tey .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uC1AVbImuC {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/sonic-weapons-meta.webp");
}
.cid-uC1AVbImuC .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uC1AVbImuC {
    align-items: flex-end;
  }
  .cid-uC1AVbImuC .row {
    justify-content: center;
  }
  .cid-uC1AVbImuC .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uC1AVbImuC .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uC1AVbImuC {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uC1AVbImuC .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uC1AVbImuC .content-wrap {
    width: 100%;
  }
}
.cid-uC1AVbImuC .mbr-section-title,
.cid-uC1AVbImuC .mbr-section-subtitle {
  text-align: center;
}
.cid-uC1AVbImuC .mbr-text,
.cid-uC1AVbImuC .mbr-section-btn {
  text-align: center;
}
.cid-uC1AVc7Jhp {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC1AVc7Jhp .mbr-text {
  color: #000000;
}
.cid-uC1AVc7Jhp .mbr-section-subtitle {
  color: #000000;
}
.cid-uC1AVc7Jhp .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC1AVc7Jhp .mbr-text,
.cid-uC1AVc7Jhp .item .mbr-section-btn {
  text-align: left;
}
.cid-uC1AVc7Jhp .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC1AVc7Jhp .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC1AVc7Jhp .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC1AVc7Jhp .mbr-card-title {
  color: #393193;
}
.cid-uC1AVcrgf0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC1AVcrgf0 .mbr-text {
  color: #000000;
}
.cid-uC1AVcrgf0 .mbr-section-subtitle {
  color: #000000;
}
.cid-uC1AVcrgf0 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC1AVcrgf0 .mbr-text,
.cid-uC1AVcrgf0 .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uC1AVcrgf0 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC1AVcrgf0 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC1AVcrgf0 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC1AVcrgf0 .mbr-card-title {
  color: #393193;
}
.cid-uC1AVcGOhF {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uC1AVcGOhF .mbr-text {
  color: #000000;
}
.cid-uC1AVcGOhF .mbr-section-subtitle {
  color: #000000;
}
.cid-uC1AVcGOhF .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC1AVcGOhF .mbr-text,
.cid-uC1AVcGOhF .item .mbr-section-btn {
  text-align: left;
}
.cid-uC1AVcGOhF .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC1AVcGOhF .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC1AVcGOhF .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC1AVcGOhF .mbr-card-title {
  color: #393193;
}
.cid-uC1AVcWmc8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uC1AVcWmc8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC1AVcWmc8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC1AVcWmc8 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uC1AVcWmc8 .footer-col {
    flex-direction: column;
  }
}
.cid-uC1AVcWmc8 .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uC1AVcWmc8 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uC1AVcWmc8 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uC1AVcWmc8 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uC1AVcWmc8 .mbr-section-btn {
    text-align: center;
  }
}
.cid-uC1AVcWmc8 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uC1AVcWmc8 .soc-item {
  margin: 8px;
}
.cid-uC1AVcWmc8 .soc-item a:hover .mbr-iconfont,
.cid-uC1AVcWmc8 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uC1AVcWmc8 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uC1AVcWmc8 .row {
    text-align: center;
  }
  .cid-uC1AVcWmc8 .social-row {
    justify-content: center;
  }
}
.cid-uC1AVcWmc8 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uC1AVcWmc8 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uC1AVcWmc8 .list {
    margin-bottom: 0rem;
  }
}
.cid-uC1AVcWmc8 .mbr-text {
  color: #bbbbbb;
}
.cid-uC1AVcWmc8 .mbr-section-subtitle {
  color: #000000;
}
.cid-uC1AVcWmc8 .list,
.cid-uC1AVcWmc8 .item-wrap {
  color: #232323;
}
.cid-uC1AVcWmc8 .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uC1HvgjX6p {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mass-meta.webp");
}
.cid-uC1HvgjX6p .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uC1HvgjX6p {
    align-items: flex-end;
  }
  .cid-uC1HvgjX6p .row {
    justify-content: center;
  }
  .cid-uC1HvgjX6p .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uC1HvgjX6p .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uC1HvgjX6p {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uC1HvgjX6p .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uC1HvgjX6p .content-wrap {
    width: 100%;
  }
}
.cid-uC1HvgjX6p .mbr-section-title,
.cid-uC1HvgjX6p .mbr-section-subtitle {
  text-align: center;
}
.cid-uC1HvgjX6p .mbr-text,
.cid-uC1HvgjX6p .mbr-section-btn {
  text-align: center;
  color: #9c98cf;
}
.cid-uC1HvgjX6p .mbr-section-title {
  color: #9c98cf;
}
.cid-uC1Hvhy1fh {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC1Hvhy1fh .mbr-text {
  color: #000000;
}
.cid-uC1Hvhy1fh .mbr-section-subtitle {
  color: #000000;
}
.cid-uC1Hvhy1fh .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC1Hvhy1fh .mbr-text,
.cid-uC1Hvhy1fh .item .mbr-section-btn {
  text-align: left;
}
.cid-uC1Hvhy1fh .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC1Hvhy1fh .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC1Hvhy1fh .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC1Hvhy1fh .mbr-card-title {
  color: #393193;
}
.cid-uC1Ii4haFI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC1Ii4haFI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC1Ii4haFI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC1Ii4haFI .row {
  flex-direction: row-reverse;
}
.cid-uC1Ii4haFI .mbr-description {
  text-align: center;
}
.cid-uC1Ij6BKon {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC1Ij6BKon .mbr-text {
  color: #000000;
}
.cid-uC1Ij6BKon .mbr-section-subtitle {
  color: #000000;
}
.cid-uC1Ij6BKon .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC1Ij6BKon .mbr-text,
.cid-uC1Ij6BKon .item .mbr-section-btn {
  text-align: left;
}
.cid-uC1Ij6BKon .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC1Ij6BKon .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC1Ij6BKon .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC1Ij6BKon .mbr-card-title {
  color: #393193;
}
.cid-uC1IETlJB0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC1IETlJB0 .mbr-text {
  color: #000000;
}
.cid-uC1IETlJB0 .mbr-section-subtitle {
  color: #000000;
}
.cid-uC1IETlJB0 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC1IETlJB0 .mbr-text,
.cid-uC1IETlJB0 .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uC1IETlJB0 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC1IETlJB0 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC1IETlJB0 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC1IETlJB0 .mbr-card-title {
  color: #393193;
}
.cid-uC1IKDdN3h {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC1IKDdN3h .mbr-text {
  color: #000000;
}
.cid-uC1IKDdN3h .mbr-section-subtitle {
  color: #000000;
}
.cid-uC1IKDdN3h .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC1IKDdN3h .mbr-text,
.cid-uC1IKDdN3h .item .mbr-section-btn {
  text-align: left;
}
.cid-uC1IKDdN3h .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC1IKDdN3h .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC1IKDdN3h .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC1IKDdN3h .mbr-card-title {
  color: #393193;
}
.cid-uC1Ik6iJyQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC1Ik6iJyQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC1Ik6iJyQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC1Ik6iJyQ .row {
  flex-direction: row-reverse;
}
.cid-uC1Ik6iJyQ .mbr-description {
  text-align: center;
}
.cid-uC1IlDxx0p {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC1IlDxx0p .mbr-text {
  color: #000000;
}
.cid-uC1IlDxx0p .mbr-section-subtitle {
  color: #000000;
}
.cid-uC1IlDxx0p .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC1IlDxx0p .mbr-text,
.cid-uC1IlDxx0p .item .mbr-section-btn {
  text-align: left;
}
.cid-uC1IlDxx0p .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC1IlDxx0p .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC1IlDxx0p .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC1IlDxx0p .mbr-card-title {
  color: #393193;
}
.cid-uC1Hvidnli {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC1Hvidnli .mbr-text {
  color: #000000;
}
.cid-uC1Hvidnli .mbr-section-subtitle {
  color: #000000;
}
.cid-uC1Hvidnli .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC1Hvidnli .mbr-text,
.cid-uC1Hvidnli .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uC1Hvidnli .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC1Hvidnli .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC1Hvidnli .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC1Hvidnli .mbr-card-title {
  color: #393193;
}
.cid-uC1HviXM5j {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uC1HviXM5j .mbr-text {
  color: #000000;
}
.cid-uC1HviXM5j .mbr-section-subtitle {
  color: #000000;
}
.cid-uC1HviXM5j .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC1HviXM5j .mbr-text,
.cid-uC1HviXM5j .item .mbr-section-btn {
  text-align: left;
}
.cid-uC1HviXM5j .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC1HviXM5j .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC1HviXM5j .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC1HviXM5j .mbr-card-title {
  color: #393193;
}
.cid-uC1HvjwQM5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uC1HvjwQM5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC1HvjwQM5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC1HvjwQM5 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uC1HvjwQM5 .footer-col {
    flex-direction: column;
  }
}
.cid-uC1HvjwQM5 .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uC1HvjwQM5 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uC1HvjwQM5 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uC1HvjwQM5 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uC1HvjwQM5 .mbr-section-btn {
    text-align: center;
  }
}
.cid-uC1HvjwQM5 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uC1HvjwQM5 .soc-item {
  margin: 8px;
}
.cid-uC1HvjwQM5 .soc-item a:hover .mbr-iconfont,
.cid-uC1HvjwQM5 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uC1HvjwQM5 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uC1HvjwQM5 .row {
    text-align: center;
  }
  .cid-uC1HvjwQM5 .social-row {
    justify-content: center;
  }
}
.cid-uC1HvjwQM5 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uC1HvjwQM5 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uC1HvjwQM5 .list {
    margin-bottom: 0rem;
  }
}
.cid-uC1HvjwQM5 .mbr-text {
  color: #bbbbbb;
}
.cid-uC1HvjwQM5 .mbr-section-subtitle {
  color: #000000;
}
.cid-uC1HvjwQM5 .list,
.cid-uC1HvjwQM5 .item-wrap {
  color: #232323;
}
.cid-uC1HvjwQM5 .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uC1VZ1aVt0 {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/singularity-meta.webp");
}
.cid-uC1VZ1aVt0 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uC1VZ1aVt0 {
    align-items: flex-end;
  }
  .cid-uC1VZ1aVt0 .row {
    justify-content: center;
  }
  .cid-uC1VZ1aVt0 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uC1VZ1aVt0 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uC1VZ1aVt0 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uC1VZ1aVt0 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uC1VZ1aVt0 .content-wrap {
    width: 100%;
  }
}
.cid-uC1VZ1aVt0 .mbr-section-title,
.cid-uC1VZ1aVt0 .mbr-section-subtitle {
  text-align: center;
}
.cid-uC1VZ1aVt0 .mbr-text,
.cid-uC1VZ1aVt0 .mbr-section-btn {
  text-align: center;
}
.cid-uC1VZ1ynol {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC1VZ1ynol .mbr-text {
  color: #000000;
}
.cid-uC1VZ1ynol .mbr-section-subtitle {
  color: #000000;
}
.cid-uC1VZ1ynol .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC1VZ1ynol .mbr-text,
.cid-uC1VZ1ynol .item .mbr-section-btn {
  text-align: left;
}
.cid-uC1VZ1ynol .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC1VZ1ynol .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC1VZ1ynol .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC1VZ1ynol .mbr-card-title {
  color: #393193;
}
.cid-uC1WTgbK5L {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC1WTgbK5L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC1WTgbK5L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC1WTgbK5L .row {
  flex-direction: row-reverse;
}
.cid-uC1WTgbK5L .mbr-description {
  text-align: center;
}
.cid-uC1WxEVqqi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC1WxEVqqi .mbr-text {
  color: #000000;
}
.cid-uC1WxEVqqi .mbr-section-subtitle {
  color: #000000;
}
.cid-uC1WxEVqqi .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC1WxEVqqi .mbr-text,
.cid-uC1WxEVqqi .item .mbr-section-btn {
  text-align: left;
}
.cid-uC1WxEVqqi .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC1WxEVqqi .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC1WxEVqqi .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC1WxEVqqi .mbr-card-title {
  color: #393193;
}
.cid-uC1WYj2GG8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC1WYj2GG8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC1WYj2GG8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC1WYj2GG8 .row {
  flex-direction: row-reverse;
}
.cid-uC1WYj2GG8 .mbr-description {
  text-align: center;
}
.cid-uC1WZdP1dS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC1WZdP1dS .mbr-text {
  color: #000000;
}
.cid-uC1WZdP1dS .mbr-section-subtitle {
  color: #000000;
}
.cid-uC1WZdP1dS .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC1WZdP1dS .mbr-text,
.cid-uC1WZdP1dS .item .mbr-section-btn {
  text-align: left;
}
.cid-uC1WZdP1dS .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC1WZdP1dS .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC1WZdP1dS .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC1WZdP1dS .mbr-card-title {
  color: #393193;
}
.cid-uC1VZ1OPmM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC1VZ1OPmM .mbr-text {
  color: #000000;
}
.cid-uC1VZ1OPmM .mbr-section-subtitle {
  color: #000000;
}
.cid-uC1VZ1OPmM .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC1VZ1OPmM .mbr-text,
.cid-uC1VZ1OPmM .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uC1VZ1OPmM .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC1VZ1OPmM .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC1VZ1OPmM .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC1VZ1OPmM .mbr-card-title {
  color: #393193;
}
.cid-uC1VZ21Kbd {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uC1VZ21Kbd .mbr-text {
  color: #000000;
}
.cid-uC1VZ21Kbd .mbr-section-subtitle {
  color: #000000;
}
.cid-uC1VZ21Kbd .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC1VZ21Kbd .mbr-text,
.cid-uC1VZ21Kbd .item .mbr-section-btn {
  text-align: left;
}
.cid-uC1VZ21Kbd .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC1VZ21Kbd .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC1VZ21Kbd .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC1VZ21Kbd .mbr-card-title {
  color: #393193;
}
.cid-uC1VZ2ktPQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uC1VZ2ktPQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC1VZ2ktPQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC1VZ2ktPQ .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uC1VZ2ktPQ .footer-col {
    flex-direction: column;
  }
}
.cid-uC1VZ2ktPQ .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uC1VZ2ktPQ .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uC1VZ2ktPQ .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uC1VZ2ktPQ .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uC1VZ2ktPQ .mbr-section-btn {
    text-align: center;
  }
}
.cid-uC1VZ2ktPQ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uC1VZ2ktPQ .soc-item {
  margin: 8px;
}
.cid-uC1VZ2ktPQ .soc-item a:hover .mbr-iconfont,
.cid-uC1VZ2ktPQ .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uC1VZ2ktPQ .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uC1VZ2ktPQ .row {
    text-align: center;
  }
  .cid-uC1VZ2ktPQ .social-row {
    justify-content: center;
  }
}
.cid-uC1VZ2ktPQ .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uC1VZ2ktPQ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uC1VZ2ktPQ .list {
    margin-bottom: 0rem;
  }
}
.cid-uC1VZ2ktPQ .mbr-text {
  color: #bbbbbb;
}
.cid-uC1VZ2ktPQ .mbr-section-subtitle {
  color: #000000;
}
.cid-uC1VZ2ktPQ .list,
.cid-uC1VZ2ktPQ .item-wrap {
  color: #232323;
}
.cid-uC1VZ2ktPQ .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uC21ppaN5g {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/wormholes-1.webp");
}
.cid-uC21ppaN5g .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uC21ppaN5g {
    align-items: flex-end;
  }
  .cid-uC21ppaN5g .row {
    justify-content: center;
  }
  .cid-uC21ppaN5g .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uC21ppaN5g .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uC21ppaN5g {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uC21ppaN5g .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uC21ppaN5g .content-wrap {
    width: 100%;
  }
}
.cid-uC21ppaN5g .mbr-section-title,
.cid-uC21ppaN5g .mbr-section-subtitle {
  text-align: center;
}
.cid-uC21ppaN5g .mbr-text,
.cid-uC21ppaN5g .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uC21ppaN5g .mbr-section-title {
  color: #ffffff;
}
.cid-uC21ppwXo9 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC21ppwXo9 .mbr-text {
  color: #000000;
}
.cid-uC21ppwXo9 .mbr-section-subtitle {
  color: #000000;
}
.cid-uC21ppwXo9 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC21ppwXo9 .mbr-text,
.cid-uC21ppwXo9 .item .mbr-section-btn {
  text-align: left;
}
.cid-uC21ppwXo9 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC21ppwXo9 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC21ppwXo9 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC21ppwXo9 .mbr-card-title {
  color: #393193;
}
.cid-uC22sVWb6c {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC22sVWb6c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC22sVWb6c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC22sVWb6c .row {
  flex-direction: row-reverse;
}
.cid-uC22sVWb6c .mbr-description {
  text-align: center;
}
.cid-uC22UYkCSE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC22UYkCSE .mbr-text {
  color: #000000;
}
.cid-uC22UYkCSE .mbr-section-subtitle {
  color: #000000;
}
.cid-uC22UYkCSE .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC22UYkCSE .mbr-text,
.cid-uC22UYkCSE .item .mbr-section-btn {
  text-align: left;
}
.cid-uC22UYkCSE .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC22UYkCSE .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC22UYkCSE .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC22UYkCSE .mbr-card-title {
  color: #393193;
}
.cid-uC21ppOah7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC21ppOah7 .mbr-text {
  color: #000000;
}
.cid-uC21ppOah7 .mbr-section-subtitle {
  color: #000000;
}
.cid-uC21ppOah7 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC21ppOah7 .mbr-text,
.cid-uC21ppOah7 .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uC21ppOah7 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC21ppOah7 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC21ppOah7 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC21ppOah7 .mbr-card-title {
  color: #393193;
}
.cid-uC239I8rjM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC239I8rjM .mbr-text {
  color: #000000;
}
.cid-uC239I8rjM .mbr-section-subtitle {
  color: #000000;
}
.cid-uC239I8rjM .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC239I8rjM .mbr-text,
.cid-uC239I8rjM .item .mbr-section-btn {
  text-align: left;
}
.cid-uC239I8rjM .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC239I8rjM .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC239I8rjM .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC239I8rjM .mbr-card-title {
  color: #393193;
}
.cid-uC23bxUQFF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC23bxUQFF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC23bxUQFF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC23bxUQFF .row {
  flex-direction: row-reverse;
}
.cid-uC23bxUQFF .mbr-description {
  text-align: center;
}
.cid-uC23ImJZqP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC23ImJZqP .mbr-text {
  color: #000000;
}
.cid-uC23ImJZqP .mbr-section-subtitle {
  color: #000000;
}
.cid-uC23ImJZqP .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC23ImJZqP .mbr-text,
.cid-uC23ImJZqP .item .mbr-section-btn {
  text-align: left;
}
.cid-uC23ImJZqP .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC23ImJZqP .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC23ImJZqP .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC23ImJZqP .mbr-card-title {
  color: #393193;
}
.cid-uC23KDvE3Z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC23KDvE3Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC23KDvE3Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC23KDvE3Z .row {
  flex-direction: row-reverse;
}
.cid-uC23KDvE3Z .mbr-description {
  text-align: center;
}
.cid-uC23ZOAyio {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC23ZOAyio .mbr-text {
  color: #000000;
}
.cid-uC23ZOAyio .mbr-section-subtitle {
  color: #000000;
}
.cid-uC23ZOAyio .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC23ZOAyio .mbr-text,
.cid-uC23ZOAyio .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uC23ZOAyio .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC23ZOAyio .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC23ZOAyio .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC23ZOAyio .mbr-card-title {
  color: #393193;
}
.cid-uC243fsPO5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC243fsPO5 .mbr-text {
  color: #000000;
}
.cid-uC243fsPO5 .mbr-section-subtitle {
  color: #000000;
}
.cid-uC243fsPO5 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC243fsPO5 .mbr-text,
.cid-uC243fsPO5 .item .mbr-section-btn {
  text-align: left;
}
.cid-uC243fsPO5 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC243fsPO5 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC243fsPO5 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC243fsPO5 .mbr-card-title {
  color: #393193;
}
.cid-uC244su3CN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC244su3CN .mbr-text {
  color: #000000;
}
.cid-uC244su3CN .mbr-section-subtitle {
  color: #000000;
}
.cid-uC244su3CN .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC244su3CN .mbr-text,
.cid-uC244su3CN .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uC244su3CN .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC244su3CN .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC244su3CN .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC244su3CN .mbr-card-title {
  color: #393193;
}
.cid-uC21pqdOut {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uC21pqdOut .mbr-text {
  color: #000000;
}
.cid-uC21pqdOut .mbr-section-subtitle {
  color: #000000;
}
.cid-uC21pqdOut .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC21pqdOut .mbr-text,
.cid-uC21pqdOut .item .mbr-section-btn {
  text-align: left;
}
.cid-uC21pqdOut .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC21pqdOut .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC21pqdOut .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC21pqdOut .mbr-card-title {
  color: #393193;
}
.cid-uC21pqwooB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uC21pqwooB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC21pqwooB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC21pqwooB .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uC21pqwooB .footer-col {
    flex-direction: column;
  }
}
.cid-uC21pqwooB .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uC21pqwooB .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uC21pqwooB .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uC21pqwooB .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uC21pqwooB .mbr-section-btn {
    text-align: center;
  }
}
.cid-uC21pqwooB .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uC21pqwooB .soc-item {
  margin: 8px;
}
.cid-uC21pqwooB .soc-item a:hover .mbr-iconfont,
.cid-uC21pqwooB .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uC21pqwooB .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uC21pqwooB .row {
    text-align: center;
  }
  .cid-uC21pqwooB .social-row {
    justify-content: center;
  }
}
.cid-uC21pqwooB .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uC21pqwooB .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uC21pqwooB .list {
    margin-bottom: 0rem;
  }
}
.cid-uC21pqwooB .mbr-text {
  color: #bbbbbb;
}
.cid-uC21pqwooB .mbr-section-subtitle {
  color: #000000;
}
.cid-uC21pqwooB .list,
.cid-uC21pqwooB .item-wrap {
  color: #232323;
}
.cid-uC21pqwooB .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uC2pbRlZjE {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/string-theory-meta.webp");
}
.cid-uC2pbRlZjE .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uC2pbRlZjE {
    align-items: flex-end;
  }
  .cid-uC2pbRlZjE .row {
    justify-content: center;
  }
  .cid-uC2pbRlZjE .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uC2pbRlZjE .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uC2pbRlZjE {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uC2pbRlZjE .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uC2pbRlZjE .content-wrap {
    width: 100%;
  }
}
.cid-uC2pbRlZjE .mbr-section-title,
.cid-uC2pbRlZjE .mbr-section-subtitle {
  text-align: center;
}
.cid-uC2pbRlZjE .mbr-text,
.cid-uC2pbRlZjE .mbr-section-btn {
  text-align: center;
}
.cid-uC2pbRFX3m {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC2pbRFX3m .mbr-text {
  color: #000000;
}
.cid-uC2pbRFX3m .mbr-section-subtitle {
  color: #000000;
}
.cid-uC2pbRFX3m .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC2pbRFX3m .mbr-text,
.cid-uC2pbRFX3m .item .mbr-section-btn {
  text-align: left;
}
.cid-uC2pbRFX3m .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC2pbRFX3m .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC2pbRFX3m .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC2pbRFX3m .mbr-card-title {
  color: #393193;
}
.cid-uC2qkoB7AB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC2qkoB7AB .mbr-text {
  color: #000000;
}
.cid-uC2qkoB7AB .mbr-section-subtitle {
  color: #000000;
}
.cid-uC2qkoB7AB .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC2qkoB7AB .mbr-text,
.cid-uC2qkoB7AB .item .mbr-section-btn {
  text-align: left;
}
.cid-uC2qkoB7AB .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC2qkoB7AB .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC2qkoB7AB .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC2qkoB7AB .mbr-card-title {
  color: #393193;
}
.cid-uC2q6x3Bhg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC2q6x3Bhg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC2q6x3Bhg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC2q6x3Bhg .row {
  flex-direction: row-reverse;
}
.cid-uC2q6x3Bhg .mbr-description {
  text-align: center;
}
.cid-uC2qEmBlw9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC2qEmBlw9 .mbr-text {
  color: #000000;
}
.cid-uC2qEmBlw9 .mbr-section-subtitle {
  color: #000000;
}
.cid-uC2qEmBlw9 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC2qEmBlw9 .mbr-text,
.cid-uC2qEmBlw9 .item .mbr-section-btn {
  text-align: left;
}
.cid-uC2qEmBlw9 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC2qEmBlw9 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC2qEmBlw9 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC2qEmBlw9 .mbr-card-title {
  color: #393193;
}
.cid-uC2pbS7hf4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC2pbS7hf4 .mbr-text {
  color: #000000;
}
.cid-uC2pbS7hf4 .mbr-section-subtitle {
  color: #000000;
}
.cid-uC2pbS7hf4 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC2pbS7hf4 .mbr-text,
.cid-uC2pbS7hf4 .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uC2pbS7hf4 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC2pbS7hf4 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC2pbS7hf4 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC2pbS7hf4 .mbr-card-title {
  color: #393193;
}
.cid-uC2qHaRq2w {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC2qHaRq2w .mbr-text {
  color: #000000;
}
.cid-uC2qHaRq2w .mbr-section-subtitle {
  color: #000000;
}
.cid-uC2qHaRq2w .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC2qHaRq2w .mbr-text,
.cid-uC2qHaRq2w .item .mbr-section-btn {
  text-align: left;
}
.cid-uC2qHaRq2w .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC2qHaRq2w .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC2qHaRq2w .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC2qHaRq2w .mbr-card-title {
  color: #393193;
}
.cid-uC2qY6CL9n {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC2qY6CL9n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC2qY6CL9n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC2qY6CL9n .row {
  flex-direction: row-reverse;
}
.cid-uC2qY6CL9n .mbr-description {
  text-align: center;
}
.cid-uC2qZQFLKO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC2qZQFLKO .mbr-text {
  color: #000000;
}
.cid-uC2qZQFLKO .mbr-section-subtitle {
  color: #000000;
}
.cid-uC2qZQFLKO .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC2qZQFLKO .mbr-text,
.cid-uC2qZQFLKO .item .mbr-section-btn {
  text-align: left;
}
.cid-uC2qZQFLKO .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC2qZQFLKO .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC2qZQFLKO .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC2qZQFLKO .mbr-card-title {
  color: #393193;
}
.cid-uC2rcVEW3f {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC2rcVEW3f .mbr-text {
  color: #000000;
}
.cid-uC2rcVEW3f .mbr-section-subtitle {
  color: #000000;
}
.cid-uC2rcVEW3f .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC2rcVEW3f .mbr-text,
.cid-uC2rcVEW3f .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uC2rcVEW3f .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC2rcVEW3f .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC2rcVEW3f .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC2rcVEW3f .mbr-card-title {
  color: #393193;
}
.cid-uC2rf9jNuY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC2rf9jNuY .mbr-text {
  color: #000000;
}
.cid-uC2rf9jNuY .mbr-section-subtitle {
  color: #000000;
}
.cid-uC2rf9jNuY .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC2rf9jNuY .mbr-text,
.cid-uC2rf9jNuY .item .mbr-section-btn {
  text-align: left;
}
.cid-uC2rf9jNuY .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC2rf9jNuY .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC2rf9jNuY .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC2rf9jNuY .mbr-card-title {
  color: #393193;
}
.cid-uC2rAHoDW7 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uC2rAHoDW7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC2rAHoDW7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC2rAHoDW7 .row {
  flex-direction: row-reverse;
}
.cid-uC2rAHoDW7 .mbr-description {
  text-align: center;
}
.cid-uC2rDxKseh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC2rDxKseh .mbr-text {
  color: #000000;
}
.cid-uC2rDxKseh .mbr-section-subtitle {
  color: #000000;
}
.cid-uC2rDxKseh .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC2rDxKseh .mbr-text,
.cid-uC2rDxKseh .item .mbr-section-btn {
  text-align: left;
}
.cid-uC2rDxKseh .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC2rDxKseh .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC2rDxKseh .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC2rDxKseh .mbr-card-title {
  color: #393193;
}
.cid-uC2srJljmo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC2srJljmo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC2srJljmo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC2srJljmo .row {
  flex-direction: row-reverse;
}
.cid-uC2srJljmo .mbr-description {
  text-align: center;
}
.cid-uC2ssKt8aK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC2ssKt8aK .mbr-text {
  color: #000000;
}
.cid-uC2ssKt8aK .mbr-section-subtitle {
  color: #000000;
}
.cid-uC2ssKt8aK .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC2ssKt8aK .mbr-text,
.cid-uC2ssKt8aK .item .mbr-section-btn {
  text-align: left;
}
.cid-uC2ssKt8aK .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC2ssKt8aK .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC2ssKt8aK .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC2ssKt8aK .mbr-card-title {
  color: #393193;
}
.cid-uC2svFk7GO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC2svFk7GO .mbr-text {
  color: #000000;
}
.cid-uC2svFk7GO .mbr-section-subtitle {
  color: #000000;
}
.cid-uC2svFk7GO .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC2svFk7GO .mbr-text,
.cid-uC2svFk7GO .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uC2svFk7GO .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC2svFk7GO .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC2svFk7GO .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC2svFk7GO .mbr-card-title {
  color: #393193;
}
.cid-uC2swGuJQx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC2swGuJQx .mbr-text {
  color: #000000;
}
.cid-uC2swGuJQx .mbr-section-subtitle {
  color: #000000;
}
.cid-uC2swGuJQx .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC2swGuJQx .mbr-text,
.cid-uC2swGuJQx .item .mbr-section-btn {
  text-align: left;
}
.cid-uC2swGuJQx .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC2swGuJQx .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC2swGuJQx .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC2swGuJQx .mbr-card-title {
  color: #393193;
}
.cid-uC2sZZhkWk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uC2sZZhkWk .video-wrapper iframe {
  width: 100%;
}
.cid-uC2sZZhkWk .mbr-section-title,
.cid-uC2sZZhkWk .mbr-section-subtitle,
.cid-uC2sZZhkWk .mbr-text {
  text-align: center;
}
.cid-uC2tuG0rza {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC2tuG0rza .mbr-text {
  color: #000000;
}
.cid-uC2tuG0rza .mbr-section-subtitle {
  color: #000000;
}
.cid-uC2tuG0rza .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC2tuG0rza .mbr-text,
.cid-uC2tuG0rza .item .mbr-section-btn {
  text-align: left;
}
.cid-uC2tuG0rza .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC2tuG0rza .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC2tuG0rza .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC2tuG0rza .mbr-card-title {
  color: #393193;
}
.cid-uC2tK0etLj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC2tK0etLj .mbr-text {
  color: #000000;
}
.cid-uC2tK0etLj .mbr-section-subtitle {
  color: #000000;
}
.cid-uC2tK0etLj .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC2tK0etLj .mbr-text,
.cid-uC2tK0etLj .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uC2tK0etLj .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC2tK0etLj .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC2tK0etLj .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC2tK0etLj .mbr-card-title {
  color: #393193;
}
.cid-uC2tL1dSLv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC2tL1dSLv .mbr-text {
  color: #000000;
}
.cid-uC2tL1dSLv .mbr-section-subtitle {
  color: #000000;
}
.cid-uC2tL1dSLv .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC2tL1dSLv .mbr-text,
.cid-uC2tL1dSLv .item .mbr-section-btn {
  text-align: left;
}
.cid-uC2tL1dSLv .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC2tL1dSLv .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC2tL1dSLv .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC2tL1dSLv .mbr-card-title {
  color: #393193;
}
.cid-uC2tMwtVay {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC2tMwtVay .mbr-text {
  color: #000000;
}
.cid-uC2tMwtVay .mbr-section-subtitle {
  color: #000000;
}
.cid-uC2tMwtVay .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC2tMwtVay .mbr-text,
.cid-uC2tMwtVay .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uC2tMwtVay .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC2tMwtVay .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC2tMwtVay .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC2tMwtVay .mbr-card-title {
  color: #393193;
}
.cid-uC2tNvUtxW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC2tNvUtxW .mbr-text {
  color: #000000;
}
.cid-uC2tNvUtxW .mbr-section-subtitle {
  color: #000000;
}
.cid-uC2tNvUtxW .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC2tNvUtxW .mbr-text,
.cid-uC2tNvUtxW .item .mbr-section-btn {
  text-align: left;
}
.cid-uC2tNvUtxW .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC2tNvUtxW .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC2tNvUtxW .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC2tNvUtxW .mbr-card-title {
  color: #393193;
}
.cid-uC2tOtuA0C {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC2tOtuA0C .mbr-text {
  color: #000000;
}
.cid-uC2tOtuA0C .mbr-section-subtitle {
  color: #000000;
}
.cid-uC2tOtuA0C .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC2tOtuA0C .mbr-text,
.cid-uC2tOtuA0C .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uC2tOtuA0C .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC2tOtuA0C .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC2tOtuA0C .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC2tOtuA0C .mbr-card-title {
  color: #393193;
}
.cid-uC2tPBxcNC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC2tPBxcNC .mbr-text {
  color: #000000;
}
.cid-uC2tPBxcNC .mbr-section-subtitle {
  color: #000000;
}
.cid-uC2tPBxcNC .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC2tPBxcNC .mbr-text,
.cid-uC2tPBxcNC .item .mbr-section-btn {
  text-align: left;
}
.cid-uC2tPBxcNC .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC2tPBxcNC .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC2tPBxcNC .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC2tPBxcNC .mbr-card-title {
  color: #393193;
}
.cid-uC2uuNpXMK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC2uuNpXMK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC2uuNpXMK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC2uuNpXMK .row {
  flex-direction: row-reverse;
}
.cid-uC2uuNpXMK .mbr-description {
  text-align: center;
}
.cid-uC2uHEfFqH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC2uHEfFqH .mbr-text {
  color: #000000;
}
.cid-uC2uHEfFqH .mbr-section-subtitle {
  color: #000000;
}
.cid-uC2uHEfFqH .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC2uHEfFqH .mbr-text,
.cid-uC2uHEfFqH .item .mbr-section-btn {
  text-align: left;
}
.cid-uC2uHEfFqH .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC2uHEfFqH .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC2uHEfFqH .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC2uHEfFqH .mbr-card-title {
  color: #393193;
}
.cid-uC2uPpUX6S {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC2uPpUX6S .mbr-text {
  color: #000000;
}
.cid-uC2uPpUX6S .mbr-section-subtitle {
  color: #000000;
}
.cid-uC2uPpUX6S .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC2uPpUX6S .mbr-text,
.cid-uC2uPpUX6S .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uC2uPpUX6S .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC2uPpUX6S .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC2uPpUX6S .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC2uPpUX6S .mbr-card-title {
  color: #393193;
}
.cid-uC2uQybP8g {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC2uQybP8g .mbr-text {
  color: #000000;
}
.cid-uC2uQybP8g .mbr-section-subtitle {
  color: #000000;
}
.cid-uC2uQybP8g .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC2uQybP8g .mbr-text,
.cid-uC2uQybP8g .item .mbr-section-btn {
  text-align: left;
}
.cid-uC2uQybP8g .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC2uQybP8g .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC2uQybP8g .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC2uQybP8g .mbr-card-title {
  color: #393193;
}
.cid-uC2uRAzkSD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC2uRAzkSD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC2uRAzkSD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC2uRAzkSD .row {
  flex-direction: row-reverse;
}
.cid-uC2uRAzkSD .mbr-description {
  text-align: center;
}
.cid-uC2uSD9Ib4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC2uSD9Ib4 .mbr-text {
  color: #000000;
}
.cid-uC2uSD9Ib4 .mbr-section-subtitle {
  color: #000000;
}
.cid-uC2uSD9Ib4 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC2uSD9Ib4 .mbr-text,
.cid-uC2uSD9Ib4 .item .mbr-section-btn {
  text-align: left;
}
.cid-uC2uSD9Ib4 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC2uSD9Ib4 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC2uSD9Ib4 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC2uSD9Ib4 .mbr-card-title {
  color: #393193;
}
.cid-uC2w31KDYO {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uC2w31KDYO .video-wrapper iframe {
  width: 100%;
}
.cid-uC2w31KDYO .mbr-section-title,
.cid-uC2w31KDYO .mbr-section-subtitle,
.cid-uC2w31KDYO .mbr-text {
  text-align: center;
}
.cid-uC2w4iZ6PY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC2w4iZ6PY .mbr-text {
  color: #000000;
}
.cid-uC2w4iZ6PY .mbr-section-subtitle {
  color: #000000;
}
.cid-uC2w4iZ6PY .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC2w4iZ6PY .mbr-text,
.cid-uC2w4iZ6PY .item .mbr-section-btn {
  text-align: left;
}
.cid-uC2w4iZ6PY .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC2w4iZ6PY .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC2w4iZ6PY .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC2w4iZ6PY .mbr-card-title {
  color: #393193;
}
.cid-uC2wBBpsEh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC2wBBpsEh .video-wrapper iframe {
  width: 100%;
}
.cid-uC2wBBpsEh .mbr-section-title,
.cid-uC2wBBpsEh .mbr-section-subtitle,
.cid-uC2wBBpsEh .mbr-text {
  text-align: center;
}
.cid-uC2wCNa3sk {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC2wCNa3sk .mbr-text {
  color: #000000;
}
.cid-uC2wCNa3sk .mbr-section-subtitle {
  color: #000000;
}
.cid-uC2wCNa3sk .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC2wCNa3sk .mbr-text,
.cid-uC2wCNa3sk .item .mbr-section-btn {
  text-align: left;
}
.cid-uC2wCNa3sk .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC2wCNa3sk .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC2wCNa3sk .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC2wCNa3sk .mbr-card-title {
  color: #393193;
}
.cid-uC2xyVm3Xx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC2xyVm3Xx .mbr-text {
  color: #000000;
}
.cid-uC2xyVm3Xx .mbr-section-subtitle {
  color: #000000;
}
.cid-uC2xyVm3Xx .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC2xyVm3Xx .mbr-text,
.cid-uC2xyVm3Xx .item .mbr-section-btn {
  text-align: left;
}
.cid-uC2xyVm3Xx .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC2xyVm3Xx .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC2xyVm3Xx .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC2xyVm3Xx .mbr-card-title {
  color: #393193;
}
.cid-uC2y1bEx2C {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uC2y1bEx2C .video-wrapper iframe {
  width: 100%;
}
.cid-uC2y1bEx2C .mbr-section-title,
.cid-uC2y1bEx2C .mbr-section-subtitle,
.cid-uC2y1bEx2C .mbr-text {
  text-align: center;
}
.cid-uC2y3eQhM2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC2y3eQhM2 .mbr-text {
  color: #000000;
}
.cid-uC2y3eQhM2 .mbr-section-subtitle {
  color: #000000;
}
.cid-uC2y3eQhM2 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC2y3eQhM2 .mbr-text,
.cid-uC2y3eQhM2 .item .mbr-section-btn {
  text-align: left;
}
.cid-uC2y3eQhM2 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC2y3eQhM2 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC2y3eQhM2 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC2y3eQhM2 .mbr-card-title {
  color: #393193;
}
.cid-uC2yiNLHza {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC2yiNLHza .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC2yiNLHza .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC2yiNLHza .row {
  flex-direction: row-reverse;
}
.cid-uC2yiNLHza .mbr-description {
  text-align: center;
}
.cid-uC2ykDOwDj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC2ykDOwDj .mbr-text {
  color: #000000;
}
.cid-uC2ykDOwDj .mbr-section-subtitle {
  color: #000000;
}
.cid-uC2ykDOwDj .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC2ykDOwDj .mbr-text,
.cid-uC2ykDOwDj .item .mbr-section-btn {
  text-align: left;
}
.cid-uC2ykDOwDj .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC2ykDOwDj .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC2ykDOwDj .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC2ykDOwDj .mbr-card-title {
  color: #393193;
}
.cid-uC2ymcOyYH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC2ymcOyYH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC2ymcOyYH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC2ymcOyYH .row {
  flex-direction: row-reverse;
}
.cid-uC2ymcOyYH .mbr-description {
  text-align: center;
}
.cid-uC2ynRiDEY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC2ynRiDEY .mbr-text {
  color: #000000;
}
.cid-uC2ynRiDEY .mbr-section-subtitle {
  color: #000000;
}
.cid-uC2ynRiDEY .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC2ynRiDEY .mbr-text,
.cid-uC2ynRiDEY .item .mbr-section-btn {
  text-align: left;
}
.cid-uC2ynRiDEY .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC2ynRiDEY .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC2ynRiDEY .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC2ynRiDEY .mbr-card-title {
  color: #393193;
}
.cid-uC2yLXXEBB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC2yLXXEBB .mbr-text {
  color: #000000;
}
.cid-uC2yLXXEBB .mbr-section-subtitle {
  color: #000000;
}
.cid-uC2yLXXEBB .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC2yLXXEBB .mbr-text,
.cid-uC2yLXXEBB .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uC2yLXXEBB .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC2yLXXEBB .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC2yLXXEBB .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC2yLXXEBB .mbr-card-title {
  color: #393193;
}
.cid-uC2yNBQFVA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC2yNBQFVA .mbr-text {
  color: #000000;
}
.cid-uC2yNBQFVA .mbr-section-subtitle {
  color: #000000;
}
.cid-uC2yNBQFVA .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC2yNBQFVA .mbr-text,
.cid-uC2yNBQFVA .item .mbr-section-btn {
  text-align: left;
}
.cid-uC2yNBQFVA .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC2yNBQFVA .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC2yNBQFVA .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC2yNBQFVA .mbr-card-title {
  color: #393193;
}
.cid-uC2yPrPZIa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC2yPrPZIa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC2yPrPZIa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC2yPrPZIa .row {
  flex-direction: row-reverse;
}
.cid-uC2yPrPZIa .mbr-description {
  text-align: center;
}
.cid-uC2yRHl5Rd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC2yRHl5Rd .mbr-text {
  color: #000000;
}
.cid-uC2yRHl5Rd .mbr-section-subtitle {
  color: #000000;
}
.cid-uC2yRHl5Rd .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC2yRHl5Rd .mbr-text,
.cid-uC2yRHl5Rd .item .mbr-section-btn {
  text-align: left;
}
.cid-uC2yRHl5Rd .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC2yRHl5Rd .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC2yRHl5Rd .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC2yRHl5Rd .mbr-card-title {
  color: #393193;
}
.cid-uC2pbSmV5g {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uC2pbSmV5g .mbr-text {
  color: #000000;
}
.cid-uC2pbSmV5g .mbr-section-subtitle {
  color: #000000;
}
.cid-uC2pbSmV5g .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC2pbSmV5g .mbr-text,
.cid-uC2pbSmV5g .item .mbr-section-btn {
  text-align: left;
}
.cid-uC2pbSmV5g .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC2pbSmV5g .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC2pbSmV5g .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC2pbSmV5g .mbr-card-title {
  color: #393193;
}
.cid-uC2pbSCNx1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uC2pbSCNx1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC2pbSCNx1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC2pbSCNx1 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uC2pbSCNx1 .footer-col {
    flex-direction: column;
  }
}
.cid-uC2pbSCNx1 .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uC2pbSCNx1 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uC2pbSCNx1 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uC2pbSCNx1 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uC2pbSCNx1 .mbr-section-btn {
    text-align: center;
  }
}
.cid-uC2pbSCNx1 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uC2pbSCNx1 .soc-item {
  margin: 8px;
}
.cid-uC2pbSCNx1 .soc-item a:hover .mbr-iconfont,
.cid-uC2pbSCNx1 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uC2pbSCNx1 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uC2pbSCNx1 .row {
    text-align: center;
  }
  .cid-uC2pbSCNx1 .social-row {
    justify-content: center;
  }
}
.cid-uC2pbSCNx1 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uC2pbSCNx1 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uC2pbSCNx1 .list {
    margin-bottom: 0rem;
  }
}
.cid-uC2pbSCNx1 .mbr-text {
  color: #bbbbbb;
}
.cid-uC2pbSCNx1 .mbr-section-subtitle {
  color: #000000;
}
.cid-uC2pbSCNx1 .list,
.cid-uC2pbSCNx1 .item-wrap {
  color: #232323;
}
.cid-uC2pbSCNx1 .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uC2Xd5XslN {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/seven-heavens.webp");
}
.cid-uC2Xd5XslN .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uC2Xd5XslN {
    align-items: flex-end;
  }
  .cid-uC2Xd5XslN .row {
    justify-content: center;
  }
  .cid-uC2Xd5XslN .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uC2Xd5XslN .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uC2Xd5XslN {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uC2Xd5XslN .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uC2Xd5XslN .content-wrap {
    width: 100%;
  }
}
.cid-uC2Xd5XslN .mbr-section-title,
.cid-uC2Xd5XslN .mbr-section-subtitle {
  text-align: center;
}
.cid-uC2Xd5XslN .mbr-text,
.cid-uC2Xd5XslN .mbr-section-btn {
  text-align: center;
}
.cid-uC2Xd6mRMP {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC2Xd6mRMP .mbr-text {
  color: #000000;
}
.cid-uC2Xd6mRMP .mbr-section-subtitle {
  color: #000000;
}
.cid-uC2Xd6mRMP .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC2Xd6mRMP .mbr-text,
.cid-uC2Xd6mRMP .item .mbr-section-btn {
  text-align: left;
}
.cid-uC2Xd6mRMP .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC2Xd6mRMP .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC2Xd6mRMP .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC2Xd6mRMP .mbr-card-title {
  color: #393193;
}
.cid-uC2Xd9rSq6 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uC2Xd9rSq6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC2Xd9rSq6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC2Xd9rSq6 .row {
  flex-direction: row-reverse;
}
.cid-uC2Xd9rSq6 .mbr-description {
  text-align: center;
}
.cid-uC2Xd9MWxN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC2Xd9MWxN .mbr-text {
  color: #000000;
}
.cid-uC2Xd9MWxN .mbr-section-subtitle {
  color: #000000;
}
.cid-uC2Xd9MWxN .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC2Xd9MWxN .mbr-text,
.cid-uC2Xd9MWxN .item .mbr-section-btn {
  text-align: left;
}
.cid-uC2Xd9MWxN .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC2Xd9MWxN .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC2Xd9MWxN .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC2Xd9MWxN .mbr-card-title {
  color: #393193;
}
.cid-uC2Xda3r40 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC2Xda3r40 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC2Xda3r40 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC2Xda3r40 .row {
  flex-direction: row-reverse;
}
.cid-uC2Xda3r40 .mbr-description {
  text-align: center;
}
.cid-uC2XdarJXB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC2XdarJXB .mbr-text {
  color: #000000;
}
.cid-uC2XdarJXB .mbr-section-subtitle {
  color: #000000;
}
.cid-uC2XdarJXB .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC2XdarJXB .mbr-text,
.cid-uC2XdarJXB .item .mbr-section-btn {
  text-align: left;
}
.cid-uC2XdarJXB .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC2XdarJXB .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC2XdarJXB .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC2XdarJXB .mbr-card-title {
  color: #393193;
}
.cid-uC2XdaIUNP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC2XdaIUNP .mbr-text {
  color: #000000;
}
.cid-uC2XdaIUNP .mbr-section-subtitle {
  color: #000000;
}
.cid-uC2XdaIUNP .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC2XdaIUNP .mbr-text,
.cid-uC2XdaIUNP .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uC2XdaIUNP .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC2XdaIUNP .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC2XdaIUNP .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC2XdaIUNP .mbr-card-title {
  color: #393193;
}
.cid-uC2XdaZSKx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC2XdaZSKx .mbr-text {
  color: #000000;
}
.cid-uC2XdaZSKx .mbr-section-subtitle {
  color: #000000;
}
.cid-uC2XdaZSKx .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC2XdaZSKx .mbr-text,
.cid-uC2XdaZSKx .item .mbr-section-btn {
  text-align: left;
}
.cid-uC2XdaZSKx .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC2XdaZSKx .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC2XdaZSKx .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC2XdaZSKx .mbr-card-title {
  color: #393193;
}
.cid-uC2XdbjB0Y {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uC2XdbjB0Y .video-wrapper iframe {
  width: 100%;
}
.cid-uC2XdbjB0Y .mbr-section-title,
.cid-uC2XdbjB0Y .mbr-section-subtitle,
.cid-uC2XdbjB0Y .mbr-text {
  text-align: center;
}
.cid-uC2XdbIaNB {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC2XdbIaNB .mbr-text {
  color: #000000;
}
.cid-uC2XdbIaNB .mbr-section-subtitle {
  color: #000000;
}
.cid-uC2XdbIaNB .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC2XdbIaNB .mbr-text,
.cid-uC2XdbIaNB .item .mbr-section-btn {
  text-align: left;
}
.cid-uC2XdbIaNB .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC2XdbIaNB .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC2XdbIaNB .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC2XdbIaNB .mbr-card-title {
  color: #393193;
}
.cid-uC2XdbZVfH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC2XdbZVfH .mbr-text {
  color: #000000;
}
.cid-uC2XdbZVfH .mbr-section-subtitle {
  color: #000000;
}
.cid-uC2XdbZVfH .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC2XdbZVfH .mbr-text,
.cid-uC2XdbZVfH .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uC2XdbZVfH .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC2XdbZVfH .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC2XdbZVfH .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC2XdbZVfH .mbr-card-title {
  color: #393193;
}
.cid-uC2Xdch7Kv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC2Xdch7Kv .mbr-text {
  color: #000000;
}
.cid-uC2Xdch7Kv .mbr-section-subtitle {
  color: #000000;
}
.cid-uC2Xdch7Kv .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC2Xdch7Kv .mbr-text,
.cid-uC2Xdch7Kv .item .mbr-section-btn {
  text-align: left;
}
.cid-uC2Xdch7Kv .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC2Xdch7Kv .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC2Xdch7Kv .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC2Xdch7Kv .mbr-card-title {
  color: #393193;
}
.cid-uC2XdcGMIQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC2XdcGMIQ .mbr-text {
  color: #000000;
}
.cid-uC2XdcGMIQ .mbr-section-subtitle {
  color: #000000;
}
.cid-uC2XdcGMIQ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC2XdcGMIQ .mbr-text,
.cid-uC2XdcGMIQ .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uC2XdcGMIQ .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC2XdcGMIQ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC2XdcGMIQ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC2XdcGMIQ .mbr-card-title {
  color: #393193;
}
.cid-uC2Xdd70PU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC2Xdd70PU .mbr-text {
  color: #000000;
}
.cid-uC2Xdd70PU .mbr-section-subtitle {
  color: #000000;
}
.cid-uC2Xdd70PU .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC2Xdd70PU .mbr-text,
.cid-uC2Xdd70PU .item .mbr-section-btn {
  text-align: left;
}
.cid-uC2Xdd70PU .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC2Xdd70PU .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC2Xdd70PU .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC2Xdd70PU .mbr-card-title {
  color: #393193;
}
.cid-uC2XddpGby {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC2XddpGby .mbr-text {
  color: #000000;
}
.cid-uC2XddpGby .mbr-section-subtitle {
  color: #000000;
}
.cid-uC2XddpGby .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC2XddpGby .mbr-text,
.cid-uC2XddpGby .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uC2XddpGby .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC2XddpGby .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC2XddpGby .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC2XddpGby .mbr-card-title {
  color: #393193;
}
.cid-uC2XddJLS8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC2XddJLS8 .mbr-text {
  color: #000000;
}
.cid-uC2XddJLS8 .mbr-section-subtitle {
  color: #000000;
}
.cid-uC2XddJLS8 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC2XddJLS8 .mbr-text,
.cid-uC2XddJLS8 .item .mbr-section-btn {
  text-align: left;
}
.cid-uC2XddJLS8 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC2XddJLS8 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC2XddJLS8 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC2XddJLS8 .mbr-card-title {
  color: #393193;
}
.cid-uC2Xde1I7L {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC2Xde1I7L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC2Xde1I7L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC2Xde1I7L .row {
  flex-direction: row-reverse;
}
.cid-uC2Xde1I7L .mbr-description {
  text-align: center;
}
.cid-uC2XdezXWu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC2XdezXWu .mbr-text {
  color: #000000;
}
.cid-uC2XdezXWu .mbr-section-subtitle {
  color: #000000;
}
.cid-uC2XdezXWu .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC2XdezXWu .mbr-text,
.cid-uC2XdezXWu .item .mbr-section-btn {
  text-align: left;
}
.cid-uC2XdezXWu .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC2XdezXWu .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC2XdezXWu .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC2XdezXWu .mbr-card-title {
  color: #393193;
}
.cid-uC2XdeWmqy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC2XdeWmqy .mbr-text {
  color: #000000;
}
.cid-uC2XdeWmqy .mbr-section-subtitle {
  color: #000000;
}
.cid-uC2XdeWmqy .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC2XdeWmqy .mbr-text,
.cid-uC2XdeWmqy .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uC2XdeWmqy .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC2XdeWmqy .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC2XdeWmqy .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC2XdeWmqy .mbr-card-title {
  color: #393193;
}
.cid-uC2XdfkfjQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC2XdfkfjQ .mbr-text {
  color: #000000;
}
.cid-uC2XdfkfjQ .mbr-section-subtitle {
  color: #000000;
}
.cid-uC2XdfkfjQ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC2XdfkfjQ .mbr-text,
.cid-uC2XdfkfjQ .item .mbr-section-btn {
  text-align: left;
}
.cid-uC2XdfkfjQ .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC2XdfkfjQ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC2XdfkfjQ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC2XdfkfjQ .mbr-card-title {
  color: #393193;
}
.cid-uC2XdfEbEI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC2XdfEbEI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC2XdfEbEI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC2XdfEbEI .row {
  flex-direction: row-reverse;
}
.cid-uC2XdfEbEI .mbr-description {
  text-align: center;
}
.cid-uC2Xdg3dp8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC2Xdg3dp8 .mbr-text {
  color: #000000;
}
.cid-uC2Xdg3dp8 .mbr-section-subtitle {
  color: #000000;
}
.cid-uC2Xdg3dp8 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC2Xdg3dp8 .mbr-text,
.cid-uC2Xdg3dp8 .item .mbr-section-btn {
  text-align: left;
}
.cid-uC2Xdg3dp8 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC2Xdg3dp8 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC2Xdg3dp8 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC2Xdg3dp8 .mbr-card-title {
  color: #393193;
}
.cid-uC2XdgqRtn {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uC2XdgqRtn .video-wrapper iframe {
  width: 100%;
}
.cid-uC2XdgqRtn .mbr-section-title,
.cid-uC2XdgqRtn .mbr-section-subtitle,
.cid-uC2XdgqRtn .mbr-text {
  text-align: center;
}
.cid-uC2XdgMHRu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC2XdgMHRu .mbr-text {
  color: #000000;
}
.cid-uC2XdgMHRu .mbr-section-subtitle {
  color: #000000;
}
.cid-uC2XdgMHRu .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC2XdgMHRu .mbr-text,
.cid-uC2XdgMHRu .item .mbr-section-btn {
  text-align: left;
}
.cid-uC2XdgMHRu .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC2XdgMHRu .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC2XdgMHRu .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC2XdgMHRu .mbr-card-title {
  color: #393193;
}
.cid-uC2Xdh5PC1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC2Xdh5PC1 .video-wrapper iframe {
  width: 100%;
}
.cid-uC2Xdh5PC1 .mbr-section-title,
.cid-uC2Xdh5PC1 .mbr-section-subtitle,
.cid-uC2Xdh5PC1 .mbr-text {
  text-align: center;
}
.cid-uC2XdhtPDU {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC2XdhtPDU .mbr-text {
  color: #000000;
}
.cid-uC2XdhtPDU .mbr-section-subtitle {
  color: #000000;
}
.cid-uC2XdhtPDU .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC2XdhtPDU .mbr-text,
.cid-uC2XdhtPDU .item .mbr-section-btn {
  text-align: left;
}
.cid-uC2XdhtPDU .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC2XdhtPDU .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC2XdhtPDU .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC2XdhtPDU .mbr-card-title {
  color: #393193;
}
.cid-uC2XdhWHJh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC2XdhWHJh .mbr-text {
  color: #000000;
}
.cid-uC2XdhWHJh .mbr-section-subtitle {
  color: #000000;
}
.cid-uC2XdhWHJh .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC2XdhWHJh .mbr-text,
.cid-uC2XdhWHJh .item .mbr-section-btn {
  text-align: left;
}
.cid-uC2XdhWHJh .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC2XdhWHJh .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC2XdhWHJh .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC2XdhWHJh .mbr-card-title {
  color: #393193;
}
.cid-uC2XdihPBx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uC2XdihPBx .video-wrapper iframe {
  width: 100%;
}
.cid-uC2XdihPBx .mbr-section-title,
.cid-uC2XdihPBx .mbr-section-subtitle,
.cid-uC2XdihPBx .mbr-text {
  text-align: center;
}
.cid-uC2XdiDo9a {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC2XdiDo9a .mbr-text {
  color: #000000;
}
.cid-uC2XdiDo9a .mbr-section-subtitle {
  color: #000000;
}
.cid-uC2XdiDo9a .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC2XdiDo9a .mbr-text,
.cid-uC2XdiDo9a .item .mbr-section-btn {
  text-align: left;
}
.cid-uC2XdiDo9a .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC2XdiDo9a .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC2XdiDo9a .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC2XdiDo9a .mbr-card-title {
  color: #393193;
}
.cid-uC2XdiXpt0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC2XdiXpt0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC2XdiXpt0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC2XdiXpt0 .row {
  flex-direction: row-reverse;
}
.cid-uC2XdiXpt0 .mbr-description {
  text-align: center;
}
.cid-uC2Xdjp2Q9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC2Xdjp2Q9 .mbr-text {
  color: #000000;
}
.cid-uC2Xdjp2Q9 .mbr-section-subtitle {
  color: #000000;
}
.cid-uC2Xdjp2Q9 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC2Xdjp2Q9 .mbr-text,
.cid-uC2Xdjp2Q9 .item .mbr-section-btn {
  text-align: left;
}
.cid-uC2Xdjp2Q9 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC2Xdjp2Q9 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC2Xdjp2Q9 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC2Xdjp2Q9 .mbr-card-title {
  color: #393193;
}
.cid-uC2XdjK6mR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC2XdjK6mR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC2XdjK6mR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC2XdjK6mR .row {
  flex-direction: row-reverse;
}
.cid-uC2XdjK6mR .mbr-description {
  text-align: center;
}
.cid-uC2XdkbCbJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC2XdkbCbJ .mbr-text {
  color: #000000;
}
.cid-uC2XdkbCbJ .mbr-section-subtitle {
  color: #000000;
}
.cid-uC2XdkbCbJ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC2XdkbCbJ .mbr-text,
.cid-uC2XdkbCbJ .item .mbr-section-btn {
  text-align: left;
}
.cid-uC2XdkbCbJ .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC2XdkbCbJ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC2XdkbCbJ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC2XdkbCbJ .mbr-card-title {
  color: #393193;
}
.cid-uC2XdkvUU0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC2XdkvUU0 .mbr-text {
  color: #000000;
}
.cid-uC2XdkvUU0 .mbr-section-subtitle {
  color: #000000;
}
.cid-uC2XdkvUU0 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC2XdkvUU0 .mbr-text,
.cid-uC2XdkvUU0 .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uC2XdkvUU0 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC2XdkvUU0 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC2XdkvUU0 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC2XdkvUU0 .mbr-card-title {
  color: #393193;
}
.cid-uC2XdkRWzE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC2XdkRWzE .mbr-text {
  color: #000000;
}
.cid-uC2XdkRWzE .mbr-section-subtitle {
  color: #000000;
}
.cid-uC2XdkRWzE .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC2XdkRWzE .mbr-text,
.cid-uC2XdkRWzE .item .mbr-section-btn {
  text-align: left;
}
.cid-uC2XdkRWzE .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC2XdkRWzE .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC2XdkRWzE .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC2XdkRWzE .mbr-card-title {
  color: #393193;
}
.cid-uC2Xdlel9f {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC2Xdlel9f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC2Xdlel9f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC2Xdlel9f .row {
  flex-direction: row-reverse;
}
.cid-uC2Xdlel9f .mbr-description {
  text-align: center;
}
.cid-uC2XdlAON4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC2XdlAON4 .mbr-text {
  color: #000000;
}
.cid-uC2XdlAON4 .mbr-section-subtitle {
  color: #000000;
}
.cid-uC2XdlAON4 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC2XdlAON4 .mbr-text,
.cid-uC2XdlAON4 .item .mbr-section-btn {
  text-align: left;
}
.cid-uC2XdlAON4 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC2XdlAON4 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC2XdlAON4 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC2XdlAON4 .mbr-card-title {
  color: #393193;
}
.cid-uC2XdlWhrq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC2XdlWhrq .mbr-text {
  color: #000000;
}
.cid-uC2XdlWhrq .mbr-section-subtitle {
  color: #000000;
}
.cid-uC2XdlWhrq .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC2XdlWhrq .mbr-text,
.cid-uC2XdlWhrq .item .mbr-section-btn {
  text-align: left;
}
.cid-uC2XdlWhrq .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC2XdlWhrq .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC2XdlWhrq .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC2XdlWhrq .mbr-card-title {
  color: #393193;
}
.cid-uC2ZeP8CQ3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC2ZeP8CQ3 .mbr-text {
  color: #000000;
}
.cid-uC2ZeP8CQ3 .mbr-section-subtitle {
  color: #000000;
}
.cid-uC2ZeP8CQ3 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC2ZeP8CQ3 .mbr-text,
.cid-uC2ZeP8CQ3 .item .mbr-section-btn {
  text-align: left;
}
.cid-uC2ZeP8CQ3 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC2ZeP8CQ3 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC2ZeP8CQ3 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC2ZeP8CQ3 .mbr-card-title {
  color: #393193;
}
.cid-uC2XdmlAxg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uC2XdmlAxg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC2XdmlAxg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC2XdmlAxg .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uC2XdmlAxg .footer-col {
    flex-direction: column;
  }
}
.cid-uC2XdmlAxg .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uC2XdmlAxg .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uC2XdmlAxg .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uC2XdmlAxg .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uC2XdmlAxg .mbr-section-btn {
    text-align: center;
  }
}
.cid-uC2XdmlAxg .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uC2XdmlAxg .soc-item {
  margin: 8px;
}
.cid-uC2XdmlAxg .soc-item a:hover .mbr-iconfont,
.cid-uC2XdmlAxg .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uC2XdmlAxg .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uC2XdmlAxg .row {
    text-align: center;
  }
  .cid-uC2XdmlAxg .social-row {
    justify-content: center;
  }
}
.cid-uC2XdmlAxg .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uC2XdmlAxg .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uC2XdmlAxg .list {
    margin-bottom: 0rem;
  }
}
.cid-uC2XdmlAxg .mbr-text {
  color: #bbbbbb;
}
.cid-uC2XdmlAxg .mbr-section-subtitle {
  color: #000000;
}
.cid-uC2XdmlAxg .list,
.cid-uC2XdmlAxg .item-wrap {
  color: #232323;
}
.cid-uC2XdmlAxg .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uC38MCA8iL {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/expanding-universe-meta.webp");
}
.cid-uC38MCA8iL .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uC38MCA8iL {
    align-items: flex-end;
  }
  .cid-uC38MCA8iL .row {
    justify-content: center;
  }
  .cid-uC38MCA8iL .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uC38MCA8iL .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uC38MCA8iL {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uC38MCA8iL .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uC38MCA8iL .content-wrap {
    width: 100%;
  }
}
.cid-uC38MCA8iL .mbr-section-title,
.cid-uC38MCA8iL .mbr-section-subtitle {
  text-align: center;
}
.cid-uC38MCA8iL .mbr-text,
.cid-uC38MCA8iL .mbr-section-btn {
  text-align: center;
  color: #9c98cf;
}
.cid-uC38MCA8iL .mbr-section-title {
  color: #9c98cf;
}
.cid-uC38MCY7e1 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC38MCY7e1 .mbr-text {
  color: #000000;
}
.cid-uC38MCY7e1 .mbr-section-subtitle {
  color: #000000;
}
.cid-uC38MCY7e1 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC38MCY7e1 .mbr-text,
.cid-uC38MCY7e1 .item .mbr-section-btn {
  text-align: left;
}
.cid-uC38MCY7e1 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC38MCY7e1 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC38MCY7e1 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC38MCY7e1 .mbr-card-title {
  color: #393193;
}
.cid-uC38MDfR7j {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC38MDfR7j .mbr-text {
  color: #000000;
}
.cid-uC38MDfR7j .mbr-section-subtitle {
  color: #000000;
}
.cid-uC38MDfR7j .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC38MDfR7j .mbr-text,
.cid-uC38MDfR7j .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uC38MDfR7j .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC38MDfR7j .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC38MDfR7j .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC38MDfR7j .mbr-card-title {
  color: #393193;
}
.cid-uC38MDyI6P {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC38MDyI6P .mbr-text {
  color: #000000;
}
.cid-uC38MDyI6P .mbr-section-subtitle {
  color: #000000;
}
.cid-uC38MDyI6P .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC38MDyI6P .mbr-text,
.cid-uC38MDyI6P .item .mbr-section-btn {
  text-align: left;
}
.cid-uC38MDyI6P .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC38MDyI6P .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC38MDyI6P .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC38MDyI6P .mbr-card-title {
  color: #393193;
}
.cid-uC39Pmikd3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC39Pmikd3 .mbr-text {
  color: #000000;
}
.cid-uC39Pmikd3 .mbr-section-subtitle {
  color: #000000;
}
.cid-uC39Pmikd3 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC39Pmikd3 .mbr-text,
.cid-uC39Pmikd3 .item .mbr-section-btn {
  text-align: left;
}
.cid-uC39Pmikd3 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC39Pmikd3 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC39Pmikd3 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC39Pmikd3 .mbr-card-title {
  color: #393193;
}
.cid-uC38MDOrtO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uC38MDOrtO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC38MDOrtO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC38MDOrtO .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uC38MDOrtO .footer-col {
    flex-direction: column;
  }
}
.cid-uC38MDOrtO .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uC38MDOrtO .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uC38MDOrtO .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uC38MDOrtO .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uC38MDOrtO .mbr-section-btn {
    text-align: center;
  }
}
.cid-uC38MDOrtO .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uC38MDOrtO .soc-item {
  margin: 8px;
}
.cid-uC38MDOrtO .soc-item a:hover .mbr-iconfont,
.cid-uC38MDOrtO .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uC38MDOrtO .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uC38MDOrtO .row {
    text-align: center;
  }
  .cid-uC38MDOrtO .social-row {
    justify-content: center;
  }
}
.cid-uC38MDOrtO .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uC38MDOrtO .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uC38MDOrtO .list {
    margin-bottom: 0rem;
  }
}
.cid-uC38MDOrtO .mbr-text {
  color: #bbbbbb;
}
.cid-uC38MDOrtO .mbr-section-subtitle {
  color: #000000;
}
.cid-uC38MDOrtO .list,
.cid-uC38MDOrtO .item-wrap {
  color: #232323;
}
.cid-uC38MDOrtO .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uC3dvaed4o {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/big-crunch.gif");
}
.cid-uC3dvaed4o .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uC3dvaed4o {
    align-items: flex-end;
  }
  .cid-uC3dvaed4o .row {
    justify-content: center;
  }
  .cid-uC3dvaed4o .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uC3dvaed4o .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uC3dvaed4o {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uC3dvaed4o .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uC3dvaed4o .content-wrap {
    width: 100%;
  }
}
.cid-uC3dvaed4o .mbr-section-title,
.cid-uC3dvaed4o .mbr-section-subtitle {
  text-align: center;
}
.cid-uC3dvaed4o .mbr-text,
.cid-uC3dvaed4o .mbr-section-btn {
  text-align: center;
}
.cid-uC3dvaH0nL {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC3dvaH0nL .mbr-text {
  color: #000000;
}
.cid-uC3dvaH0nL .mbr-section-subtitle {
  color: #000000;
}
.cid-uC3dvaH0nL .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC3dvaH0nL .mbr-text,
.cid-uC3dvaH0nL .item .mbr-section-btn {
  text-align: left;
}
.cid-uC3dvaH0nL .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC3dvaH0nL .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC3dvaH0nL .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC3dvaH0nL .mbr-card-title {
  color: #393193;
}
.cid-uC3dvbcS2k {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC3dvbcS2k .mbr-text {
  color: #000000;
}
.cid-uC3dvbcS2k .mbr-section-subtitle {
  color: #000000;
}
.cid-uC3dvbcS2k .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC3dvbcS2k .mbr-text,
.cid-uC3dvbcS2k .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uC3dvbcS2k .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC3dvbcS2k .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC3dvbcS2k .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC3dvbcS2k .mbr-card-title {
  color: #393193;
}
.cid-uC3eK9y5Ex {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC3eK9y5Ex .mbr-text {
  color: #000000;
}
.cid-uC3eK9y5Ex .mbr-section-subtitle {
  color: #000000;
}
.cid-uC3eK9y5Ex .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC3eK9y5Ex .mbr-text,
.cid-uC3eK9y5Ex .item .mbr-section-btn {
  text-align: left;
}
.cid-uC3eK9y5Ex .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC3eK9y5Ex .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC3eK9y5Ex .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC3eK9y5Ex .mbr-card-title {
  color: #393193;
}
.cid-uC3eNRX4Yz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC3eNRX4Yz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC3eNRX4Yz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC3eNRX4Yz .row {
  flex-direction: row-reverse;
}
.cid-uC3eNRX4Yz .mbr-description {
  text-align: center;
}
.cid-uC3f6KxQFs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC3f6KxQFs .mbr-text {
  color: #000000;
}
.cid-uC3f6KxQFs .mbr-section-subtitle {
  color: #000000;
}
.cid-uC3f6KxQFs .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC3f6KxQFs .mbr-text,
.cid-uC3f6KxQFs .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uC3f6KxQFs .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC3f6KxQFs .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC3f6KxQFs .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC3f6KxQFs .mbr-card-title {
  color: #393193;
}
.cid-uC3dvbyaS3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC3dvbyaS3 .mbr-text {
  color: #000000;
}
.cid-uC3dvbyaS3 .mbr-section-subtitle {
  color: #000000;
}
.cid-uC3dvbyaS3 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC3dvbyaS3 .mbr-text,
.cid-uC3dvbyaS3 .item .mbr-section-btn {
  text-align: left;
}
.cid-uC3dvbyaS3 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC3dvbyaS3 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC3dvbyaS3 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC3dvbyaS3 .mbr-card-title {
  color: #393193;
}
.cid-uC3fKZs4fB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC3fKZs4fB .mbr-text {
  color: #000000;
}
.cid-uC3fKZs4fB .mbr-section-subtitle {
  color: #000000;
}
.cid-uC3fKZs4fB .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC3fKZs4fB .mbr-text,
.cid-uC3fKZs4fB .item .mbr-section-btn {
  text-align: left;
}
.cid-uC3fKZs4fB .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC3fKZs4fB .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC3fKZs4fB .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC3fKZs4fB .mbr-card-title {
  color: #393193;
}
.cid-uC3dvbR9ED {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uC3dvbR9ED .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC3dvbR9ED .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC3dvbR9ED .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uC3dvbR9ED .footer-col {
    flex-direction: column;
  }
}
.cid-uC3dvbR9ED .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uC3dvbR9ED .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uC3dvbR9ED .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uC3dvbR9ED .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uC3dvbR9ED .mbr-section-btn {
    text-align: center;
  }
}
.cid-uC3dvbR9ED .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uC3dvbR9ED .soc-item {
  margin: 8px;
}
.cid-uC3dvbR9ED .soc-item a:hover .mbr-iconfont,
.cid-uC3dvbR9ED .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uC3dvbR9ED .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uC3dvbR9ED .row {
    text-align: center;
  }
  .cid-uC3dvbR9ED .social-row {
    justify-content: center;
  }
}
.cid-uC3dvbR9ED .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uC3dvbR9ED .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uC3dvbR9ED .list {
    margin-bottom: 0rem;
  }
}
.cid-uC3dvbR9ED .mbr-text {
  color: #bbbbbb;
}
.cid-uC3dvbR9ED .mbr-section-subtitle {
  color: #000000;
}
.cid-uC3dvbR9ED .list,
.cid-uC3dvbR9ED .item-wrap {
  color: #232323;
}
.cid-uC3dvbR9ED .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uC33YcbgCm {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/cosmology.webp");
}
.cid-uC33YcbgCm .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uC33YcbgCm {
    align-items: flex-end;
  }
  .cid-uC33YcbgCm .row {
    justify-content: center;
  }
  .cid-uC33YcbgCm .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uC33YcbgCm .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uC33YcbgCm {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uC33YcbgCm .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uC33YcbgCm .content-wrap {
    width: 100%;
  }
}
.cid-uC33YcbgCm .mbr-section-title,
.cid-uC33YcbgCm .mbr-section-subtitle {
  text-align: center;
}
.cid-uC33YcbgCm .mbr-text,
.cid-uC33YcbgCm .mbr-section-btn {
  text-align: center;
}
.cid-uC33YcKF5U {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC33YcKF5U .mbr-text {
  color: #000000;
}
.cid-uC33YcKF5U .mbr-section-subtitle {
  color: #000000;
}
.cid-uC33YcKF5U .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC33YcKF5U .mbr-text,
.cid-uC33YcKF5U .item .mbr-section-btn {
  text-align: left;
}
.cid-uC33YcKF5U .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC33YcKF5U .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC33YcKF5U .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC33YcKF5U .mbr-card-title {
  color: #393193;
}
.cid-uC33Ydab70 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC33Ydab70 .mbr-text {
  color: #000000;
}
.cid-uC33Ydab70 .mbr-section-subtitle {
  color: #000000;
}
.cid-uC33Ydab70 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC33Ydab70 .mbr-text,
.cid-uC33Ydab70 .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uC33Ydab70 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC33Ydab70 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC33Ydab70 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC33Ydab70 .mbr-card-title {
  color: #393193;
}
.cid-uC33Ydp7AH {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uC33Ydp7AH .mbr-text {
  color: #000000;
}
.cid-uC33Ydp7AH .mbr-section-subtitle {
  color: #000000;
}
.cid-uC33Ydp7AH .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC33Ydp7AH .mbr-text,
.cid-uC33Ydp7AH .item .mbr-section-btn {
  text-align: left;
}
.cid-uC33Ydp7AH .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC33Ydp7AH .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC33Ydp7AH .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC33Ydp7AH .mbr-card-title {
  color: #393193;
}
.cid-uC33YdIq8l {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uC33YdIq8l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC33YdIq8l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC33YdIq8l .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uC33YdIq8l .footer-col {
    flex-direction: column;
  }
}
.cid-uC33YdIq8l .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uC33YdIq8l .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uC33YdIq8l .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uC33YdIq8l .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uC33YdIq8l .mbr-section-btn {
    text-align: center;
  }
}
.cid-uC33YdIq8l .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uC33YdIq8l .soc-item {
  margin: 8px;
}
.cid-uC33YdIq8l .soc-item a:hover .mbr-iconfont,
.cid-uC33YdIq8l .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uC33YdIq8l .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uC33YdIq8l .row {
    text-align: center;
  }
  .cid-uC33YdIq8l .social-row {
    justify-content: center;
  }
}
.cid-uC33YdIq8l .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uC33YdIq8l .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uC33YdIq8l .list {
    margin-bottom: 0rem;
  }
}
.cid-uC33YdIq8l .mbr-text {
  color: #bbbbbb;
}
.cid-uC33YdIq8l .mbr-section-subtitle {
  color: #000000;
}
.cid-uC33YdIq8l .list,
.cid-uC33YdIq8l .item-wrap {
  color: #232323;
}
.cid-uC33YdIq8l .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uC5IP6Vito {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/age-of-universe-meta.webp");
}
.cid-uC5IP6Vito .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uC5IP6Vito {
    align-items: flex-end;
  }
  .cid-uC5IP6Vito .row {
    justify-content: center;
  }
  .cid-uC5IP6Vito .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uC5IP6Vito .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uC5IP6Vito {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uC5IP6Vito .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uC5IP6Vito .content-wrap {
    width: 100%;
  }
}
.cid-uC5IP6Vito .mbr-section-title,
.cid-uC5IP6Vito .mbr-section-subtitle {
  text-align: center;
}
.cid-uC5IP6Vito .mbr-text,
.cid-uC5IP6Vito .mbr-section-btn {
  text-align: center;
  color: #9c98cf;
}
.cid-uC5IP6Vito .mbr-section-title {
  color: #9c98cf;
}
.cid-uC5IP7jyH1 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC5IP7jyH1 .mbr-text {
  color: #000000;
}
.cid-uC5IP7jyH1 .mbr-section-subtitle {
  color: #000000;
}
.cid-uC5IP7jyH1 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC5IP7jyH1 .mbr-text,
.cid-uC5IP7jyH1 .item .mbr-section-btn {
  text-align: left;
}
.cid-uC5IP7jyH1 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC5IP7jyH1 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC5IP7jyH1 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC5IP7jyH1 .mbr-card-title {
  color: #393193;
}
.cid-uC5IP7DjbM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC5IP7DjbM .mbr-text {
  color: #000000;
}
.cid-uC5IP7DjbM .mbr-section-subtitle {
  color: #000000;
}
.cid-uC5IP7DjbM .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC5IP7DjbM .mbr-text,
.cid-uC5IP7DjbM .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uC5IP7DjbM .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC5IP7DjbM .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC5IP7DjbM .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC5IP7DjbM .mbr-card-title {
  color: #393193;
}
.cid-uC5JITBMwr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC5JITBMwr .mbr-text {
  color: #000000;
}
.cid-uC5JITBMwr .mbr-section-subtitle {
  color: #000000;
}
.cid-uC5JITBMwr .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC5JITBMwr .mbr-text,
.cid-uC5JITBMwr .item .mbr-section-btn {
  text-align: left;
}
.cid-uC5JITBMwr .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC5JITBMwr .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC5JITBMwr .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC5JITBMwr .mbr-card-title {
  color: #393193;
}
.cid-uC5JKnNbUM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC5JKnNbUM .mbr-text {
  color: #000000;
}
.cid-uC5JKnNbUM .mbr-section-subtitle {
  color: #000000;
}
.cid-uC5JKnNbUM .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC5JKnNbUM .mbr-text,
.cid-uC5JKnNbUM .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uC5JKnNbUM .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC5JKnNbUM .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC5JKnNbUM .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC5JKnNbUM .mbr-card-title {
  color: #393193;
}
.cid-uC5JLO1Ou2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC5JLO1Ou2 .mbr-text {
  color: #000000;
}
.cid-uC5JLO1Ou2 .mbr-section-subtitle {
  color: #000000;
}
.cid-uC5JLO1Ou2 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC5JLO1Ou2 .mbr-text,
.cid-uC5JLO1Ou2 .item .mbr-section-btn {
  text-align: left;
}
.cid-uC5JLO1Ou2 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC5JLO1Ou2 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC5JLO1Ou2 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC5JLO1Ou2 .mbr-card-title {
  color: #393193;
}
.cid-uC5Kll7aIA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC5Kll7aIA .mbr-text {
  color: #000000;
}
.cid-uC5Kll7aIA .mbr-section-subtitle {
  color: #000000;
}
.cid-uC5Kll7aIA .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC5Kll7aIA .mbr-text,
.cid-uC5Kll7aIA .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uC5Kll7aIA .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC5Kll7aIA .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC5Kll7aIA .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC5Kll7aIA .mbr-card-title {
  color: #393193;
}
.cid-uC5KmDOiAo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC5KmDOiAo .mbr-text {
  color: #000000;
}
.cid-uC5KmDOiAo .mbr-section-subtitle {
  color: #000000;
}
.cid-uC5KmDOiAo .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC5KmDOiAo .mbr-text,
.cid-uC5KmDOiAo .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uC5KmDOiAo .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC5KmDOiAo .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC5KmDOiAo .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC5KmDOiAo .mbr-card-title {
  color: #393193;
}
.cid-uC5KnQ1TJO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC5KnQ1TJO .mbr-text {
  color: #000000;
}
.cid-uC5KnQ1TJO .mbr-section-subtitle {
  color: #000000;
}
.cid-uC5KnQ1TJO .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC5KnQ1TJO .mbr-text,
.cid-uC5KnQ1TJO .item .mbr-section-btn {
  text-align: left;
}
.cid-uC5KnQ1TJO .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC5KnQ1TJO .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC5KnQ1TJO .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC5KnQ1TJO .mbr-card-title {
  color: #393193;
}
.cid-uC5KOux3xv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC5KOux3xv .mbr-text {
  color: #000000;
}
.cid-uC5KOux3xv .mbr-section-subtitle {
  color: #000000;
}
.cid-uC5KOux3xv .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC5KOux3xv .mbr-text,
.cid-uC5KOux3xv .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uC5KOux3xv .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC5KOux3xv .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC5KOux3xv .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC5KOux3xv .mbr-card-title {
  color: #393193;
}
.cid-uC5KQv3vQy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC5KQv3vQy .mbr-text {
  color: #000000;
}
.cid-uC5KQv3vQy .mbr-section-subtitle {
  color: #000000;
}
.cid-uC5KQv3vQy .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC5KQv3vQy .mbr-text,
.cid-uC5KQv3vQy .item .mbr-section-btn {
  text-align: left;
}
.cid-uC5KQv3vQy .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC5KQv3vQy .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC5KQv3vQy .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC5KQv3vQy .mbr-card-title {
  color: #393193;
}
.cid-uC5KRO0tIX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC5KRO0tIX .mbr-text {
  color: #000000;
}
.cid-uC5KRO0tIX .mbr-section-subtitle {
  color: #000000;
}
.cid-uC5KRO0tIX .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC5KRO0tIX .mbr-text,
.cid-uC5KRO0tIX .item .mbr-section-btn {
  text-align: center;
}
.cid-uC5KRO0tIX .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC5KRO0tIX .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC5KRO0tIX .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC5KRO0tIX .mbr-card-title {
  color: #393193;
}
.cid-uC5IP7XlC7 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uC5IP7XlC7 .mbr-text {
  color: #000000;
}
.cid-uC5IP7XlC7 .mbr-section-subtitle {
  color: #000000;
}
.cid-uC5IP7XlC7 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC5IP7XlC7 .mbr-text,
.cid-uC5IP7XlC7 .item .mbr-section-btn {
  text-align: left;
}
.cid-uC5IP7XlC7 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC5IP7XlC7 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC5IP7XlC7 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC5IP7XlC7 .mbr-card-title {
  color: #393193;
}
.cid-uC5IP8tWg3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uC5IP8tWg3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC5IP8tWg3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC5IP8tWg3 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uC5IP8tWg3 .footer-col {
    flex-direction: column;
  }
}
.cid-uC5IP8tWg3 .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uC5IP8tWg3 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uC5IP8tWg3 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uC5IP8tWg3 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uC5IP8tWg3 .mbr-section-btn {
    text-align: center;
  }
}
.cid-uC5IP8tWg3 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uC5IP8tWg3 .soc-item {
  margin: 8px;
}
.cid-uC5IP8tWg3 .soc-item a:hover .mbr-iconfont,
.cid-uC5IP8tWg3 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uC5IP8tWg3 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uC5IP8tWg3 .row {
    text-align: center;
  }
  .cid-uC5IP8tWg3 .social-row {
    justify-content: center;
  }
}
.cid-uC5IP8tWg3 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uC5IP8tWg3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uC5IP8tWg3 .list {
    margin-bottom: 0rem;
  }
}
.cid-uC5IP8tWg3 .mbr-text {
  color: #bbbbbb;
}
.cid-uC5IP8tWg3 .mbr-section-subtitle {
  color: #000000;
}
.cid-uC5IP8tWg3 .list,
.cid-uC5IP8tWg3 .item-wrap {
  color: #232323;
}
.cid-uC5IP8tWg3 .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uC5TKnbLeC {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/sound-waves-meta.webp");
}
.cid-uC5TKnbLeC .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uC5TKnbLeC {
    align-items: flex-end;
  }
  .cid-uC5TKnbLeC .row {
    justify-content: center;
  }
  .cid-uC5TKnbLeC .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uC5TKnbLeC .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uC5TKnbLeC {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uC5TKnbLeC .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uC5TKnbLeC .content-wrap {
    width: 100%;
  }
}
.cid-uC5TKnbLeC .mbr-section-title,
.cid-uC5TKnbLeC .mbr-section-subtitle {
  text-align: center;
}
.cid-uC5TKnbLeC .mbr-text,
.cid-uC5TKnbLeC .mbr-section-btn {
  text-align: center;
}
.cid-uC5TKntaNL {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC5TKntaNL .mbr-text {
  color: #000000;
}
.cid-uC5TKntaNL .mbr-section-subtitle {
  color: #000000;
}
.cid-uC5TKntaNL .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC5TKntaNL .mbr-text,
.cid-uC5TKntaNL .item .mbr-section-btn {
  text-align: left;
}
.cid-uC5TKntaNL .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC5TKntaNL .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC5TKntaNL .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC5TKntaNL .mbr-card-title {
  color: #393193;
}
.cid-uC5Uv0C9JN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC5Uv0C9JN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC5Uv0C9JN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC5Uv0C9JN .row {
  flex-direction: row-reverse;
}
.cid-uC5Uv0C9JN .mbr-description {
  text-align: center;
}
.cid-uC5UwzPfTH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC5UwzPfTH .mbr-text {
  color: #000000;
}
.cid-uC5UwzPfTH .mbr-section-subtitle {
  color: #000000;
}
.cid-uC5UwzPfTH .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC5UwzPfTH .mbr-text,
.cid-uC5UwzPfTH .item .mbr-section-btn {
  text-align: left;
}
.cid-uC5UwzPfTH .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC5UwzPfTH .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC5UwzPfTH .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC5UwzPfTH .mbr-card-title {
  color: #393193;
}
.cid-uC5TKnHH22 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC5TKnHH22 .mbr-text {
  color: #000000;
}
.cid-uC5TKnHH22 .mbr-section-subtitle {
  color: #000000;
}
.cid-uC5TKnHH22 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC5TKnHH22 .mbr-text,
.cid-uC5TKnHH22 .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uC5TKnHH22 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC5TKnHH22 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC5TKnHH22 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC5TKnHH22 .mbr-card-title {
  color: #393193;
}
.cid-uC5TKnUbsn {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uC5TKnUbsn .mbr-text {
  color: #000000;
}
.cid-uC5TKnUbsn .mbr-section-subtitle {
  color: #000000;
}
.cid-uC5TKnUbsn .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC5TKnUbsn .mbr-text,
.cid-uC5TKnUbsn .item .mbr-section-btn {
  text-align: left;
}
.cid-uC5TKnUbsn .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC5TKnUbsn .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC5TKnUbsn .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC5TKnUbsn .mbr-card-title {
  color: #393193;
}
.cid-uC5TKo8dRq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uC5TKo8dRq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC5TKo8dRq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC5TKo8dRq .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uC5TKo8dRq .footer-col {
    flex-direction: column;
  }
}
.cid-uC5TKo8dRq .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uC5TKo8dRq .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uC5TKo8dRq .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uC5TKo8dRq .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uC5TKo8dRq .mbr-section-btn {
    text-align: center;
  }
}
.cid-uC5TKo8dRq .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uC5TKo8dRq .soc-item {
  margin: 8px;
}
.cid-uC5TKo8dRq .soc-item a:hover .mbr-iconfont,
.cid-uC5TKo8dRq .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uC5TKo8dRq .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uC5TKo8dRq .row {
    text-align: center;
  }
  .cid-uC5TKo8dRq .social-row {
    justify-content: center;
  }
}
.cid-uC5TKo8dRq .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uC5TKo8dRq .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uC5TKo8dRq .list {
    margin-bottom: 0rem;
  }
}
.cid-uC5TKo8dRq .mbr-text {
  color: #bbbbbb;
}
.cid-uC5TKo8dRq .mbr-section-subtitle {
  color: #000000;
}
.cid-uC5TKo8dRq .list,
.cid-uC5TKo8dRq .item-wrap {
  color: #232323;
}
.cid-uC5TKo8dRq .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uC6GHRuo4k {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/isotropy-meta.webp");
}
.cid-uC6GHRuo4k .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uC6GHRuo4k {
    align-items: flex-end;
  }
  .cid-uC6GHRuo4k .row {
    justify-content: center;
  }
  .cid-uC6GHRuo4k .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uC6GHRuo4k .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uC6GHRuo4k {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uC6GHRuo4k .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uC6GHRuo4k .content-wrap {
    width: 100%;
  }
}
.cid-uC6GHRuo4k .mbr-section-title,
.cid-uC6GHRuo4k .mbr-section-subtitle {
  text-align: center;
}
.cid-uC6GHRuo4k .mbr-text,
.cid-uC6GHRuo4k .mbr-section-btn {
  text-align: center;
  color: #9c98cf;
}
.cid-uC6GHRuo4k .mbr-section-title {
  color: #9c98cf;
}
.cid-uC6GHRQYFB {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC6GHRQYFB .mbr-text {
  color: #000000;
}
.cid-uC6GHRQYFB .mbr-section-subtitle {
  color: #000000;
}
.cid-uC6GHRQYFB .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC6GHRQYFB .mbr-text,
.cid-uC6GHRQYFB .item .mbr-section-btn {
  text-align: left;
}
.cid-uC6GHRQYFB .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC6GHRQYFB .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC6GHRQYFB .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC6GHRQYFB .mbr-card-title {
  color: #393193;
}
.cid-uC6GHS6nsC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC6GHS6nsC .mbr-text {
  color: #000000;
}
.cid-uC6GHS6nsC .mbr-section-subtitle {
  color: #000000;
}
.cid-uC6GHS6nsC .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC6GHS6nsC .mbr-text,
.cid-uC6GHS6nsC .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uC6GHS6nsC .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC6GHS6nsC .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC6GHS6nsC .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC6GHS6nsC .mbr-card-title {
  color: #393193;
}
.cid-uC6GHSnzOq {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uC6GHSnzOq .mbr-text {
  color: #000000;
}
.cid-uC6GHSnzOq .mbr-section-subtitle {
  color: #000000;
}
.cid-uC6GHSnzOq .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC6GHSnzOq .mbr-text,
.cid-uC6GHSnzOq .item .mbr-section-btn {
  text-align: left;
}
.cid-uC6GHSnzOq .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC6GHSnzOq .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC6GHSnzOq .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC6GHSnzOq .mbr-card-title {
  color: #393193;
}
.cid-uC6GHSEVSN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uC6GHSEVSN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC6GHSEVSN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC6GHSEVSN .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uC6GHSEVSN .footer-col {
    flex-direction: column;
  }
}
.cid-uC6GHSEVSN .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uC6GHSEVSN .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uC6GHSEVSN .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uC6GHSEVSN .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uC6GHSEVSN .mbr-section-btn {
    text-align: center;
  }
}
.cid-uC6GHSEVSN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uC6GHSEVSN .soc-item {
  margin: 8px;
}
.cid-uC6GHSEVSN .soc-item a:hover .mbr-iconfont,
.cid-uC6GHSEVSN .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uC6GHSEVSN .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uC6GHSEVSN .row {
    text-align: center;
  }
  .cid-uC6GHSEVSN .social-row {
    justify-content: center;
  }
}
.cid-uC6GHSEVSN .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uC6GHSEVSN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uC6GHSEVSN .list {
    margin-bottom: 0rem;
  }
}
.cid-uC6GHSEVSN .mbr-text {
  color: #bbbbbb;
}
.cid-uC6GHSEVSN .mbr-section-subtitle {
  color: #000000;
}
.cid-uC6GHSEVSN .list,
.cid-uC6GHSEVSN .item-wrap {
  color: #232323;
}
.cid-uC6GHSEVSN .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uC6NQS3D1k {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/primordial-smoke-meta.webp");
}
.cid-uC6NQS3D1k .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uC6NQS3D1k {
    align-items: flex-end;
  }
  .cid-uC6NQS3D1k .row {
    justify-content: center;
  }
  .cid-uC6NQS3D1k .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uC6NQS3D1k .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uC6NQS3D1k {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uC6NQS3D1k .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uC6NQS3D1k .content-wrap {
    width: 100%;
  }
}
.cid-uC6NQS3D1k .mbr-section-title,
.cid-uC6NQS3D1k .mbr-section-subtitle {
  text-align: center;
}
.cid-uC6NQS3D1k .mbr-text,
.cid-uC6NQS3D1k .mbr-section-btn {
  text-align: center;
}
.cid-uC6NQSqAsS {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC6NQSqAsS .mbr-text {
  color: #000000;
}
.cid-uC6NQSqAsS .mbr-section-subtitle {
  color: #000000;
}
.cid-uC6NQSqAsS .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC6NQSqAsS .mbr-text,
.cid-uC6NQSqAsS .item .mbr-section-btn {
  text-align: left;
}
.cid-uC6NQSqAsS .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC6NQSqAsS .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC6NQSqAsS .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC6NQSqAsS .mbr-card-title {
  color: #393193;
}
.cid-uC6OADR9vL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC6OADR9vL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC6OADR9vL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC6OADR9vL .row {
  flex-direction: row-reverse;
}
.cid-uC6OADR9vL .mbr-description {
  text-align: center;
}
.cid-uC6OEN3Oqs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC6OEN3Oqs .mbr-text {
  color: #000000;
}
.cid-uC6OEN3Oqs .mbr-section-subtitle {
  color: #000000;
}
.cid-uC6OEN3Oqs .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC6OEN3Oqs .mbr-text,
.cid-uC6OEN3Oqs .item .mbr-section-btn {
  text-align: left;
}
.cid-uC6OEN3Oqs .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC6OEN3Oqs .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC6OEN3Oqs .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC6OEN3Oqs .mbr-card-title {
  color: #393193;
}
.cid-uC6NQSMVvS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC6NQSMVvS .mbr-text {
  color: #000000;
}
.cid-uC6NQSMVvS .mbr-section-subtitle {
  color: #000000;
}
.cid-uC6NQSMVvS .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC6NQSMVvS .mbr-text,
.cid-uC6NQSMVvS .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uC6NQSMVvS .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC6NQSMVvS .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC6NQSMVvS .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC6NQSMVvS .mbr-card-title {
  color: #393193;
}
.cid-uC6NQSZuvv {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uC6NQSZuvv .mbr-text {
  color: #000000;
}
.cid-uC6NQSZuvv .mbr-section-subtitle {
  color: #000000;
}
.cid-uC6NQSZuvv .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC6NQSZuvv .mbr-text,
.cid-uC6NQSZuvv .item .mbr-section-btn {
  text-align: left;
}
.cid-uC6NQSZuvv .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC6NQSZuvv .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC6NQSZuvv .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC6NQSZuvv .mbr-card-title {
  color: #393193;
}
.cid-uC6NQTchxh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uC6NQTchxh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC6NQTchxh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC6NQTchxh .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uC6NQTchxh .footer-col {
    flex-direction: column;
  }
}
.cid-uC6NQTchxh .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uC6NQTchxh .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uC6NQTchxh .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uC6NQTchxh .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uC6NQTchxh .mbr-section-btn {
    text-align: center;
  }
}
.cid-uC6NQTchxh .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uC6NQTchxh .soc-item {
  margin: 8px;
}
.cid-uC6NQTchxh .soc-item a:hover .mbr-iconfont,
.cid-uC6NQTchxh .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uC6NQTchxh .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uC6NQTchxh .row {
    text-align: center;
  }
  .cid-uC6NQTchxh .social-row {
    justify-content: center;
  }
}
.cid-uC6NQTchxh .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uC6NQTchxh .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uC6NQTchxh .list {
    margin-bottom: 0rem;
  }
}
.cid-uC6NQTchxh .mbr-text {
  color: #bbbbbb;
}
.cid-uC6NQTchxh .mbr-section-subtitle {
  color: #000000;
}
.cid-uC6NQTchxh .list,
.cid-uC6NQTchxh .item-wrap {
  color: #232323;
}
.cid-uC6NQTchxh .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uC6Tt2Pm5c {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/galaxy-filaments-meta.webp");
}
.cid-uC6Tt2Pm5c .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uC6Tt2Pm5c {
    align-items: flex-end;
  }
  .cid-uC6Tt2Pm5c .row {
    justify-content: center;
  }
  .cid-uC6Tt2Pm5c .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uC6Tt2Pm5c .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uC6Tt2Pm5c {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uC6Tt2Pm5c .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uC6Tt2Pm5c .content-wrap {
    width: 100%;
  }
}
.cid-uC6Tt2Pm5c .mbr-section-title,
.cid-uC6Tt2Pm5c .mbr-section-subtitle {
  text-align: center;
}
.cid-uC6Tt2Pm5c .mbr-text,
.cid-uC6Tt2Pm5c .mbr-section-btn {
  text-align: center;
}
.cid-uC6Tt2Pm5c .mbr-section-title {
  color: #ffffff;
}
.cid-uC6Tt3fDit {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC6Tt3fDit .mbr-text {
  color: #000000;
}
.cid-uC6Tt3fDit .mbr-section-subtitle {
  color: #000000;
}
.cid-uC6Tt3fDit .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC6Tt3fDit .mbr-text,
.cid-uC6Tt3fDit .item .mbr-section-btn {
  text-align: left;
}
.cid-uC6Tt3fDit .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC6Tt3fDit .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC6Tt3fDit .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC6Tt3fDit .mbr-card-title {
  color: #393193;
}
.cid-uC6UnYOKdm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC6UnYOKdm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC6UnYOKdm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC6UnYOKdm .row {
  flex-direction: row-reverse;
}
.cid-uC6UnYOKdm .mbr-description {
  text-align: center;
}
.cid-uC6Upov8cS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC6Upov8cS .mbr-text {
  color: #000000;
}
.cid-uC6Upov8cS .mbr-section-subtitle {
  color: #000000;
}
.cid-uC6Upov8cS .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC6Upov8cS .mbr-text,
.cid-uC6Upov8cS .item .mbr-section-btn {
  text-align: left;
}
.cid-uC6Upov8cS .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC6Upov8cS .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC6Upov8cS .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC6Upov8cS .mbr-card-title {
  color: #393193;
}
.cid-uC6Tt3wPkI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC6Tt3wPkI .mbr-text {
  color: #000000;
}
.cid-uC6Tt3wPkI .mbr-section-subtitle {
  color: #000000;
}
.cid-uC6Tt3wPkI .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC6Tt3wPkI .mbr-text,
.cid-uC6Tt3wPkI .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uC6Tt3wPkI .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC6Tt3wPkI .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC6Tt3wPkI .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC6Tt3wPkI .mbr-card-title {
  color: #393193;
}
.cid-uC6Tt3OZwX {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uC6Tt3OZwX .mbr-text {
  color: #000000;
}
.cid-uC6Tt3OZwX .mbr-section-subtitle {
  color: #000000;
}
.cid-uC6Tt3OZwX .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC6Tt3OZwX .mbr-text,
.cid-uC6Tt3OZwX .item .mbr-section-btn {
  text-align: left;
}
.cid-uC6Tt3OZwX .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC6Tt3OZwX .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC6Tt3OZwX .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC6Tt3OZwX .mbr-card-title {
  color: #393193;
}
.cid-uC6Tt47Gn2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uC6Tt47Gn2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC6Tt47Gn2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC6Tt47Gn2 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uC6Tt47Gn2 .footer-col {
    flex-direction: column;
  }
}
.cid-uC6Tt47Gn2 .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uC6Tt47Gn2 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uC6Tt47Gn2 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uC6Tt47Gn2 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uC6Tt47Gn2 .mbr-section-btn {
    text-align: center;
  }
}
.cid-uC6Tt47Gn2 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uC6Tt47Gn2 .soc-item {
  margin: 8px;
}
.cid-uC6Tt47Gn2 .soc-item a:hover .mbr-iconfont,
.cid-uC6Tt47Gn2 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uC6Tt47Gn2 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uC6Tt47Gn2 .row {
    text-align: center;
  }
  .cid-uC6Tt47Gn2 .social-row {
    justify-content: center;
  }
}
.cid-uC6Tt47Gn2 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uC6Tt47Gn2 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uC6Tt47Gn2 .list {
    margin-bottom: 0rem;
  }
}
.cid-uC6Tt47Gn2 .mbr-text {
  color: #bbbbbb;
}
.cid-uC6Tt47Gn2 .mbr-section-subtitle {
  color: #000000;
}
.cid-uC6Tt47Gn2 .list,
.cid-uC6Tt47Gn2 .item-wrap {
  color: #232323;
}
.cid-uC6Tt47Gn2 .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uC75J5D3EK {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/dark-energy-lg.webp");
}
.cid-uC75J5D3EK .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uC75J5D3EK {
    align-items: flex-end;
  }
  .cid-uC75J5D3EK .row {
    justify-content: center;
  }
  .cid-uC75J5D3EK .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uC75J5D3EK .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uC75J5D3EK {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uC75J5D3EK .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uC75J5D3EK .content-wrap {
    width: 100%;
  }
}
.cid-uC75J5D3EK .mbr-section-title,
.cid-uC75J5D3EK .mbr-section-subtitle {
  text-align: center;
}
.cid-uC75J5D3EK .mbr-text,
.cid-uC75J5D3EK .mbr-section-btn {
  text-align: center;
  color: #9c98cf;
}
.cid-uC75J5D3EK .mbr-section-title {
  color: #9c98cf;
}
.cid-uC75J5W3x8 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC75J5W3x8 .mbr-text {
  color: #000000;
}
.cid-uC75J5W3x8 .mbr-section-subtitle {
  color: #000000;
}
.cid-uC75J5W3x8 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC75J5W3x8 .mbr-text,
.cid-uC75J5W3x8 .item .mbr-section-btn {
  text-align: left;
}
.cid-uC75J5W3x8 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC75J5W3x8 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC75J5W3x8 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC75J5W3x8 .mbr-card-title {
  color: #393193;
}
.cid-uC75J6btr5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC75J6btr5 .mbr-text {
  color: #000000;
}
.cid-uC75J6btr5 .mbr-section-subtitle {
  color: #000000;
}
.cid-uC75J6btr5 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC75J6btr5 .mbr-text,
.cid-uC75J6btr5 .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uC75J6btr5 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC75J6btr5 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC75J6btr5 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC75J6btr5 .mbr-card-title {
  color: #393193;
}
.cid-uC76RWyCWN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC76RWyCWN .mbr-text {
  color: #000000;
}
.cid-uC76RWyCWN .mbr-section-subtitle {
  color: #000000;
}
.cid-uC76RWyCWN .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC76RWyCWN .mbr-text,
.cid-uC76RWyCWN .item .mbr-section-btn {
  text-align: left;
}
.cid-uC76RWyCWN .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC76RWyCWN .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC76RWyCWN .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC76RWyCWN .mbr-card-title {
  color: #393193;
}
.cid-uC76SU6meA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC76SU6meA .mbr-text {
  color: #000000;
}
.cid-uC76SU6meA .mbr-section-subtitle {
  color: #000000;
}
.cid-uC76SU6meA .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC76SU6meA .mbr-text,
.cid-uC76SU6meA .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uC76SU6meA .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC76SU6meA .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC76SU6meA .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC76SU6meA .mbr-card-title {
  color: #393193;
}
.cid-uC75J6txiZ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uC75J6txiZ .mbr-text {
  color: #000000;
}
.cid-uC75J6txiZ .mbr-section-subtitle {
  color: #000000;
}
.cid-uC75J6txiZ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC75J6txiZ .mbr-text,
.cid-uC75J6txiZ .item .mbr-section-btn {
  text-align: left;
}
.cid-uC75J6txiZ .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC75J6txiZ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC75J6txiZ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC75J6txiZ .mbr-card-title {
  color: #393193;
}
.cid-uC75J6L0jP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uC75J6L0jP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC75J6L0jP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC75J6L0jP .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uC75J6L0jP .footer-col {
    flex-direction: column;
  }
}
.cid-uC75J6L0jP .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uC75J6L0jP .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uC75J6L0jP .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uC75J6L0jP .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uC75J6L0jP .mbr-section-btn {
    text-align: center;
  }
}
.cid-uC75J6L0jP .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uC75J6L0jP .soc-item {
  margin: 8px;
}
.cid-uC75J6L0jP .soc-item a:hover .mbr-iconfont,
.cid-uC75J6L0jP .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uC75J6L0jP .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uC75J6L0jP .row {
    text-align: center;
  }
  .cid-uC75J6L0jP .social-row {
    justify-content: center;
  }
}
.cid-uC75J6L0jP .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uC75J6L0jP .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uC75J6L0jP .list {
    margin-bottom: 0rem;
  }
}
.cid-uC75J6L0jP .mbr-text {
  color: #bbbbbb;
}
.cid-uC75J6L0jP .mbr-section-subtitle {
  color: #000000;
}
.cid-uC75J6L0jP .list,
.cid-uC75J6L0jP .item-wrap {
  color: #232323;
}
.cid-uC75J6L0jP .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uC7bpeDos9 {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/time-dilation-meta.webp");
}
.cid-uC7bpeDos9 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uC7bpeDos9 {
    align-items: flex-end;
  }
  .cid-uC7bpeDos9 .row {
    justify-content: center;
  }
  .cid-uC7bpeDos9 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uC7bpeDos9 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uC7bpeDos9 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uC7bpeDos9 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uC7bpeDos9 .content-wrap {
    width: 100%;
  }
}
.cid-uC7bpeDos9 .mbr-section-title,
.cid-uC7bpeDos9 .mbr-section-subtitle {
  text-align: center;
}
.cid-uC7bpeDos9 .mbr-text,
.cid-uC7bpeDos9 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uC7bpeDos9 .mbr-section-title {
  color: #000000;
}
.cid-uC7bpf3VfX {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC7bpf3VfX .mbr-text {
  color: #000000;
}
.cid-uC7bpf3VfX .mbr-section-subtitle {
  color: #000000;
}
.cid-uC7bpf3VfX .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC7bpf3VfX .mbr-text,
.cid-uC7bpf3VfX .item .mbr-section-btn {
  text-align: left;
}
.cid-uC7bpf3VfX .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC7bpf3VfX .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC7bpf3VfX .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC7bpf3VfX .mbr-card-title {
  color: #393193;
}
.cid-uC7bpfnEnP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC7bpfnEnP .mbr-text {
  color: #000000;
}
.cid-uC7bpfnEnP .mbr-section-subtitle {
  color: #000000;
}
.cid-uC7bpfnEnP .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC7bpfnEnP .mbr-text,
.cid-uC7bpfnEnP .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uC7bpfnEnP .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC7bpfnEnP .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC7bpfnEnP .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC7bpfnEnP .mbr-card-title {
  color: #393193;
}
.cid-uC7cJqEK6F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC7cJqEK6F .mbr-text {
  color: #000000;
}
.cid-uC7cJqEK6F .mbr-section-subtitle {
  color: #000000;
}
.cid-uC7cJqEK6F .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC7cJqEK6F .mbr-text,
.cid-uC7cJqEK6F .item .mbr-section-btn {
  text-align: left;
}
.cid-uC7cJqEK6F .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC7cJqEK6F .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC7cJqEK6F .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC7cJqEK6F .mbr-card-title {
  color: #393193;
}
.cid-uC7cKwF7Wj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC7cKwF7Wj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC7cKwF7Wj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC7cKwF7Wj .row {
  flex-direction: row-reverse;
}
.cid-uC7cKwF7Wj .mbr-description {
  text-align: center;
}
.cid-uC7ddtcsFR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC7ddtcsFR .mbr-text {
  color: #000000;
}
.cid-uC7ddtcsFR .mbr-section-subtitle {
  color: #000000;
}
.cid-uC7ddtcsFR .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC7ddtcsFR .mbr-text,
.cid-uC7ddtcsFR .item .mbr-section-btn {
  text-align: left;
}
.cid-uC7ddtcsFR .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC7ddtcsFR .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC7ddtcsFR .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC7ddtcsFR .mbr-card-title {
  color: #393193;
}
.cid-uC7bpfFnhl {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uC7bpfFnhl .mbr-text {
  color: #000000;
}
.cid-uC7bpfFnhl .mbr-section-subtitle {
  color: #000000;
}
.cid-uC7bpfFnhl .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC7bpfFnhl .mbr-text,
.cid-uC7bpfFnhl .item .mbr-section-btn {
  text-align: left;
}
.cid-uC7bpfFnhl .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC7bpfFnhl .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC7bpfFnhl .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC7bpfFnhl .mbr-card-title {
  color: #393193;
}
.cid-uC7bpfUstE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uC7bpfUstE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC7bpfUstE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC7bpfUstE .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uC7bpfUstE .footer-col {
    flex-direction: column;
  }
}
.cid-uC7bpfUstE .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uC7bpfUstE .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uC7bpfUstE .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uC7bpfUstE .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uC7bpfUstE .mbr-section-btn {
    text-align: center;
  }
}
.cid-uC7bpfUstE .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uC7bpfUstE .soc-item {
  margin: 8px;
}
.cid-uC7bpfUstE .soc-item a:hover .mbr-iconfont,
.cid-uC7bpfUstE .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uC7bpfUstE .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uC7bpfUstE .row {
    text-align: center;
  }
  .cid-uC7bpfUstE .social-row {
    justify-content: center;
  }
}
.cid-uC7bpfUstE .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uC7bpfUstE .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uC7bpfUstE .list {
    margin-bottom: 0rem;
  }
}
.cid-uC7bpfUstE .mbr-text {
  color: #bbbbbb;
}
.cid-uC7bpfUstE .mbr-section-subtitle {
  color: #000000;
}
.cid-uC7bpfUstE .list,
.cid-uC7bpfUstE .item-wrap {
  color: #232323;
}
.cid-uC7bpfUstE .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uC7qftyDEB {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/spacetime-meta.webp");
}
.cid-uC7qftyDEB .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uC7qftyDEB {
    align-items: flex-end;
  }
  .cid-uC7qftyDEB .row {
    justify-content: center;
  }
  .cid-uC7qftyDEB .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uC7qftyDEB .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uC7qftyDEB {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uC7qftyDEB .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uC7qftyDEB .content-wrap {
    width: 100%;
  }
}
.cid-uC7qftyDEB .mbr-section-title,
.cid-uC7qftyDEB .mbr-section-subtitle {
  text-align: center;
}
.cid-uC7qftyDEB .mbr-text,
.cid-uC7qftyDEB .mbr-section-btn {
  text-align: center;
}
.cid-uC7qftWvYM {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC7qftWvYM .mbr-text {
  color: #000000;
}
.cid-uC7qftWvYM .mbr-section-subtitle {
  color: #000000;
}
.cid-uC7qftWvYM .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC7qftWvYM .mbr-text,
.cid-uC7qftWvYM .item .mbr-section-btn {
  text-align: left;
}
.cid-uC7qftWvYM .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC7qftWvYM .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC7qftWvYM .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC7qftWvYM .mbr-card-title {
  color: #393193;
}
.cid-uC7qNjyDog {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC7qNjyDog .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC7qNjyDog .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC7qNjyDog .row {
  flex-direction: row-reverse;
}
.cid-uC7qNjyDog .mbr-description {
  text-align: center;
}
.cid-uC7qOjcnCw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC7qOjcnCw .mbr-text {
  color: #000000;
}
.cid-uC7qOjcnCw .mbr-section-subtitle {
  color: #000000;
}
.cid-uC7qOjcnCw .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC7qOjcnCw .mbr-text,
.cid-uC7qOjcnCw .item .mbr-section-btn {
  text-align: left;
}
.cid-uC7qOjcnCw .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC7qOjcnCw .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC7qOjcnCw .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC7qOjcnCw .mbr-card-title {
  color: #393193;
}
.cid-uC7r2LXzra {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC7r2LXzra .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC7r2LXzra .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC7r2LXzra .row {
  flex-direction: row-reverse;
}
.cid-uC7r2LXzra .mbr-description {
  text-align: center;
}
.cid-uC7r3Sup84 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC7r3Sup84 .mbr-text {
  color: #000000;
}
.cid-uC7r3Sup84 .mbr-section-subtitle {
  color: #000000;
}
.cid-uC7r3Sup84 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC7r3Sup84 .mbr-text,
.cid-uC7r3Sup84 .item .mbr-section-btn {
  text-align: left;
}
.cid-uC7r3Sup84 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC7r3Sup84 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC7r3Sup84 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC7r3Sup84 .mbr-card-title {
  color: #393193;
}
.cid-uC7rLJeMwz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC7rLJeMwz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC7rLJeMwz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC7rLJeMwz .row {
  flex-direction: row-reverse;
}
.cid-uC7rLJeMwz .mbr-description {
  text-align: center;
}
.cid-uC7rRFTMLT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC7rRFTMLT .mbr-text {
  color: #000000;
}
.cid-uC7rRFTMLT .mbr-section-subtitle {
  color: #000000;
}
.cid-uC7rRFTMLT .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC7rRFTMLT .mbr-text,
.cid-uC7rRFTMLT .item .mbr-section-btn {
  text-align: left;
}
.cid-uC7rRFTMLT .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC7rRFTMLT .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC7rRFTMLT .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC7rRFTMLT .mbr-card-title {
  color: #393193;
}
.cid-uC7rbEx4Pr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC7rbEx4Pr .mbr-text {
  color: #000000;
}
.cid-uC7rbEx4Pr .mbr-section-subtitle {
  color: #000000;
}
.cid-uC7rbEx4Pr .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC7rbEx4Pr .mbr-text,
.cid-uC7rbEx4Pr .item .mbr-section-btn {
  text-align: left;
}
.cid-uC7rbEx4Pr .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC7rbEx4Pr .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC7rbEx4Pr .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC7rbEx4Pr .mbr-card-title {
  color: #393193;
}
.cid-uC7qfumR6y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC7qfumR6y .mbr-text {
  color: #000000;
}
.cid-uC7qfumR6y .mbr-section-subtitle {
  color: #000000;
}
.cid-uC7qfumR6y .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC7qfumR6y .mbr-text,
.cid-uC7qfumR6y .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uC7qfumR6y .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC7qfumR6y .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC7qfumR6y .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC7qfumR6y .mbr-card-title {
  color: #393193;
}
.cid-uC7qfuzt3h {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uC7qfuzt3h .mbr-text {
  color: #000000;
}
.cid-uC7qfuzt3h .mbr-section-subtitle {
  color: #000000;
}
.cid-uC7qfuzt3h .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC7qfuzt3h .mbr-text,
.cid-uC7qfuzt3h .item .mbr-section-btn {
  text-align: left;
}
.cid-uC7qfuzt3h .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC7qfuzt3h .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC7qfuzt3h .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC7qfuzt3h .mbr-card-title {
  color: #393193;
}
.cid-uC7qfuTmFr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uC7qfuTmFr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC7qfuTmFr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC7qfuTmFr .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uC7qfuTmFr .footer-col {
    flex-direction: column;
  }
}
.cid-uC7qfuTmFr .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uC7qfuTmFr .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uC7qfuTmFr .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uC7qfuTmFr .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uC7qfuTmFr .mbr-section-btn {
    text-align: center;
  }
}
.cid-uC7qfuTmFr .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uC7qfuTmFr .soc-item {
  margin: 8px;
}
.cid-uC7qfuTmFr .soc-item a:hover .mbr-iconfont,
.cid-uC7qfuTmFr .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uC7qfuTmFr .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uC7qfuTmFr .row {
    text-align: center;
  }
  .cid-uC7qfuTmFr .social-row {
    justify-content: center;
  }
}
.cid-uC7qfuTmFr .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uC7qfuTmFr .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uC7qfuTmFr .list {
    margin-bottom: 0rem;
  }
}
.cid-uC7qfuTmFr .mbr-text {
  color: #bbbbbb;
}
.cid-uC7qfuTmFr .mbr-section-subtitle {
  color: #000000;
}
.cid-uC7qfuTmFr .list,
.cid-uC7qfuTmFr .item-wrap {
  color: #232323;
}
.cid-uC7qfuTmFr .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uC7vSEMWSB {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/gravitational-waves-meta.webp");
}
.cid-uC7vSEMWSB .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uC7vSEMWSB {
    align-items: flex-end;
  }
  .cid-uC7vSEMWSB .row {
    justify-content: center;
  }
  .cid-uC7vSEMWSB .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uC7vSEMWSB .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uC7vSEMWSB {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uC7vSEMWSB .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uC7vSEMWSB .content-wrap {
    width: 100%;
  }
}
.cid-uC7vSEMWSB .mbr-section-title,
.cid-uC7vSEMWSB .mbr-section-subtitle {
  text-align: center;
}
.cid-uC7vSEMWSB .mbr-text,
.cid-uC7vSEMWSB .mbr-section-btn {
  text-align: center;
  color: #9c98cf;
}
.cid-uC7vSEMWSB .mbr-section-title {
  color: #9c98cf;
}
.cid-uC7vSFk2Z1 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC7vSFk2Z1 .mbr-text {
  color: #000000;
}
.cid-uC7vSFk2Z1 .mbr-section-subtitle {
  color: #000000;
}
.cid-uC7vSFk2Z1 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC7vSFk2Z1 .mbr-text,
.cid-uC7vSFk2Z1 .item .mbr-section-btn {
  text-align: left;
}
.cid-uC7vSFk2Z1 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC7vSFk2Z1 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC7vSFk2Z1 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC7vSFk2Z1 .mbr-card-title {
  color: #393193;
}
.cid-uC7wHhNFFt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC7wHhNFFt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC7wHhNFFt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC7wHhNFFt .row {
  flex-direction: row-reverse;
}
.cid-uC7wHhNFFt .mbr-description {
  text-align: center;
}
.cid-uC7wIgzqPD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC7wIgzqPD .mbr-text {
  color: #000000;
}
.cid-uC7wIgzqPD .mbr-section-subtitle {
  color: #000000;
}
.cid-uC7wIgzqPD .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC7wIgzqPD .mbr-text,
.cid-uC7wIgzqPD .item .mbr-section-btn {
  text-align: left;
}
.cid-uC7wIgzqPD .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC7wIgzqPD .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC7wIgzqPD .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC7wIgzqPD .mbr-card-title {
  color: #393193;
}
.cid-uC7vSFCnzt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC7vSFCnzt .mbr-text {
  color: #000000;
}
.cid-uC7vSFCnzt .mbr-section-subtitle {
  color: #000000;
}
.cid-uC7vSFCnzt .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC7vSFCnzt .mbr-text,
.cid-uC7vSFCnzt .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uC7vSFCnzt .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC7vSFCnzt .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC7vSFCnzt .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC7vSFCnzt .mbr-card-title {
  color: #393193;
}
.cid-uC7x7NqwVI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC7x7NqwVI .mbr-text {
  color: #000000;
}
.cid-uC7x7NqwVI .mbr-section-subtitle {
  color: #000000;
}
.cid-uC7x7NqwVI .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC7x7NqwVI .mbr-text,
.cid-uC7x7NqwVI .item .mbr-section-btn {
  text-align: left;
}
.cid-uC7x7NqwVI .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC7x7NqwVI .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC7x7NqwVI .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC7x7NqwVI .mbr-card-title {
  color: #393193;
}
.cid-uC7x9lhC36 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC7x9lhC36 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC7x9lhC36 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC7x9lhC36 .row {
  flex-direction: row-reverse;
}
.cid-uC7x9lhC36 .mbr-description {
  text-align: center;
}
.cid-uC7xm6S9OP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC7xm6S9OP .mbr-text {
  color: #000000;
}
.cid-uC7xm6S9OP .mbr-section-subtitle {
  color: #000000;
}
.cid-uC7xm6S9OP .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC7xm6S9OP .mbr-text,
.cid-uC7xm6S9OP .item .mbr-section-btn {
  text-align: left;
}
.cid-uC7xm6S9OP .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC7xm6S9OP .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC7xm6S9OP .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC7xm6S9OP .mbr-card-title {
  color: #393193;
}
.cid-uC7xsZA300 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC7xsZA300 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC7xsZA300 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC7xsZA300 .row {
  flex-direction: row-reverse;
}
.cid-uC7xsZA300 .mbr-description {
  text-align: center;
}
.cid-uC7xucMx5u {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC7xucMx5u .mbr-text {
  color: #000000;
}
.cid-uC7xucMx5u .mbr-section-subtitle {
  color: #000000;
}
.cid-uC7xucMx5u .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC7xucMx5u .mbr-text,
.cid-uC7xucMx5u .item .mbr-section-btn {
  text-align: left;
}
.cid-uC7xucMx5u .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC7xucMx5u .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC7xucMx5u .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC7xucMx5u .mbr-card-title {
  color: #393193;
}
.cid-uC7xn2SfZG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC7xn2SfZG .mbr-text {
  color: #000000;
}
.cid-uC7xn2SfZG .mbr-section-subtitle {
  color: #000000;
}
.cid-uC7xn2SfZG .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC7xn2SfZG .mbr-text,
.cid-uC7xn2SfZG .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uC7xn2SfZG .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC7xn2SfZG .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC7xn2SfZG .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC7xn2SfZG .mbr-card-title {
  color: #393193;
}
.cid-uC7vSG1biG {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uC7vSG1biG .mbr-text {
  color: #000000;
}
.cid-uC7vSG1biG .mbr-section-subtitle {
  color: #000000;
}
.cid-uC7vSG1biG .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC7vSG1biG .mbr-text,
.cid-uC7vSG1biG .item .mbr-section-btn {
  text-align: left;
}
.cid-uC7vSG1biG .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC7vSG1biG .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC7vSG1biG .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC7vSG1biG .mbr-card-title {
  color: #393193;
}
.cid-uC7vSGgdtq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uC7vSGgdtq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC7vSGgdtq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC7vSGgdtq .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uC7vSGgdtq .footer-col {
    flex-direction: column;
  }
}
.cid-uC7vSGgdtq .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uC7vSGgdtq .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uC7vSGgdtq .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uC7vSGgdtq .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uC7vSGgdtq .mbr-section-btn {
    text-align: center;
  }
}
.cid-uC7vSGgdtq .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uC7vSGgdtq .soc-item {
  margin: 8px;
}
.cid-uC7vSGgdtq .soc-item a:hover .mbr-iconfont,
.cid-uC7vSGgdtq .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uC7vSGgdtq .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uC7vSGgdtq .row {
    text-align: center;
  }
  .cid-uC7vSGgdtq .social-row {
    justify-content: center;
  }
}
.cid-uC7vSGgdtq .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uC7vSGgdtq .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uC7vSGgdtq .list {
    margin-bottom: 0rem;
  }
}
.cid-uC7vSGgdtq .mbr-text {
  color: #bbbbbb;
}
.cid-uC7vSGgdtq .mbr-section-subtitle {
  color: #000000;
}
.cid-uC7vSGgdtq .list,
.cid-uC7vSGgdtq .item-wrap {
  color: #232323;
}
.cid-uC7vSGgdtq .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uC7BKJxyMJ {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/equivalence-principle-lg.webp");
}
.cid-uC7BKJxyMJ .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uC7BKJxyMJ {
    align-items: flex-end;
  }
  .cid-uC7BKJxyMJ .row {
    justify-content: center;
  }
  .cid-uC7BKJxyMJ .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uC7BKJxyMJ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uC7BKJxyMJ {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uC7BKJxyMJ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uC7BKJxyMJ .content-wrap {
    width: 100%;
  }
}
.cid-uC7BKJxyMJ .mbr-section-title,
.cid-uC7BKJxyMJ .mbr-section-subtitle {
  text-align: center;
}
.cid-uC7BKJxyMJ .mbr-text,
.cid-uC7BKJxyMJ .mbr-section-btn {
  text-align: center;
  color: #9c98cf;
}
.cid-uC7BKJxyMJ .mbr-section-title {
  color: #9c98cf;
}
.cid-uC7BKK6BaN {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC7BKK6BaN .mbr-text {
  color: #000000;
}
.cid-uC7BKK6BaN .mbr-section-subtitle {
  color: #000000;
}
.cid-uC7BKK6BaN .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC7BKK6BaN .mbr-text,
.cid-uC7BKK6BaN .item .mbr-section-btn {
  text-align: left;
}
.cid-uC7BKK6BaN .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC7BKK6BaN .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC7BKK6BaN .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC7BKK6BaN .mbr-card-title {
  color: #393193;
}
.cid-uC7CD5iYoZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC7CD5iYoZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC7CD5iYoZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC7CD5iYoZ .row {
  flex-direction: row-reverse;
}
.cid-uC7CD5iYoZ .mbr-description {
  text-align: center;
}
.cid-uC7CRMo0uI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC7CRMo0uI .mbr-text {
  color: #000000;
}
.cid-uC7CRMo0uI .mbr-section-subtitle {
  color: #000000;
}
.cid-uC7CRMo0uI .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC7CRMo0uI .mbr-text,
.cid-uC7CRMo0uI .item .mbr-section-btn {
  text-align: left;
}
.cid-uC7CRMo0uI .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC7CRMo0uI .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC7CRMo0uI .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC7CRMo0uI .mbr-card-title {
  color: #393193;
}
.cid-uC7CTX2hn9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC7CTX2hn9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC7CTX2hn9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC7CTX2hn9 .row {
  flex-direction: row-reverse;
}
.cid-uC7CTX2hn9 .mbr-description {
  text-align: center;
}
.cid-uC7D9ZStO6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC7D9ZStO6 .mbr-text {
  color: #000000;
}
.cid-uC7D9ZStO6 .mbr-section-subtitle {
  color: #000000;
}
.cid-uC7D9ZStO6 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC7D9ZStO6 .mbr-text,
.cid-uC7D9ZStO6 .item .mbr-section-btn {
  text-align: left;
}
.cid-uC7D9ZStO6 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC7D9ZStO6 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC7D9ZStO6 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC7D9ZStO6 .mbr-card-title {
  color: #393193;
}
.cid-uC7BKKylA8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC7BKKylA8 .mbr-text {
  color: #000000;
}
.cid-uC7BKKylA8 .mbr-section-subtitle {
  color: #000000;
}
.cid-uC7BKKylA8 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC7BKKylA8 .mbr-text,
.cid-uC7BKKylA8 .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uC7BKKylA8 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC7BKKylA8 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC7BKKylA8 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC7BKKylA8 .mbr-card-title {
  color: #393193;
}
.cid-uC7BKKNGGQ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uC7BKKNGGQ .mbr-text {
  color: #000000;
}
.cid-uC7BKKNGGQ .mbr-section-subtitle {
  color: #000000;
}
.cid-uC7BKKNGGQ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC7BKKNGGQ .mbr-text,
.cid-uC7BKKNGGQ .item .mbr-section-btn {
  text-align: left;
}
.cid-uC7BKKNGGQ .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC7BKKNGGQ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC7BKKNGGQ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC7BKKNGGQ .mbr-card-title {
  color: #393193;
}
.cid-uC7BKLbhS0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uC7BKLbhS0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC7BKLbhS0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC7BKLbhS0 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uC7BKLbhS0 .footer-col {
    flex-direction: column;
  }
}
.cid-uC7BKLbhS0 .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uC7BKLbhS0 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uC7BKLbhS0 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uC7BKLbhS0 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uC7BKLbhS0 .mbr-section-btn {
    text-align: center;
  }
}
.cid-uC7BKLbhS0 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uC7BKLbhS0 .soc-item {
  margin: 8px;
}
.cid-uC7BKLbhS0 .soc-item a:hover .mbr-iconfont,
.cid-uC7BKLbhS0 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uC7BKLbhS0 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uC7BKLbhS0 .row {
    text-align: center;
  }
  .cid-uC7BKLbhS0 .social-row {
    justify-content: center;
  }
}
.cid-uC7BKLbhS0 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uC7BKLbhS0 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uC7BKLbhS0 .list {
    margin-bottom: 0rem;
  }
}
.cid-uC7BKLbhS0 .mbr-text {
  color: #bbbbbb;
}
.cid-uC7BKLbhS0 .mbr-section-subtitle {
  color: #000000;
}
.cid-uC7BKLbhS0 .list,
.cid-uC7BKLbhS0 .item-wrap {
  color: #232323;
}
.cid-uC7BKLbhS0 .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uC7TeYMSuw {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/gravity-meta.webp");
}
.cid-uC7TeYMSuw .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uC7TeYMSuw {
    align-items: flex-end;
  }
  .cid-uC7TeYMSuw .row {
    justify-content: center;
  }
  .cid-uC7TeYMSuw .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uC7TeYMSuw .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uC7TeYMSuw {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uC7TeYMSuw .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uC7TeYMSuw .content-wrap {
    width: 100%;
  }
}
.cid-uC7TeYMSuw .mbr-section-title,
.cid-uC7TeYMSuw .mbr-section-subtitle {
  text-align: center;
}
.cid-uC7TeYMSuw .mbr-text,
.cid-uC7TeYMSuw .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uC7TeYMSuw .mbr-section-title {
  color: #000000;
}
.cid-uC7TeZ3MVr {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC7TeZ3MVr .mbr-text {
  color: #000000;
}
.cid-uC7TeZ3MVr .mbr-section-subtitle {
  color: #000000;
}
.cid-uC7TeZ3MVr .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC7TeZ3MVr .mbr-text,
.cid-uC7TeZ3MVr .item .mbr-section-btn {
  text-align: left;
}
.cid-uC7TeZ3MVr .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC7TeZ3MVr .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC7TeZ3MVr .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC7TeZ3MVr .mbr-card-title {
  color: #393193;
}
.cid-uC7TeZjGH9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC7TeZjGH9 .mbr-text {
  color: #000000;
}
.cid-uC7TeZjGH9 .mbr-section-subtitle {
  color: #000000;
}
.cid-uC7TeZjGH9 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC7TeZjGH9 .mbr-text,
.cid-uC7TeZjGH9 .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uC7TeZjGH9 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC7TeZjGH9 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC7TeZjGH9 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC7TeZjGH9 .mbr-card-title {
  color: #393193;
}
.cid-uC7UFM7ACJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC7UFM7ACJ .mbr-text {
  color: #000000;
}
.cid-uC7UFM7ACJ .mbr-section-subtitle {
  color: #000000;
}
.cid-uC7UFM7ACJ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC7UFM7ACJ .mbr-text,
.cid-uC7UFM7ACJ .item .mbr-section-btn {
  text-align: left;
}
.cid-uC7UFM7ACJ .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC7UFM7ACJ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC7UFM7ACJ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC7UFM7ACJ .mbr-card-title {
  color: #393193;
}
.cid-uC7V2BkBHr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC7V2BkBHr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC7V2BkBHr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC7V2BkBHr .row {
  flex-direction: row-reverse;
}
.cid-uC7V2BkBHr .mbr-description {
  text-align: center;
}
.cid-uC7V4SA2A4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC7V4SA2A4 .mbr-text {
  color: #000000;
}
.cid-uC7V4SA2A4 .mbr-section-subtitle {
  color: #000000;
}
.cid-uC7V4SA2A4 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC7V4SA2A4 .mbr-text,
.cid-uC7V4SA2A4 .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uC7V4SA2A4 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC7V4SA2A4 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC7V4SA2A4 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC7V4SA2A4 .mbr-card-title {
  color: #393193;
}
.cid-uC7TeZyeSL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC7TeZyeSL .mbr-text {
  color: #000000;
}
.cid-uC7TeZyeSL .mbr-section-subtitle {
  color: #000000;
}
.cid-uC7TeZyeSL .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC7TeZyeSL .mbr-text,
.cid-uC7TeZyeSL .item .mbr-section-btn {
  text-align: left;
}
.cid-uC7TeZyeSL .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC7TeZyeSL .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC7TeZyeSL .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC7TeZyeSL .mbr-card-title {
  color: #393193;
}
.cid-uC7VSGl41m {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC7VSGl41m .mbr-text {
  color: #000000;
}
.cid-uC7VSGl41m .mbr-section-subtitle {
  color: #000000;
}
.cid-uC7VSGl41m .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC7VSGl41m .mbr-text,
.cid-uC7VSGl41m .item .mbr-section-btn {
  text-align: left;
}
.cid-uC7VSGl41m .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC7VSGl41m .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC7VSGl41m .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC7VSGl41m .mbr-card-title {
  color: #393193;
}
.cid-uC7TeZMvXP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uC7TeZMvXP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC7TeZMvXP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC7TeZMvXP .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uC7TeZMvXP .footer-col {
    flex-direction: column;
  }
}
.cid-uC7TeZMvXP .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uC7TeZMvXP .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uC7TeZMvXP .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uC7TeZMvXP .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uC7TeZMvXP .mbr-section-btn {
    text-align: center;
  }
}
.cid-uC7TeZMvXP .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uC7TeZMvXP .soc-item {
  margin: 8px;
}
.cid-uC7TeZMvXP .soc-item a:hover .mbr-iconfont,
.cid-uC7TeZMvXP .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uC7TeZMvXP .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uC7TeZMvXP .row {
    text-align: center;
  }
  .cid-uC7TeZMvXP .social-row {
    justify-content: center;
  }
}
.cid-uC7TeZMvXP .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uC7TeZMvXP .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uC7TeZMvXP .list {
    margin-bottom: 0rem;
  }
}
.cid-uC7TeZMvXP .mbr-text {
  color: #bbbbbb;
}
.cid-uC7TeZMvXP .mbr-section-subtitle {
  color: #000000;
}
.cid-uC7TeZMvXP .list,
.cid-uC7TeZMvXP .item-wrap {
  color: #232323;
}
.cid-uC7TeZMvXP .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uC81nW28uh {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/redshifting.gif");
}
.cid-uC81nW28uh .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uC81nW28uh {
    align-items: flex-end;
  }
  .cid-uC81nW28uh .row {
    justify-content: center;
  }
  .cid-uC81nW28uh .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uC81nW28uh .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uC81nW28uh {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uC81nW28uh .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uC81nW28uh .content-wrap {
    width: 100%;
  }
}
.cid-uC81nW28uh .mbr-section-title,
.cid-uC81nW28uh .mbr-section-subtitle {
  text-align: center;
}
.cid-uC81nW28uh .mbr-text,
.cid-uC81nW28uh .mbr-section-btn {
  text-align: center;
}
.cid-uC81nWzU7A {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC81nWzU7A .mbr-text {
  color: #000000;
}
.cid-uC81nWzU7A .mbr-section-subtitle {
  color: #000000;
}
.cid-uC81nWzU7A .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC81nWzU7A .mbr-text,
.cid-uC81nWzU7A .item .mbr-section-btn {
  text-align: left;
}
.cid-uC81nWzU7A .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC81nWzU7A .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC81nWzU7A .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC81nWzU7A .mbr-card-title {
  color: #393193;
}
.cid-uC838CKFDB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC838CKFDB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC838CKFDB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC838CKFDB .row {
  flex-direction: row-reverse;
}
.cid-uC838CKFDB .mbr-description {
  text-align: center;
}
.cid-uC83oLNjZY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC83oLNjZY .mbr-text {
  color: #000000;
}
.cid-uC83oLNjZY .mbr-section-subtitle {
  color: #000000;
}
.cid-uC83oLNjZY .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC83oLNjZY .mbr-text,
.cid-uC83oLNjZY .item .mbr-section-btn {
  text-align: left;
}
.cid-uC83oLNjZY .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC83oLNjZY .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC83oLNjZY .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC83oLNjZY .mbr-card-title {
  color: #393193;
}
.cid-uC81nWWPD0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC81nWWPD0 .mbr-text {
  color: #000000;
}
.cid-uC81nWWPD0 .mbr-section-subtitle {
  color: #000000;
}
.cid-uC81nWWPD0 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC81nWWPD0 .mbr-text,
.cid-uC81nWWPD0 .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uC81nWWPD0 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC81nWWPD0 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC81nWWPD0 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC81nWWPD0 .mbr-card-title {
  color: #393193;
}
.cid-uC83EnvGTH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC83EnvGTH .mbr-text {
  color: #000000;
}
.cid-uC83EnvGTH .mbr-section-subtitle {
  color: #000000;
}
.cid-uC83EnvGTH .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC83EnvGTH .mbr-text,
.cid-uC83EnvGTH .item .mbr-section-btn {
  text-align: left;
}
.cid-uC83EnvGTH .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC83EnvGTH .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC83EnvGTH .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC83EnvGTH .mbr-card-title {
  color: #393193;
}
.cid-uC83FZ7RSV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC83FZ7RSV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC83FZ7RSV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC83FZ7RSV .row {
  flex-direction: row-reverse;
}
.cid-uC83FZ7RSV .mbr-description {
  text-align: center;
}
.cid-uC83Sbur9G {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC83Sbur9G .mbr-text {
  color: #000000;
}
.cid-uC83Sbur9G .mbr-section-subtitle {
  color: #000000;
}
.cid-uC83Sbur9G .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC83Sbur9G .mbr-text,
.cid-uC83Sbur9G .item .mbr-section-btn {
  text-align: left;
}
.cid-uC83Sbur9G .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC83Sbur9G .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC83Sbur9G .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC83Sbur9G .mbr-card-title {
  color: #393193;
}
.cid-uC83TBDknP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC83TBDknP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC83TBDknP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC83TBDknP .row {
  flex-direction: row-reverse;
}
.cid-uC83TBDknP .mbr-description {
  text-align: center;
}
.cid-uC81nXdpQX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC81nXdpQX .mbr-text {
  color: #000000;
}
.cid-uC81nXdpQX .mbr-section-subtitle {
  color: #000000;
}
.cid-uC81nXdpQX .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC81nXdpQX .mbr-text,
.cid-uC81nXdpQX .item .mbr-section-btn {
  text-align: left;
}
.cid-uC81nXdpQX .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC81nXdpQX .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC81nXdpQX .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC81nXdpQX .mbr-card-title {
  color: #393193;
}
.cid-uC84j21L5L {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC84j21L5L .mbr-text {
  color: #000000;
}
.cid-uC84j21L5L .mbr-section-subtitle {
  color: #000000;
}
.cid-uC84j21L5L .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC84j21L5L .mbr-text,
.cid-uC84j21L5L .item .mbr-section-btn {
  text-align: left;
}
.cid-uC84j21L5L .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC84j21L5L .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC84j21L5L .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC84j21L5L .mbr-card-title {
  color: #393193;
}
.cid-uC81nXs7YG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uC81nXs7YG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC81nXs7YG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC81nXs7YG .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uC81nXs7YG .footer-col {
    flex-direction: column;
  }
}
.cid-uC81nXs7YG .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uC81nXs7YG .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uC81nXs7YG .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uC81nXs7YG .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uC81nXs7YG .mbr-section-btn {
    text-align: center;
  }
}
.cid-uC81nXs7YG .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uC81nXs7YG .soc-item {
  margin: 8px;
}
.cid-uC81nXs7YG .soc-item a:hover .mbr-iconfont,
.cid-uC81nXs7YG .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uC81nXs7YG .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uC81nXs7YG .row {
    text-align: center;
  }
  .cid-uC81nXs7YG .social-row {
    justify-content: center;
  }
}
.cid-uC81nXs7YG .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uC81nXs7YG .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uC81nXs7YG .list {
    margin-bottom: 0rem;
  }
}
.cid-uC81nXs7YG .mbr-text {
  color: #bbbbbb;
}
.cid-uC81nXs7YG .mbr-section-subtitle {
  color: #000000;
}
.cid-uC81nXs7YG .list,
.cid-uC81nXs7YG .item-wrap {
  color: #232323;
}
.cid-uC81nXs7YG .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uC88gOJhCL {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/planetary-orbits-lg.webp");
}
.cid-uC88gOJhCL .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uC88gOJhCL {
    align-items: flex-end;
  }
  .cid-uC88gOJhCL .row {
    justify-content: center;
  }
  .cid-uC88gOJhCL .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uC88gOJhCL .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uC88gOJhCL {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uC88gOJhCL .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uC88gOJhCL .content-wrap {
    width: 100%;
  }
}
.cid-uC88gOJhCL .mbr-section-title,
.cid-uC88gOJhCL .mbr-section-subtitle {
  text-align: center;
}
.cid-uC88gOJhCL .mbr-text,
.cid-uC88gOJhCL .mbr-section-btn {
  text-align: center;
}
.cid-uC88gPfOnT {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC88gPfOnT .mbr-text {
  color: #000000;
}
.cid-uC88gPfOnT .mbr-section-subtitle {
  color: #000000;
}
.cid-uC88gPfOnT .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC88gPfOnT .mbr-text,
.cid-uC88gPfOnT .item .mbr-section-btn {
  text-align: left;
}
.cid-uC88gPfOnT .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC88gPfOnT .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC88gPfOnT .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC88gPfOnT .mbr-card-title {
  color: #393193;
}
.cid-uC88gPDdEL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC88gPDdEL .mbr-text {
  color: #000000;
}
.cid-uC88gPDdEL .mbr-section-subtitle {
  color: #000000;
}
.cid-uC88gPDdEL .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC88gPDdEL .mbr-text,
.cid-uC88gPDdEL .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uC88gPDdEL .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC88gPDdEL .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC88gPDdEL .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC88gPDdEL .mbr-card-title {
  color: #393193;
}
.cid-uC89x4ignl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC89x4ignl .mbr-text {
  color: #000000;
}
.cid-uC89x4ignl .mbr-section-subtitle {
  color: #000000;
}
.cid-uC89x4ignl .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC89x4ignl .mbr-text,
.cid-uC89x4ignl .item .mbr-section-btn {
  text-align: left;
}
.cid-uC89x4ignl .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC89x4ignl .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC89x4ignl .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC89x4ignl .mbr-card-title {
  color: #393193;
}
.cid-uC89PvZDrC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC89PvZDrC .mbr-text {
  color: #000000;
}
.cid-uC89PvZDrC .mbr-section-subtitle {
  color: #000000;
}
.cid-uC89PvZDrC .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC89PvZDrC .mbr-text,
.cid-uC89PvZDrC .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uC89PvZDrC .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC89PvZDrC .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC89PvZDrC .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC89PvZDrC .mbr-card-title {
  color: #393193;
}
.cid-uC89z8sDeb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC89z8sDeb .mbr-text {
  color: #000000;
}
.cid-uC89z8sDeb .mbr-section-subtitle {
  color: #000000;
}
.cid-uC89z8sDeb .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC89z8sDeb .mbr-text,
.cid-uC89z8sDeb .item .mbr-section-btn {
  text-align: left;
}
.cid-uC89z8sDeb .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC89z8sDeb .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC89z8sDeb .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC89z8sDeb .mbr-card-title {
  color: #393193;
}
.cid-uC89O3ZIwL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC89O3ZIwL .mbr-text {
  color: #000000;
}
.cid-uC89O3ZIwL .mbr-section-subtitle {
  color: #000000;
}
.cid-uC89O3ZIwL .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC89O3ZIwL .mbr-text,
.cid-uC89O3ZIwL .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uC89O3ZIwL .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC89O3ZIwL .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC89O3ZIwL .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC89O3ZIwL .mbr-card-title {
  color: #393193;
}
.cid-uC8aBOjL0n {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC8aBOjL0n .mbr-text {
  color: #000000;
}
.cid-uC8aBOjL0n .mbr-section-subtitle {
  color: #000000;
}
.cid-uC8aBOjL0n .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC8aBOjL0n .mbr-text,
.cid-uC8aBOjL0n .item .mbr-section-btn {
  text-align: left;
}
.cid-uC8aBOjL0n .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC8aBOjL0n .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC8aBOjL0n .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC8aBOjL0n .mbr-card-title {
  color: #393193;
}
.cid-uC8aL5wGQL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC8aL5wGQL .mbr-text {
  color: #000000;
}
.cid-uC8aL5wGQL .mbr-section-subtitle {
  color: #000000;
}
.cid-uC8aL5wGQL .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC8aL5wGQL .mbr-text,
.cid-uC8aL5wGQL .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uC8aL5wGQL .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC8aL5wGQL .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC8aL5wGQL .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC8aL5wGQL .mbr-card-title {
  color: #393193;
}
.cid-uC8aCWh6l3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uC8aCWh6l3 .mbr-text {
  color: #000000;
}
.cid-uC8aCWh6l3 .mbr-section-subtitle {
  color: #000000;
}
.cid-uC8aCWh6l3 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC8aCWh6l3 .mbr-text,
.cid-uC8aCWh6l3 .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uC8aCWh6l3 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC8aCWh6l3 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC8aCWh6l3 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC8aCWh6l3 .mbr-card-title {
  color: #393193;
}
.cid-uC88gPRn6o {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uC88gPRn6o .mbr-text {
  color: #000000;
}
.cid-uC88gPRn6o .mbr-section-subtitle {
  color: #000000;
}
.cid-uC88gPRn6o .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uC88gPRn6o .mbr-text,
.cid-uC88gPRn6o .item .mbr-section-btn {
  text-align: left;
}
.cid-uC88gPRn6o .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uC88gPRn6o .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC88gPRn6o .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uC88gPRn6o .mbr-card-title {
  color: #393193;
}
.cid-uC88gQ7RNk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uC88gQ7RNk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC88gQ7RNk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC88gQ7RNk .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uC88gQ7RNk .footer-col {
    flex-direction: column;
  }
}
.cid-uC88gQ7RNk .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uC88gQ7RNk .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uC88gQ7RNk .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uC88gQ7RNk .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uC88gQ7RNk .mbr-section-btn {
    text-align: center;
  }
}
.cid-uC88gQ7RNk .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uC88gQ7RNk .soc-item {
  margin: 8px;
}
.cid-uC88gQ7RNk .soc-item a:hover .mbr-iconfont,
.cid-uC88gQ7RNk .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uC88gQ7RNk .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uC88gQ7RNk .row {
    text-align: center;
  }
  .cid-uC88gQ7RNk .social-row {
    justify-content: center;
  }
}
.cid-uC88gQ7RNk .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uC88gQ7RNk .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uC88gQ7RNk .list {
    margin-bottom: 0rem;
  }
}
.cid-uC88gQ7RNk .mbr-text {
  color: #bbbbbb;
}
.cid-uC88gQ7RNk .mbr-section-subtitle {
  color: #000000;
}
.cid-uC88gQ7RNk .list,
.cid-uC88gQ7RNk .item-wrap {
  color: #232323;
}
.cid-uC88gQ7RNk .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uAIK5M1vqS {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/prime-numbers-lg-1.webp");
}
.cid-uAIK5M1vqS .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uAIK5M1vqS {
    align-items: flex-end;
  }
  .cid-uAIK5M1vqS .row {
    justify-content: center;
  }
  .cid-uAIK5M1vqS .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uAIK5M1vqS .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uAIK5M1vqS {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uAIK5M1vqS .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uAIK5M1vqS .content-wrap {
    width: 100%;
  }
}
.cid-uAIK5M1vqS .mbr-section-title,
.cid-uAIK5M1vqS .mbr-section-subtitle {
  text-align: center;
}
.cid-uAIK5M1vqS .mbr-text,
.cid-uAIK5M1vqS .mbr-section-btn {
  text-align: center;
  color: #9c98cf;
}
.cid-uAIK5M1vqS .mbr-section-title {
  color: #9c98cf;
}
.cid-uAIK5N73v7 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAIK5N73v7 .mbr-text {
  color: #000000;
}
.cid-uAIK5N73v7 .mbr-section-subtitle {
  color: #000000;
}
.cid-uAIK5N73v7 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAIK5N73v7 .mbr-text,
.cid-uAIK5N73v7 .item .mbr-section-btn {
  text-align: left;
}
.cid-uAIK5N73v7 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAIK5N73v7 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAIK5N73v7 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAIK5N73v7 .mbr-card-title {
  color: #393193;
}
.cid-uAIOvqK6jl {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uAIOvqK6jl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAIOvqK6jl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAIOvqK6jl .row {
  flex-direction: row-reverse;
}
.cid-uAIOvqK6jl .mbr-description {
  text-align: center;
}
.cid-uAIK5NBaY3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAIK5NBaY3 .mbr-text {
  color: #000000;
}
.cid-uAIK5NBaY3 .mbr-section-subtitle {
  color: #000000;
}
.cid-uAIK5NBaY3 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAIK5NBaY3 .mbr-text,
.cid-uAIK5NBaY3 .item .mbr-section-btn {
  text-align: left;
}
.cid-uAIK5NBaY3 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAIK5NBaY3 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAIK5NBaY3 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAIK5NBaY3 .mbr-card-title {
  color: #393193;
}
.cid-uAIPQAkjTc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAIPQAkjTc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAIPQAkjTc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAIPQAkjTc .row {
  flex-direction: row-reverse;
}
.cid-uAIPQAkjTc .mbr-description {
  text-align: center;
}
.cid-uAIQwAH0tB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAIQwAH0tB .mbr-text {
  color: #000000;
}
.cid-uAIQwAH0tB .mbr-section-subtitle {
  color: #000000;
}
.cid-uAIQwAH0tB .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAIQwAH0tB .mbr-text,
.cid-uAIQwAH0tB .item .mbr-section-btn {
  text-align: left;
}
.cid-uAIQwAH0tB .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAIQwAH0tB .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAIQwAH0tB .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAIQwAH0tB .mbr-card-title {
  color: #393193;
}
.cid-uAIRcy2ZiV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uAIRcy2ZiV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAIRcy2ZiV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAIRcy2ZiV .row {
  flex-direction: row-reverse;
}
.cid-uAIRcy2ZiV .mbr-description {
  text-align: center;
}
.cid-uAIRtJe0ci {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uAIRtJe0ci .mbr-text {
  color: #000000;
}
.cid-uAIRtJe0ci .mbr-section-subtitle {
  color: #000000;
}
.cid-uAIRtJe0ci .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAIRtJe0ci .mbr-text,
.cid-uAIRtJe0ci .item .mbr-section-btn {
  text-align: left;
}
.cid-uAIRtJe0ci .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAIRtJe0ci .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAIRtJe0ci .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uAIRtJe0ci .mbr-card-title {
  color: #393193;
}
.cid-uAIK5NVCWC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uAIK5NVCWC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAIK5NVCWC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAIK5NVCWC .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uAIK5NVCWC .footer-col {
    flex-direction: column;
  }
}
.cid-uAIK5NVCWC .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uAIK5NVCWC .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uAIK5NVCWC .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uAIK5NVCWC .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uAIK5NVCWC .mbr-section-btn {
    text-align: center;
  }
}
.cid-uAIK5NVCWC .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uAIK5NVCWC .soc-item {
  margin: 8px;
}
.cid-uAIK5NVCWC .soc-item a:hover .mbr-iconfont,
.cid-uAIK5NVCWC .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uAIK5NVCWC .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uAIK5NVCWC .row {
    text-align: center;
  }
  .cid-uAIK5NVCWC .social-row {
    justify-content: center;
  }
}
.cid-uAIK5NVCWC .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uAIK5NVCWC .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAIK5NVCWC .list {
    margin-bottom: 0rem;
  }
}
.cid-uAIK5NVCWC .mbr-text {
  color: #bbbbbb;
}
.cid-uAIK5NVCWC .mbr-section-subtitle {
  color: #000000;
}
.cid-uAIK5NVCWC .list,
.cid-uAIK5NVCWC .item-wrap {
  color: #232323;
}
.cid-uAIK5NVCWC .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uCHgbhhn5l {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/shape-of-universe-lg.webp");
}
.cid-uCHgbhhn5l .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uCHgbhhn5l {
    align-items: flex-end;
  }
  .cid-uCHgbhhn5l .row {
    justify-content: center;
  }
  .cid-uCHgbhhn5l .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uCHgbhhn5l .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uCHgbhhn5l {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uCHgbhhn5l .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uCHgbhhn5l .content-wrap {
    width: 100%;
  }
}
.cid-uCHgbhhn5l .mbr-section-title,
.cid-uCHgbhhn5l .mbr-section-subtitle {
  text-align: center;
}
.cid-uCHgbhhn5l .mbr-text,
.cid-uCHgbhhn5l .mbr-section-btn {
  text-align: center;
}
.cid-uCHgbhBbBu {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uCHgbhBbBu .mbr-text {
  color: #000000;
}
.cid-uCHgbhBbBu .mbr-section-subtitle {
  color: #000000;
}
.cid-uCHgbhBbBu .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uCHgbhBbBu .mbr-text,
.cid-uCHgbhBbBu .item .mbr-section-btn {
  text-align: left;
}
.cid-uCHgbhBbBu .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uCHgbhBbBu .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uCHgbhBbBu .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uCHgbhBbBu .mbr-card-title {
  color: #393193;
}
.cid-uCHgbhQKLr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uCHgbhQKLr .mbr-text {
  color: #000000;
}
.cid-uCHgbhQKLr .mbr-section-subtitle {
  color: #000000;
}
.cid-uCHgbhQKLr .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uCHgbhQKLr .mbr-text,
.cid-uCHgbhQKLr .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uCHgbhQKLr .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uCHgbhQKLr .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uCHgbhQKLr .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uCHgbhQKLr .mbr-card-title {
  color: #393193;
}
.cid-uCHhxntBmC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uCHhxntBmC .mbr-text {
  color: #000000;
}
.cid-uCHhxntBmC .mbr-section-subtitle {
  color: #000000;
}
.cid-uCHhxntBmC .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uCHhxntBmC .mbr-text,
.cid-uCHhxntBmC .item .mbr-section-btn {
  text-align: left;
}
.cid-uCHhxntBmC .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uCHhxntBmC .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uCHhxntBmC .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uCHhxntBmC .mbr-card-title {
  color: #393193;
}
.cid-uCHgbi40cV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uCHgbi40cV .mbr-text {
  color: #000000;
}
.cid-uCHgbi40cV .mbr-section-subtitle {
  color: #000000;
}
.cid-uCHgbi40cV .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uCHgbi40cV .mbr-text,
.cid-uCHgbi40cV .item .mbr-section-btn {
  text-align: left;
}
.cid-uCHgbi40cV .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uCHgbi40cV .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uCHgbi40cV .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uCHgbi40cV .mbr-card-title {
  color: #393193;
}
.cid-uCHhNKAVHu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uCHhNKAVHu .mbr-text {
  color: #000000;
}
.cid-uCHhNKAVHu .mbr-section-subtitle {
  color: #000000;
}
.cid-uCHhNKAVHu .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uCHhNKAVHu .mbr-text,
.cid-uCHhNKAVHu .item .mbr-section-btn {
  text-align: left;
}
.cid-uCHhNKAVHu .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uCHhNKAVHu .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uCHhNKAVHu .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uCHhNKAVHu .mbr-card-title {
  color: #393193;
}
.cid-uCHhPKPAl3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uCHhPKPAl3 .mbr-text {
  color: #000000;
}
.cid-uCHhPKPAl3 .mbr-section-subtitle {
  color: #000000;
}
.cid-uCHhPKPAl3 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uCHhPKPAl3 .mbr-text,
.cid-uCHhPKPAl3 .item .mbr-section-btn {
  text-align: left;
}
.cid-uCHhPKPAl3 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uCHhPKPAl3 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uCHhPKPAl3 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uCHhPKPAl3 .mbr-card-title {
  color: #393193;
}
.cid-uCHjGD0HkT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uCHjGD0HkT .mbr-text {
  color: #000000;
}
.cid-uCHjGD0HkT .mbr-section-subtitle {
  color: #000000;
}
.cid-uCHjGD0HkT .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uCHjGD0HkT .mbr-text,
.cid-uCHjGD0HkT .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uCHjGD0HkT .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uCHjGD0HkT .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uCHjGD0HkT .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uCHjGD0HkT .mbr-card-title {
  color: #393193;
}
.cid-uCHimQJcDi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uCHimQJcDi .mbr-text {
  color: #000000;
}
.cid-uCHimQJcDi .mbr-section-subtitle {
  color: #000000;
}
.cid-uCHimQJcDi .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uCHimQJcDi .mbr-text,
.cid-uCHimQJcDi .item .mbr-section-btn {
  text-align: left;
}
.cid-uCHimQJcDi .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uCHimQJcDi .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uCHimQJcDi .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uCHimQJcDi .mbr-card-title {
  color: #393193;
}
.cid-uCHkdK4BYT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uCHkdK4BYT .mbr-text {
  color: #000000;
}
.cid-uCHkdK4BYT .mbr-section-subtitle {
  color: #000000;
}
.cid-uCHkdK4BYT .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uCHkdK4BYT .mbr-text,
.cid-uCHkdK4BYT .item .mbr-section-btn {
  text-align: left;
}
.cid-uCHkdK4BYT .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uCHkdK4BYT .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uCHkdK4BYT .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uCHkdK4BYT .mbr-card-title {
  color: #393193;
}
.cid-uCHkman6R8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uCHkman6R8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCHkman6R8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCHkman6R8 .row {
  flex-direction: row-reverse;
}
.cid-uCHkman6R8 .mbr-description {
  text-align: center;
}
.cid-uCHknljBTG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uCHknljBTG .mbr-text {
  color: #000000;
}
.cid-uCHknljBTG .mbr-section-subtitle {
  color: #000000;
}
.cid-uCHknljBTG .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uCHknljBTG .mbr-text,
.cid-uCHknljBTG .item .mbr-section-btn {
  text-align: left;
}
.cid-uCHknljBTG .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uCHknljBTG .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uCHknljBTG .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uCHknljBTG .mbr-card-title {
  color: #393193;
}
.cid-uCHkMMdfRi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uCHkMMdfRi .mbr-text {
  color: #000000;
}
.cid-uCHkMMdfRi .mbr-section-subtitle {
  color: #000000;
}
.cid-uCHkMMdfRi .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uCHkMMdfRi .mbr-text,
.cid-uCHkMMdfRi .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uCHkMMdfRi .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uCHkMMdfRi .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uCHkMMdfRi .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uCHkMMdfRi .mbr-card-title {
  color: #393193;
}
.cid-uCHkOwGlfX {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uCHkOwGlfX .mbr-text {
  color: #000000;
}
.cid-uCHkOwGlfX .mbr-section-subtitle {
  color: #000000;
}
.cid-uCHkOwGlfX .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uCHkOwGlfX .mbr-text,
.cid-uCHkOwGlfX .item .mbr-section-btn {
  text-align: left;
}
.cid-uCHkOwGlfX .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uCHkOwGlfX .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uCHkOwGlfX .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uCHkOwGlfX .mbr-card-title {
  color: #393193;
}
.cid-uCHkTFzaOQ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uCHkTFzaOQ .mbr-text {
  color: #000000;
}
.cid-uCHkTFzaOQ .mbr-section-subtitle {
  color: #000000;
}
.cid-uCHkTFzaOQ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uCHkTFzaOQ .mbr-text,
.cid-uCHkTFzaOQ .item .mbr-section-btn {
  text-align: left;
}
.cid-uCHkTFzaOQ .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uCHkTFzaOQ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uCHkTFzaOQ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uCHkTFzaOQ .mbr-card-title {
  color: #393193;
}
.cid-uCHgbimrdh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uCHgbimrdh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCHgbimrdh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCHgbimrdh .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uCHgbimrdh .footer-col {
    flex-direction: column;
  }
}
.cid-uCHgbimrdh .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uCHgbimrdh .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uCHgbimrdh .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uCHgbimrdh .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uCHgbimrdh .mbr-section-btn {
    text-align: center;
  }
}
.cid-uCHgbimrdh .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uCHgbimrdh .soc-item {
  margin: 8px;
}
.cid-uCHgbimrdh .soc-item a:hover .mbr-iconfont,
.cid-uCHgbimrdh .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uCHgbimrdh .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uCHgbimrdh .row {
    text-align: center;
  }
  .cid-uCHgbimrdh .social-row {
    justify-content: center;
  }
}
.cid-uCHgbimrdh .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uCHgbimrdh .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uCHgbimrdh .list {
    margin-bottom: 0rem;
  }
}
.cid-uCHgbimrdh .mbr-text {
  color: #bbbbbb;
}
.cid-uCHgbimrdh .mbr-section-subtitle {
  color: #000000;
}
.cid-uCHgbimrdh .list,
.cid-uCHgbimrdh .item-wrap {
  color: #232323;
}
.cid-uCHgbimrdh .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uB54RiMe5q {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/dried-river-1.webp");
}
.cid-uB54RiMe5q .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uB54RiMe5q {
    align-items: flex-end;
  }
  .cid-uB54RiMe5q .row {
    justify-content: center;
  }
  .cid-uB54RiMe5q .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uB54RiMe5q .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uB54RiMe5q {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uB54RiMe5q .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uB54RiMe5q .content-wrap {
    width: 100%;
  }
}
.cid-uB54RiMe5q .mbr-section-title,
.cid-uB54RiMe5q .mbr-section-subtitle {
  text-align: center;
}
.cid-uB54RiMe5q .mbr-text,
.cid-uB54RiMe5q .mbr-section-btn {
  text-align: center;
}
.cid-uB54RjhNYz {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uB54RjhNYz .mbr-text {
  color: #000000;
}
.cid-uB54RjhNYz .mbr-section-subtitle {
  color: #000000;
}
.cid-uB54RjhNYz .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uB54RjhNYz .mbr-text,
.cid-uB54RjhNYz .item .mbr-section-btn {
  text-align: left;
}
.cid-uB54RjhNYz .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uB54RjhNYz .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uB54RjhNYz .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uB54RjhNYz .mbr-card-title {
  color: #393193;
}
.cid-uB54RjKKxt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uB54RjKKxt .mbr-text {
  color: #000000;
}
.cid-uB54RjKKxt .mbr-section-subtitle {
  color: #000000;
}
.cid-uB54RjKKxt .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uB54RjKKxt .mbr-text,
.cid-uB54RjKKxt .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uB54RjKKxt .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uB54RjKKxt .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uB54RjKKxt .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uB54RjKKxt .mbr-card-title {
  color: #393193;
}
.cid-uB54RkczFW {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uB54RkczFW .mbr-text {
  color: #000000;
}
.cid-uB54RkczFW .mbr-section-subtitle {
  color: #000000;
}
.cid-uB54RkczFW .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uB54RkczFW .mbr-text,
.cid-uB54RkczFW .item .mbr-section-btn {
  text-align: left;
}
.cid-uB54RkczFW .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uB54RkczFW .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uB54RkczFW .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uB54RkczFW .mbr-card-title {
  color: #393193;
}
.cid-uB54Rky3W0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uB54Rky3W0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB54Rky3W0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB54Rky3W0 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uB54Rky3W0 .footer-col {
    flex-direction: column;
  }
}
.cid-uB54Rky3W0 .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uB54Rky3W0 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uB54Rky3W0 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uB54Rky3W0 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uB54Rky3W0 .mbr-section-btn {
    text-align: center;
  }
}
.cid-uB54Rky3W0 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uB54Rky3W0 .soc-item {
  margin: 8px;
}
.cid-uB54Rky3W0 .soc-item a:hover .mbr-iconfont,
.cid-uB54Rky3W0 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uB54Rky3W0 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uB54Rky3W0 .row {
    text-align: center;
  }
  .cid-uB54Rky3W0 .social-row {
    justify-content: center;
  }
}
.cid-uB54Rky3W0 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uB54Rky3W0 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uB54Rky3W0 .list {
    margin-bottom: 0rem;
  }
}
.cid-uB54Rky3W0 .mbr-text {
  color: #bbbbbb;
}
.cid-uB54Rky3W0 .mbr-section-subtitle {
  color: #000000;
}
.cid-uB54Rky3W0 .list,
.cid-uB54Rky3W0 .item-wrap {
  color: #232323;
}
.cid-uB54Rky3W0 .copyright {
  color: #000000;
}
.cid-uIq2ELmU6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIq2ELmU6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIq2ELmU6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uIq2ELmU6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIq2ELmU6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIq2ELmU6H .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar-logo {
    padding-left: 0;
  }
}
.cid-uIq2ELmU6H .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uIq2ELmU6H .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uIq2ELmU6H .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uIq2ELmU6H .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uIq2ELmU6H .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uIq2ELmU6H .nav-item:focus,
.cid-uIq2ELmU6H .nav-link:focus {
  outline: none;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIq2ELmU6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIq2ELmU6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIq2ELmU6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.opened {
  transition: all 0.3s;
}
.cid-uIq2ELmU6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIq2ELmU6H .navbar .navbar-logo img {
  width: auto;
}
.cid-uIq2ELmU6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIq2ELmU6H .navbar.collapsed {
  justify-content: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIq2ELmU6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIq2ELmU6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIq2ELmU6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIq2ELmU6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIq2ELmU6H .navbar {
    min-height: 72px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIq2ELmU6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIq2ELmU6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIq2ELmU6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIq2ELmU6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIq2ELmU6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIq2ELmU6H .dropdown-item.active,
.cid-uIq2ELmU6H .dropdown-item:active {
  background-color: transparent;
}
.cid-uIq2ELmU6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIq2ELmU6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIq2ELmU6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIq2ELmU6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIq2ELmU6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIq2ELmU6H .navbar-buttons {
    text-align: left;
  }
}
.cid-uIq2ELmU6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIq2ELmU6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIq2ELmU6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIq2ELmU6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIq2ELmU6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIq2ELmU6H .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-uIq2ELmU6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIq2ELmU6H .navbar {
    height: 70px;
  }
  .cid-uIq2ELmU6H .navbar.opened {
    height: auto;
  }
  .cid-uIq2ELmU6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIq2ELmU6H .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIq2ELmU6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIq2ELmU6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIq2ELmU6H .navbar-brand {
    margin-right: auto;
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIq2ELmU6H .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIq2ELmU6H .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uIq2ELmU6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIq2ELmU6H .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-uIq2ELmU6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIq2ELmU6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uGcY4xwhC2 {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/hypersonic.webp");
}
.cid-uGcY4xwhC2 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uGcY4xwhC2 {
    align-items: flex-end;
  }
  .cid-uGcY4xwhC2 .row {
    justify-content: center;
  }
  .cid-uGcY4xwhC2 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uGcY4xwhC2 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uGcY4xwhC2 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uGcY4xwhC2 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uGcY4xwhC2 .content-wrap {
    width: 100%;
  }
}
.cid-uGcY4xwhC2 .mbr-section-title,
.cid-uGcY4xwhC2 .mbr-section-subtitle {
  text-align: center;
}
.cid-uGcY4xwhC2 .mbr-text,
.cid-uGcY4xwhC2 .mbr-section-btn {
  text-align: center;
}
.cid-uGcY4xQpcR {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uGcY4xQpcR .mbr-text {
  color: #000000;
}
.cid-uGcY4xQpcR .mbr-section-subtitle {
  color: #000000;
}
.cid-uGcY4xQpcR .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uGcY4xQpcR .mbr-text,
.cid-uGcY4xQpcR .item .mbr-section-btn {
  text-align: left;
}
.cid-uGcY4xQpcR .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uGcY4xQpcR .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uGcY4xQpcR .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uGcY4xQpcR .mbr-card-title {
  color: #393193;
}
.cid-uGcY4y6Aka {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uGcY4y6Aka .mbr-text {
  color: #000000;
}
.cid-uGcY4y6Aka .mbr-section-subtitle {
  color: #000000;
}
.cid-uGcY4y6Aka .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uGcY4y6Aka .mbr-text,
.cid-uGcY4y6Aka .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uGcY4y6Aka .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uGcY4y6Aka .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uGcY4y6Aka .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uGcY4y6Aka .mbr-card-title {
  color: #393193;
}
.cid-uGd5hPRVZs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uGd5hPRVZs .mbr-text {
  color: #000000;
}
.cid-uGd5hPRVZs .mbr-section-subtitle {
  color: #000000;
}
.cid-uGd5hPRVZs .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uGd5hPRVZs .mbr-text,
.cid-uGd5hPRVZs .item .mbr-section-btn {
  text-align: left;
}
.cid-uGd5hPRVZs .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uGd5hPRVZs .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uGd5hPRVZs .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uGd5hPRVZs .mbr-card-title {
  color: #393193;
}
.cid-uGdbLpYdDY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uGdbLpYdDY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGdbLpYdDY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGdbLpYdDY .row {
  flex-direction: row-reverse;
}
.cid-uGdbLpYdDY .mbr-description {
  text-align: center;
}
.cid-uGdc2VdwXo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uGdc2VdwXo .mbr-text {
  color: #000000;
}
.cid-uGdc2VdwXo .mbr-section-subtitle {
  color: #000000;
}
.cid-uGdc2VdwXo .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uGdc2VdwXo .mbr-text,
.cid-uGdc2VdwXo .item .mbr-section-btn {
  text-align: left;
}
.cid-uGdc2VdwXo .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uGdc2VdwXo .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uGdc2VdwXo .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uGdc2VdwXo .mbr-card-title {
  color: #393193;
}
.cid-uGlw7NelAY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uGlw7NelAY .mbr-text {
  color: #000000;
}
.cid-uGlw7NelAY .mbr-section-subtitle {
  color: #000000;
}
.cid-uGlw7NelAY .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uGlw7NelAY .mbr-text,
.cid-uGlw7NelAY .item .mbr-section-btn {
  text-align: left;
}
.cid-uGlw7NelAY .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uGlw7NelAY .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uGlw7NelAY .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uGlw7NelAY .mbr-card-title {
  color: #393193;
}
.cid-uGdBw7JASw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uGdBw7JASw .mbr-text {
  color: #000000;
}
.cid-uGdBw7JASw .mbr-section-subtitle {
  color: #000000;
}
.cid-uGdBw7JASw .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uGdBw7JASw .mbr-text,
.cid-uGdBw7JASw .item .mbr-section-btn {
  text-align: left;
}
.cid-uGdBw7JASw .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uGdBw7JASw .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uGdBw7JASw .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uGdBw7JASw .mbr-card-title {
  color: #393193;
  text-align: center;
}
.cid-uGcY4yld07 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uGcY4yld07 .mbr-text {
  color: #000000;
}
.cid-uGcY4yld07 .mbr-section-subtitle {
  color: #000000;
}
.cid-uGcY4yld07 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uGcY4yld07 .mbr-text,
.cid-uGcY4yld07 .item .mbr-section-btn {
  text-align: left;
}
.cid-uGcY4yld07 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uGcY4yld07 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uGcY4yld07 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uGcY4yld07 .mbr-card-title {
  color: #393193;
}
.cid-uGcY4yysWg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uGcY4yysWg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGcY4yysWg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGcY4yysWg .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uGcY4yysWg .footer-col {
    flex-direction: column;
  }
}
.cid-uGcY4yysWg .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uGcY4yysWg .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uGcY4yysWg .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uGcY4yysWg .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uGcY4yysWg .mbr-section-btn {
    text-align: center;
  }
}
.cid-uGcY4yysWg .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uGcY4yysWg .soc-item {
  margin: 8px;
}
.cid-uGcY4yysWg .soc-item a:hover .mbr-iconfont,
.cid-uGcY4yysWg .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uGcY4yysWg .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uGcY4yysWg .row {
    text-align: center;
  }
  .cid-uGcY4yysWg .social-row {
    justify-content: center;
  }
}
.cid-uGcY4yysWg .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uGcY4yysWg .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGcY4yysWg .list {
    margin-bottom: 0rem;
  }
}
.cid-uGcY4yysWg .mbr-text {
  color: #bbbbbb;
}
.cid-uGcY4yysWg .mbr-section-subtitle {
  color: #000000;
}
.cid-uGcY4yysWg .list,
.cid-uGcY4yysWg .item-wrap {
  color: #232323;
}
.cid-uGcY4yysWg .copyright {
  color: #000000;
}
.cid-uR1EBRoxE3 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uR1EBRoxE3 .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-uR1EBRoxE3 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uR1EBRoxE3 .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-uR1EBRoxE3 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uR1EBRoxE3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uR1EBRoxE3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uR1EBRoxE3 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uR1EBRoxE3 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uR1EBRoxE3 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uR1EBRoxE3 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uR1EBRoxE3 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uR1EBRoxE3 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uR1EBRoxE3 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uR1EBRoxE3 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uR1EBRoxE3 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uR1EBRoxE3 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uR1EBRoxE3 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uR1EBRoxE3 .navbar-logo {
    padding-left: 0;
  }
}
.cid-uR1EBRoxE3 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uR1EBRoxE3 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uR1EBRoxE3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uR1EBRoxE3 .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-uR1EBRoxE3 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-uR1EBRoxE3 .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uR1EBRoxE3 .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uR1EBRoxE3 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uR1EBRoxE3 .nav-item:focus,
.cid-uR1EBRoxE3 .nav-link:focus {
  outline: none;
}
.cid-uR1EBRoxE3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uR1EBRoxE3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uR1EBRoxE3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uR1EBRoxE3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uR1EBRoxE3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uR1EBRoxE3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uR1EBRoxE3 .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-uR1EBRoxE3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uR1EBRoxE3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uR1EBRoxE3 .navbar .navbar-logo img {
  width: auto;
}
.cid-uR1EBRoxE3 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uR1EBRoxE3 .navbar.collapsed {
  justify-content: center;
}
.cid-uR1EBRoxE3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uR1EBRoxE3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uR1EBRoxE3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uR1EBRoxE3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uR1EBRoxE3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uR1EBRoxE3 .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-uR1EBRoxE3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uR1EBRoxE3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uR1EBRoxE3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uR1EBRoxE3 .navbar {
    min-height: 72px;
  }
  .cid-uR1EBRoxE3 .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uR1EBRoxE3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uR1EBRoxE3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uR1EBRoxE3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uR1EBRoxE3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uR1EBRoxE3 .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-uR1EBRoxE3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uR1EBRoxE3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uR1EBRoxE3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uR1EBRoxE3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uR1EBRoxE3 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uR1EBRoxE3 .dropdown-item.active,
.cid-uR1EBRoxE3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uR1EBRoxE3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uR1EBRoxE3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uR1EBRoxE3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uR1EBRoxE3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uR1EBRoxE3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uR1EBRoxE3 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uR1EBRoxE3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uR1EBRoxE3 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uR1EBRoxE3 .navbar-buttons {
    text-align: left;
  }
}
.cid-uR1EBRoxE3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uR1EBRoxE3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uR1EBRoxE3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uR1EBRoxE3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uR1EBRoxE3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uR1EBRoxE3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uR1EBRoxE3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uR1EBRoxE3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uR1EBRoxE3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uR1EBRoxE3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uR1EBRoxE3 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uR1EBRoxE3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uR1EBRoxE3 .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-uR1EBRoxE3 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uR1EBRoxE3 .navbar {
    height: 70px;
  }
  .cid-uR1EBRoxE3 .navbar.opened {
    height: auto;
  }
  .cid-uR1EBRoxE3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uR1EBRoxE3 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uR1EBRoxE3 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uR1EBRoxE3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uR1EBRoxE3 .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uR1EBRoxE3 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uR1EBRoxE3 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uR1EBRoxE3 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uR1EBRoxE3 .navbar-brand {
    margin-right: auto;
  }
  .cid-uR1EBRoxE3 .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-uR1EBRoxE3 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uR1EBRoxE3 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uR1EBRoxE3 .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-uR1EBRoxE3 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uR1EBRoxE3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uR1EBRoxE3 .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uR1EBRoxE3 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uR1EBRoxE3 .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-uR1EBRoxE3 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uR1EBRoxE3 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uR1EBRSUi2 {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/screenshot-select-area-20250715163955.webp");
}
.cid-uR1EBRSUi2 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uR1EBRSUi2 {
    align-items: flex-end;
  }
  .cid-uR1EBRSUi2 .row {
    justify-content: center;
  }
  .cid-uR1EBRSUi2 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uR1EBRSUi2 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uR1EBRSUi2 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uR1EBRSUi2 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uR1EBRSUi2 .content-wrap {
    width: 100%;
  }
}
.cid-uR1EBRSUi2 .mbr-section-title,
.cid-uR1EBRSUi2 .mbr-section-subtitle {
  text-align: center;
}
.cid-uR1EBRSUi2 .mbr-text,
.cid-uR1EBRSUi2 .mbr-section-btn {
  text-align: center;
  color: #260a30;
}
.cid-uR1EBRSUi2 .mbr-section-title {
  color: #320707;
}
.cid-uR1EBSbbgt {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uR1EBSbbgt .mbr-text {
  color: #000000;
}
.cid-uR1EBSbbgt .mbr-section-subtitle {
  color: #000000;
}
.cid-uR1EBSbbgt .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uR1EBSbbgt .mbr-text,
.cid-uR1EBSbbgt .item .mbr-section-btn {
  text-align: left;
}
.cid-uR1EBSbbgt .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uR1EBSbbgt .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uR1EBSbbgt .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uR1EBSbbgt .mbr-card-title {
  color: #393193;
}
.cid-uR1EBSqBIy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uR1EBSqBIy .mbr-text {
  color: #000000;
}
.cid-uR1EBSqBIy .mbr-section-subtitle {
  color: #000000;
}
.cid-uR1EBSqBIy .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uR1EBSqBIy .mbr-text,
.cid-uR1EBSqBIy .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-uR1EBSqBIy .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uR1EBSqBIy .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uR1EBSqBIy .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uR1EBSqBIy .mbr-card-title {
  color: #393193;
}
.cid-uR1EBSDNyy {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uR1EBSDNyy .mbr-text {
  color: #000000;
}
.cid-uR1EBSDNyy .mbr-section-subtitle {
  color: #000000;
}
.cid-uR1EBSDNyy .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uR1EBSDNyy .mbr-text,
.cid-uR1EBSDNyy .item .mbr-section-btn {
  text-align: left;
}
.cid-uR1EBSDNyy .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uR1EBSDNyy .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uR1EBSDNyy .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uR1EBSDNyy .mbr-card-title {
  color: #393193;
}
.cid-uR1EBSU3CG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-uR1EBSU3CG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR1EBSU3CG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR1EBSU3CG .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uR1EBSU3CG .footer-col {
    flex-direction: column;
  }
}
.cid-uR1EBSU3CG .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uR1EBSU3CG .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uR1EBSU3CG .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uR1EBSU3CG .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uR1EBSU3CG .mbr-section-btn {
    text-align: center;
  }
}
.cid-uR1EBSU3CG .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uR1EBSU3CG .soc-item {
  margin: 8px;
}
.cid-uR1EBSU3CG .soc-item a:hover .mbr-iconfont,
.cid-uR1EBSU3CG .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uR1EBSU3CG .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uR1EBSU3CG .row {
    text-align: center;
  }
  .cid-uR1EBSU3CG .social-row {
    justify-content: center;
  }
}
.cid-uR1EBSU3CG .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uR1EBSU3CG .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uR1EBSU3CG .list {
    margin-bottom: 0rem;
  }
}
.cid-uR1EBSU3CG .mbr-text {
  color: #bbbbbb;
}
.cid-uR1EBSU3CG .mbr-section-subtitle {
  color: #000000;
}
.cid-uR1EBSU3CG .list,
.cid-uR1EBSU3CG .item-wrap {
  color: #232323;
}
.cid-uR1EBSU3CG .copyright {
  color: #000000;
}
.cid-vgmVX24Iq4 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vgmVX24Iq4 .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-vgmVX24Iq4 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vgmVX24Iq4 .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-vgmVX24Iq4 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-vgmVX24Iq4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgmVX24Iq4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgmVX24Iq4 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vgmVX24Iq4 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vgmVX24Iq4 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-vgmVX24Iq4 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vgmVX24Iq4 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vgmVX24Iq4 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vgmVX24Iq4 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-vgmVX24Iq4 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vgmVX24Iq4 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vgmVX24Iq4 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vgmVX24Iq4 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vgmVX24Iq4 .navbar-logo {
    padding-left: 0;
  }
}
.cid-vgmVX24Iq4 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vgmVX24Iq4 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vgmVX24Iq4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vgmVX24Iq4 .container {
  display: flex;
  height: 70px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  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-vgmVX24Iq4 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 1267px) {
  .cid-vgmVX24Iq4 .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-vgmVX24Iq4 .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vgmVX24Iq4 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-vgmVX24Iq4 .nav-item:focus,
.cid-vgmVX24Iq4 .nav-link:focus {
  outline: none;
}
.cid-vgmVX24Iq4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgmVX24Iq4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgmVX24Iq4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgmVX24Iq4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgmVX24Iq4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgmVX24Iq4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgmVX24Iq4 .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-vgmVX24Iq4 .navbar.opened {
  transition: all 0.3s;
}
.cid-vgmVX24Iq4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vgmVX24Iq4 .navbar .navbar-logo img {
  width: auto;
}
.cid-vgmVX24Iq4 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vgmVX24Iq4 .navbar.collapsed {
  justify-content: center;
}
.cid-vgmVX24Iq4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgmVX24Iq4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgmVX24Iq4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-vgmVX24Iq4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgmVX24Iq4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgmVX24Iq4 .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-vgmVX24Iq4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgmVX24Iq4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgmVX24Iq4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vgmVX24Iq4 .navbar {
    min-height: 72px;
  }
  .cid-vgmVX24Iq4 .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vgmVX24Iq4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgmVX24Iq4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgmVX24Iq4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgmVX24Iq4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgmVX24Iq4 .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-vgmVX24Iq4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vgmVX24Iq4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vgmVX24Iq4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgmVX24Iq4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgmVX24Iq4 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vgmVX24Iq4 .dropdown-item.active,
.cid-vgmVX24Iq4 .dropdown-item:active {
  background-color: transparent;
}
.cid-vgmVX24Iq4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgmVX24Iq4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgmVX24Iq4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgmVX24Iq4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vgmVX24Iq4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vgmVX24Iq4 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vgmVX24Iq4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vgmVX24Iq4 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vgmVX24Iq4 .navbar-buttons {
    text-align: left;
  }
}
.cid-vgmVX24Iq4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vgmVX24Iq4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vgmVX24Iq4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgmVX24Iq4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgmVX24Iq4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgmVX24Iq4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgmVX24Iq4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgmVX24Iq4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgmVX24Iq4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgmVX24Iq4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgmVX24Iq4 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vgmVX24Iq4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgmVX24Iq4 .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-vgmVX24Iq4 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgmVX24Iq4 .navbar {
    height: 70px;
  }
  .cid-vgmVX24Iq4 .navbar.opened {
    height: auto;
  }
  .cid-vgmVX24Iq4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgmVX24Iq4 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vgmVX24Iq4 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vgmVX24Iq4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vgmVX24Iq4 .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vgmVX24Iq4 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vgmVX24Iq4 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vgmVX24Iq4 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vgmVX24Iq4 .navbar-brand {
    margin-right: auto;
  }
  .cid-vgmVX24Iq4 .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-vgmVX24Iq4 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vgmVX24Iq4 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vgmVX24Iq4 .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-vgmVX24Iq4 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vgmVX24Iq4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vgmVX24Iq4 .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vgmVX24Iq4 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vgmVX24Iq4 .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-vgmVX24Iq4 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vgmVX24Iq4 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vgmVX2zoyG {
  display: flex;
  background-image: url("../../../assets/images/nagus-nerve-1147x692.png");
}
.cid-vgmVX2zoyG .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vgmVX2zoyG {
    align-items: flex-end;
  }
  .cid-vgmVX2zoyG .row {
    justify-content: center;
  }
  .cid-vgmVX2zoyG .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vgmVX2zoyG .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vgmVX2zoyG {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vgmVX2zoyG .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vgmVX2zoyG .content-wrap {
    width: 100%;
  }
}
.cid-vgmVX2zoyG .mbr-section-title,
.cid-vgmVX2zoyG .mbr-section-subtitle {
  text-align: center;
}
.cid-vgmVX2zoyG .mbr-text,
.cid-vgmVX2zoyG .mbr-section-btn {
  text-align: center;
  color: #9c98cf;
}
.cid-vgmVX2zoyG .mbr-section-title {
  color: #9c98cf;
}
.cid-vgmVX36ijO {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-vgmVX36ijO .mbr-text {
  color: #000000;
}
.cid-vgmVX36ijO .mbr-section-subtitle {
  color: #000000;
}
.cid-vgmVX36ijO .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vgmVX36ijO .mbr-text,
.cid-vgmVX36ijO .item .mbr-section-btn {
  text-align: left;
}
.cid-vgmVX36ijO .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vgmVX36ijO .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vgmVX36ijO .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vgmVX36ijO .mbr-card-title {
  color: #393193;
}
.cid-vgmVX3sOO3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-vgmVX3sOO3 .mbr-text {
  color: #000000;
}
.cid-vgmVX3sOO3 .mbr-section-subtitle {
  color: #000000;
}
.cid-vgmVX3sOO3 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vgmVX3sOO3 .mbr-text,
.cid-vgmVX3sOO3 .item .mbr-section-btn {
  text-align: left;
  color: #393193;
}
.cid-vgmVX3sOO3 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vgmVX3sOO3 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vgmVX3sOO3 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vgmVX3sOO3 .mbr-card-title {
  color: #393193;
}
.cid-vgmVX3VXkd {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-vgmVX3VXkd .mbr-text {
  color: #000000;
}
.cid-vgmVX3VXkd .mbr-section-subtitle {
  color: #000000;
}
.cid-vgmVX3VXkd .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vgmVX3VXkd .mbr-text,
.cid-vgmVX3VXkd .item .mbr-section-btn {
  text-align: left;
}
.cid-vgmVX3VXkd .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vgmVX3VXkd .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vgmVX3VXkd .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vgmVX3VXkd .mbr-card-title {
  color: #393193;
}
.cid-vgmVX4fkB1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-1.webp");
}
.cid-vgmVX4fkB1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgmVX4fkB1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgmVX4fkB1 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vgmVX4fkB1 .footer-col {
    flex-direction: column;
  }
}
.cid-vgmVX4fkB1 .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vgmVX4fkB1 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vgmVX4fkB1 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vgmVX4fkB1 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vgmVX4fkB1 .mbr-section-btn {
    text-align: center;
  }
}
.cid-vgmVX4fkB1 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vgmVX4fkB1 .soc-item {
  margin: 8px;
}
.cid-vgmVX4fkB1 .soc-item a:hover .mbr-iconfont,
.cid-vgmVX4fkB1 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vgmVX4fkB1 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #163300;
  color: #9c98cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vgmVX4fkB1 .row {
    text-align: center;
  }
  .cid-vgmVX4fkB1 .social-row {
    justify-content: center;
  }
}
.cid-vgmVX4fkB1 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vgmVX4fkB1 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vgmVX4fkB1 .list {
    margin-bottom: 0rem;
  }
}
.cid-vgmVX4fkB1 .mbr-text {
  color: #bbbbbb;
}
.cid-vgmVX4fkB1 .mbr-section-subtitle {
  color: #000000;
}
.cid-vgmVX4fkB1 .list,
.cid-vgmVX4fkB1 .item-wrap {
  color: #232323;
}
.cid-vgmVX4fkB1 .copyright {
  color: #000000;
}
