.btn {
  border-width: 2px;
}
body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'Fjalla One', sans-serif;
  font-size: 3.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-2 {
  font-family: 'Fjalla One', sans-serif;
  font-size: 2.2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Fjalla One', sans-serif;
  font-size: 1.7rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.125rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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: 3.04rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.66rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn-primary,
.btn-primary:active {
  color: #169100 !important;
  background-color: #b3ff55 !important;
  border-color: #b3ff55 !important;
}
.btn-primary:active,
.btn-primary:active:active {
  color: #169100 !important;
}
.btn-primary:hover,
.btn-primary:active:hover,
.btn-primary:focus,
.btn-primary:active:focus {
  background: white!important;
  border-color: white!important;
  color: #169100 !important;
}
.btn-secondary,
.btn-secondary:active {
  color: white!important;
  background-color: #169100 !important;
  border-color: #169100 !important;
}
.btn-secondary:hover,
.btn-secondary:active:hover,
.btn-secondary:focus,
.btn-secondary:active:focus {
  background: #b3ff55 !important;
  border-color: #b3ff55 !important;
  color: #169100 !important;
}
.btn-info,
.btn-info:active {
  color: #169100 !important;
  background-color: #b3ff55 !important;
  border-color: #b3ff55 !important;
}
.btn-info:hover,
.btn-info:active:hover,
.btn-info:focus,
.btn-info:active:focus {
  background-color: #169100 !important;
  border-color: #169100 !important;
  color: white!important;
}
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #b3ff55 !important;
}
.bg-success {
  background-color: #adadad !important;
}
.bg-info {
  background-color: #b3ff55 !important;
}
.bg-warning {
  background-color: #1b2026 !important;
}
.bg-danger {
  background-color: #bf0000 !important;
}
.btn-primary {
  box-shadow: none!important;
}
.btn-primary,
.btn-primary:active {
  background-color: #b3ff55 !important;
  border-color: #b3ff55 !important;
  color: #2f5500;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #000000;
  background-color: #8cfd00;
  border-color: #8cfd00;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #2f5500 !important;
  background-color: #8cfd00 !important;
  border-color: #8cfd00 !important;
}
.btn-secondary {
  box-shadow: none!important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #169100 !important;
  border-color: #169100 !important;
  color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff;
  background-color: #093a00;
  border-color: #093a00;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #093a00 !important;
  border-color: #093a00 !important;
}
.btn-info {
  box-shadow: none!important;
}
.btn-info,
.btn-info:active {
  background-color: #b3ff55 !important;
  border-color: #b3ff55 !important;
  color: #2f5500;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #000000;
  background-color: #8cfd00;
  border-color: #8cfd00;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #2f5500 !important;
  background-color: #8cfd00 !important;
  border-color: #8cfd00 !important;
}
.btn-success {
  box-shadow: none!important;
}
.btn-success,
.btn-success:active {
  background-color: #adadad !important;
  border-color: #adadad !important;
  color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff;
  background-color: #828282;
  border-color: #828282;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #828282 !important;
  border-color: #828282 !important;
}
.btn-warning {
  box-shadow: none!important;
}
.btn-warning,
.btn-warning:active {
  background-color: #1b2026 !important;
  border-color: #1b2026 !important;
  color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger {
  box-shadow: none!important;
}
.btn-danger,
.btn-danger:active {
  background-color: #bf0000 !important;
  border-color: #bf0000 !important;
  color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff;
  background-color: #680000;
  border-color: #680000;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #680000 !important;
  border-color: #680000 !important;
}
.btn-white {
  box-shadow: none!important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f;
  background-color: #cfcfcf;
  border-color: #cfcfcf;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black {
  box-shadow: none!important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline {
  color: #b3ff55 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #b3ff55;
  color: #b3ff55;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #8cfd00 !important;
  background-color: transparent!important;
  border-color: #8cfd00 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #2f5500 !important;
  background-color: #b3ff55 !important;
  border-color: #b3ff55 !important;
}
.btn-primary-outline:active {
  color: #b3ff55 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  border-color: #b3ff55 !important;
  background: #b3ff55 !important;
  color: #169100 !important;
}
.btn-secondary-outline {
  color: #169100 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #169100;
  color: #169100;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #093a00 !important;
  background-color: transparent!important;
  border-color: #093a00 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #169100 !important;
  border-color: #169100 !important;
}
.btn-secondary-outline:active {
  color: #169100 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  border-color: #b3ff55 !important;
  background: #b3ff55 !important;
  color: #169100 !important;
}
.btn-info-outline {
  color: #b3ff55 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #b3ff55;
  color: #b3ff55;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #8cfd00 !important;
  background-color: transparent!important;
  border-color: #8cfd00 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #2f5500 !important;
  background-color: #b3ff55 !important;
  border-color: #b3ff55 !important;
}
.btn-info-outline:active {
  color: #b3ff55 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  border-color: #b3ff55 !important;
  background: #b3ff55 !important;
  color: #169100 !important;
}
.btn-success-outline {
  color: #adadad !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #adadad;
  color: #adadad;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #828282 !important;
  background-color: transparent!important;
  border-color: #828282 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #adadad !important;
  border-color: #adadad !important;
}
.btn-success-outline:active {
  color: #adadad !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  border-color: #b3ff55 !important;
  background: #b3ff55 !important;
  color: #169100 !important;
}
.btn-warning-outline {
  color: #1b2026 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #1b2026;
  color: #1b2026;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #1b2026 !important;
  border-color: #1b2026 !important;
}
.btn-warning-outline:active {
  color: #1b2026 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  border-color: #b3ff55 !important;
  background: #b3ff55 !important;
  color: #169100 !important;
}
.btn-danger-outline {
  color: #bf0000 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #bf0000;
  color: #bf0000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #680000 !important;
  background-color: transparent!important;
  border-color: #680000 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #bf0000 !important;
  border-color: #bf0000 !important;
}
.btn-danger-outline:active {
  color: #bf0000 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  border-color: #b3ff55 !important;
  background: #b3ff55 !important;
  color: #169100 !important;
}
.btn-black-outline {
  color: #232323 !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-black-outline:active {
  color: #232323 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus {
  border-color: #b3ff55 !important;
  background: #b3ff55 !important;
  color: #169100 !important;
}
.btn-white-outline {
  color: #fafafa !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;
}
.btn-white-outline:active {
  color: #fafafa !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus {
  border-color: #b3ff55 !important;
  background: #b3ff55 !important;
  color: #169100 !important;
}
.text-primary {
  color: #b3ff55 !important;
}
.text-secondary {
  color: #169100 !important;
}
.text-success {
  color: #adadad !important;
}
.text-info {
  color: #b3ff55 !important;
}
.text-warning {
  color: #1b2026 !important;
}
.text-danger {
  color: #bf0000 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #e1ffbb !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #25f700 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #e0e0e0 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #e1ffbb !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #455262 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff2626 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #565656 !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: #b3ff55;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #b3ff55;
}
.alert-warning {
  background-color: #1b2026;
}
.alert-danger {
  background-color: #bf0000;
}
.mbr-gallery-filter li.active .btn {
  background-color: #b3ff55;
  border-color: #b3ff55;
  color: #3d6e00;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #b3ff55;
}
.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: #ededed;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ccd2da;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ff4040;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #b3ff55 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #b3ff55;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #b3ff55;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #b3ff55;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #b3ff55;
  border-bottom-color: #b3ff55;
}
.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: #b3ff55 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #169100 !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='%23b3ff55' %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;
}
.cid-uVVjOuzLCa {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uVVjOuzLCa .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-uVVjOuzLCa nav.navbar {
  position: fixed;
}
.cid-uVVjOuzLCa .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-uVVjOuzLCa .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-uVVjOuzLCa .nav-item {
    height: auto;
  }
}
.cid-uVVjOuzLCa .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uVVjOuzLCa .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVVjOuzLCa .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVVjOuzLCa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVVjOuzLCa .dropdown-item:hover,
.cid-uVVjOuzLCa .dropdown-item:focus {
  background: white !important;
}
.cid-uVVjOuzLCa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVVjOuzLCa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVVjOuzLCa .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-uVVjOuzLCa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVVjOuzLCa .nav-link {
  position: relative;
}
.cid-uVVjOuzLCa .container {
  display: flex;
  margin: auto;
}
.cid-uVVjOuzLCa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-uVVjOuzLCa .dropdown-menu,
.cid-uVVjOuzLCa .navbar.opened {
  background: #232323 !important;
}
.cid-uVVjOuzLCa .nav-item:focus,
.cid-uVVjOuzLCa .nav-link:focus {
  outline: none;
}
.cid-uVVjOuzLCa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVVjOuzLCa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVVjOuzLCa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-uVVjOuzLCa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVVjOuzLCa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVVjOuzLCa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVVjOuzLCa .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #232323;
}
.cid-uVVjOuzLCa .navbar.opened {
  transition: all 0.3s;
}
.cid-uVVjOuzLCa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVVjOuzLCa .navbar .navbar-logo img {
  width: auto;
}
.cid-uVVjOuzLCa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVVjOuzLCa .navbar.collapsed {
  justify-content: center;
}
.cid-uVVjOuzLCa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVVjOuzLCa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVVjOuzLCa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-uVVjOuzLCa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVVjOuzLCa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVVjOuzLCa .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVVjOuzLCa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVVjOuzLCa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVVjOuzLCa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVVjOuzLCa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVVjOuzLCa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVVjOuzLCa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVVjOuzLCa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVVjOuzLCa .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVVjOuzLCa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVVjOuzLCa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVVjOuzLCa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVVjOuzLCa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVVjOuzLCa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVVjOuzLCa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVVjOuzLCa .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVVjOuzLCa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVVjOuzLCa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVVjOuzLCa .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVVjOuzLCa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVVjOuzLCa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVVjOuzLCa .dropdown-item.active,
.cid-uVVjOuzLCa .dropdown-item:active {
  background-color: transparent;
}
.cid-uVVjOuzLCa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVVjOuzLCa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVVjOuzLCa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVVjOuzLCa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uVVjOuzLCa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVVjOuzLCa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVVjOuzLCa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVVjOuzLCa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVVjOuzLCa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVVjOuzLCa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVVjOuzLCa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVVjOuzLCa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVVjOuzLCa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVVjOuzLCa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVVjOuzLCa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVVjOuzLCa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVVjOuzLCa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVVjOuzLCa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVVjOuzLCa .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVVjOuzLCa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVVjOuzLCa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVVjOuzLCa .navbar {
    height: 70px;
  }
  .cid-uVVjOuzLCa .navbar.opened {
    height: auto;
  }
  .cid-uVVjOuzLCa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVVjOYYuCW {
  background-image: url("../../../assets/images/3.jpg-2000x1000.jpg");
}
.cid-uVVjOYYuCW .mbr-text,
.cid-uVVjOYYuCW .mbr-section-btn {
  color: #ffffff;
}
.cid-uVVjOYYuCW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVVjOYYuCW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVVjQ4afcM {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uVVjQ4afcM .btn {
  border-radius: 10px;
  padding: 1rem 2rem;
  margin: 0.5rem;
}
.cid-uVVjQ4afcM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVVjQ4afcM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVVjQ4afcM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVVjXZIJoe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVVjXZIJoe .item-wrapper {
  position: relative;
  border-radius: 10px;
  height: fit-content;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
  box-shadow: 0px 16px 32px 0px #0000000a;
}
.cid-uVVjXZIJoe .item-content {
  background: #b3ff55;
  transition: all 0.3s;
  border-top: 0px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 2rem 2.5rem;
}
@media (max-width: 767px) {
  .cid-uVVjXZIJoe .item-content {
    padding: 1rem 1.5rem;
  }
}
.cid-uVVjXZIJoe .mbr-iconfont {
  position: absolute;
  bottom: -1.9rem;
  font-size: 1.4rem;
  right: 2rem;
  padding: 1.2rem 1.2rem;
  box-shadow: 0px 16px 32px 0px #0000000a;
  background: #353535;
  border-radius: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uVVjXZIJoe .mbr-iconfont {
    right: 1rem;
  }
}
.cid-uVVjXZIJoe img,
.cid-uVVjXZIJoe .item-img {
  position: relative;
  width: 100%;
  height: 225px;
  object-fit: cover;
}
.cid-uVVjXZIJoe .item:focus,
.cid-uVVjXZIJoe span:focus {
  outline: none;
}
.cid-uVVjXZIJoe .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uVVjXZIJoe .mbr-section-title {
  color: #232323;
}
.cid-uVVjXZIJoe .mbr-text,
.cid-uVVjXZIJoe .mbr-section-btn {
  text-align: left;
  color: #777777;
}
.cid-uVVjXZIJoe .item-title {
  text-align: left;
  color: #1b2026;
}
.cid-uVVjXZIJoe .item-subtitle {
  text-align: left;
  color: #464646;
}
.cid-uVVjXZIJoe .mbr-section-subtitle {
  color: #777777;
}
.cid-uVVk4iGsPC {
  padding-top: 9rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/1.jpg-2000x1000.jpg");
}
.cid-uVVk4iGsPC .mbr-text,
.cid-uVVk4iGsPC .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uVVk4iGsPC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVVk4iGsPC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWezPwbl8u {
  padding-top: 75px;
  padding-bottom: 150px;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uWezPwbl8u svg {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translate(-50%) scale(1.5, 1.4);
  overflow: hidden;
  pointer-events: none;
}
.cid-uWezPwbl8u #e2_shape {
  fill: #b3ff55 !important;
}
.cid-uWezPwbl8u .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #b3ff55;
  background-color: rgba(255, 255, 255, 0.15);
  margin-bottom: 26px;
}
.cid-uWezPwbl8u .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uWezPwbl8u .mbr-section-subtitle {
  color: #232323;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-uWezPwbl8u .mbr-section-title {
  color: #232323;
  font-weight: 500;
  margin-bottom: 21px;
}
.cid-uWezPwbl8u .card {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uWezPwbl8u .card .card-img {
  width: 20%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uWezPwbl8u .card .card-box {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 80%;
  padding-left: 25px;
}
.cid-uWezPwbl8u .card .card-box .card-title {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 12px;
}
.cid-uWezPwbl8u .card .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-uWezPwbl8u .card .card-box .mbr-text {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-uWezPwbl8u .card .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-uWezPwbl8u .card .card-img span {
  color: #353535;
  font-size: 38px;
  font-weight: 900;
}
@media (max-width: 767px) {
  .cid-uWezPwbl8u .card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uWezPwbl8u .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-uWezPwbl8u .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-uWezPwbl8u .card .card-box .card-title,
  .cid-uWezPwbl8u .card .card-box .mbr-text,
  .cid-uWezPwbl8u .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-uWezPwbl8u .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-uWezPwbl8u .card .card-img {
    text-align: right !important;
  }
}
.cid-uWezPwbl8u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWezPwbl8u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWezPwbl8u .card .card-box .card-title,
.cid-uWezPwbl8u .card-img {
  color: #353535;
}
.cid-uWezPwbl8u .card .card-box .mbr-text,
.cid-uWezPwbl8u .link {
  color: #353535;
}
.cid-uVVk2a8Obr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uVVk2a8Obr .image-wrapper {
  padding: 0;
}
.cid-uVVk2a8Obr .img-item,
.cid-uVVk2a8Obr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uVVk2a8Obr .container-fluid {
  padding: 0 1rem;
}
.cid-uVVk2a8Obr .wrapper {
  max-width: 550px;
  margin: auto;
  padding: 4rem 0;
}
.cid-uVVk2a8Obr .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 757px) {
  .cid-uVVk2a8Obr .card-wrapper {
    flex-direction: column;
  }
}
.cid-uVVk2a8Obr .mbr-iconfont {
  font-size: 2rem;
}
.cid-uVVk2a8Obr .icon1 {
  color: #14191e;
}
.cid-uVVk2a8Obr .icon-wrapper {
  background: #ffffff;
  border-radius: 50%;
  min-width: 80px;
  height: 80px;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 757px) {
  .cid-uVVk2a8Obr .icon-wrapper {
    margin-right: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-uVVk2a8Obr .mbr-text,
.cid-uVVk2a8Obr .mbr-section-btn {
  color: #ffffff;
}
.cid-uVVk2a8Obr .mbr-section-subtitle {
  color: #777777;
}
.cid-uVVk2a8Obr .mbr-list {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-uVVk2a8Obr .mbr-list {
    justify-content: center;
    display: flex;
  }
}
.cid-uVVk2a8Obr .card-text {
  color: #ffffff;
}
.cid-uVVk2a8Obr .card-title {
  color: #b3ff55;
}
.cid-uVVk2a8Obr .mbr-section-title {
  color: #b3ff55;
}
.cid-uWemeLLxlG {
  padding-top: 75px;
  padding-bottom: 90px;
  background: #ffffff;
}
.cid-uWemeLLxlG .mbr-section-subtitle {
  color: #cccccc;
}
.cid-uWemeLLxlG h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-uWemeLLxlG h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uWemeLLxlG h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uWemeLLxlG .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-uWemeLLxlG .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-uWemeLLxlG .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-uWemeLLxlG .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-uWemeLLxlG .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uWemeLLxlG .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-uWemeLLxlG .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-uWemeLLxlG .mbr-section-title,
.cid-uWemeLLxlG .social-list {
  color: #353535;
}
@media (max-width: 768px) {
  .cid-uWemeLLxlG h2:before,
  .cid-uWemeLLxlG h2:after {
    display: none;
  }
}
.cid-uWemeLLxlG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWemeLLxlG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWen5h7Cia {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #b3ff55;
}
.cid-uWen5h7Cia .mbr-iconfont {
  font-size: 3rem;
  color: #353535;
  margin-right: 1.5rem;
  width: 100px;
  height: 100px;
  min-width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #ffffff;
  margin: auto;
  margin-bottom: 2rem;
}
@media (min-width: 1400px) {
  .cid-uWen5h7Cia .card-wrapper {
    padding: 0 4rem;
  }
}
.cid-uWen5h7Cia .card2 {
  border-right: 1px solid #ffffff;
}
.cid-uWen5h7Cia .card1 {
  border-right: 1px solid #ffffff;
}
.cid-uWen5h7Cia h4 {
  margin: 0;
}
.cid-uWen5h7Cia .card-text {
  color: #353535;
  text-align: center;
}
.cid-uWen5h7Cia .mbr-text {
  color: #200960;
}
.cid-uWen5h7Cia .card-title {
  color: #169100;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uWen5h7Cia .item {
    border: 0px;
    margin-bottom: 2rem;
  }
}
.cid-uWen5h7Cia .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWen5h7Cia .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWemDpEPke {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #232323;
  overflow: hidden;
}
.cid-uWvJWkvkPc {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uWvJWkvkPc .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-uWvJWkvkPc nav.navbar {
  position: fixed;
}
.cid-uWvJWkvkPc .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-uWvJWkvkPc .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-uWvJWkvkPc .nav-item {
    height: auto;
  }
}
.cid-uWvJWkvkPc .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uWvJWkvkPc .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWvJWkvkPc .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uWvJWkvkPc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWvJWkvkPc .dropdown-item:hover,
.cid-uWvJWkvkPc .dropdown-item:focus {
  background: white !important;
}
.cid-uWvJWkvkPc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWvJWkvkPc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWvJWkvkPc .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-uWvJWkvkPc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWvJWkvkPc .nav-link {
  position: relative;
}
.cid-uWvJWkvkPc .container {
  display: flex;
  margin: auto;
}
.cid-uWvJWkvkPc .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-uWvJWkvkPc .dropdown-menu,
.cid-uWvJWkvkPc .navbar.opened {
  background: #232323 !important;
}
.cid-uWvJWkvkPc .nav-item:focus,
.cid-uWvJWkvkPc .nav-link:focus {
  outline: none;
}
.cid-uWvJWkvkPc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWvJWkvkPc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWvJWkvkPc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-uWvJWkvkPc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWvJWkvkPc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWvJWkvkPc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWvJWkvkPc .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #232323;
}
.cid-uWvJWkvkPc .navbar.opened {
  transition: all 0.3s;
}
.cid-uWvJWkvkPc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWvJWkvkPc .navbar .navbar-logo img {
  width: auto;
}
.cid-uWvJWkvkPc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWvJWkvkPc .navbar.collapsed {
  justify-content: center;
}
.cid-uWvJWkvkPc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWvJWkvkPc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWvJWkvkPc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-uWvJWkvkPc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWvJWkvkPc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWvJWkvkPc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uWvJWkvkPc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWvJWkvkPc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWvJWkvkPc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWvJWkvkPc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWvJWkvkPc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWvJWkvkPc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWvJWkvkPc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWvJWkvkPc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uWvJWkvkPc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWvJWkvkPc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWvJWkvkPc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWvJWkvkPc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWvJWkvkPc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWvJWkvkPc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWvJWkvkPc .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWvJWkvkPc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWvJWkvkPc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWvJWkvkPc .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWvJWkvkPc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWvJWkvkPc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWvJWkvkPc .dropdown-item.active,
.cid-uWvJWkvkPc .dropdown-item:active {
  background-color: transparent;
}
.cid-uWvJWkvkPc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWvJWkvkPc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWvJWkvkPc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWvJWkvkPc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uWvJWkvkPc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWvJWkvkPc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWvJWkvkPc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWvJWkvkPc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWvJWkvkPc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWvJWkvkPc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uWvJWkvkPc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWvJWkvkPc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWvJWkvkPc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWvJWkvkPc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWvJWkvkPc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWvJWkvkPc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWvJWkvkPc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWvJWkvkPc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWvJWkvkPc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uWvJWkvkPc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWvJWkvkPc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWvJWkvkPc .navbar {
    height: 70px;
  }
  .cid-uWvJWkvkPc .navbar.opened {
    height: auto;
  }
  .cid-uWvJWkvkPc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWvJWkZson {
  padding-top: 9rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/4.jpg-2000x1000.jpg");
}
.cid-uWvJWkZson .mbr-text,
.cid-uWvJWkZson .mbr-section-btn {
  color: #ffffff;
}
.cid-uWvJWkZson .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWvJWkZson .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWvKdYlSCS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWvKdYlSCS .card {
  background: #e4e4e4;
  border-radius: 10px;
}
.cid-uWvKdYlSCS img {
  width: 100%;
  border-radius: 10px;
}
.cid-uWvKdYlSCS .wrapper {
  padding: 4rem 2rem;
}
@media (max-width: 767px) {
  .cid-uWvKdYlSCS .wrapper {
    padding: 3rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uWvKdYlSCS .wrapper {
    max-width: 430px;
    margin: auto;
    padding: 4rem 0;
  }
  .cid-uWvKdYlSCS img {
    width: 170%;
    z-index: 2;
    position: relative;
  }
  .cid-uWvKdYlSCS .image-wrapper {
    margin: auto;
  }
}
@media (max-width: 1199px) {
  .cid-uWvKdYlSCS img {
    width: 150%;
  }
}
@media (max-width: 992px) {
  .cid-uWvKdYlSCS img {
    width: 100%;
  }
}
.cid-uWvKdYlSCS .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-uWvKdYlSCS .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uWvKdYlSCS .counter-container ul li:before {
  position: absolute;
  left: -15px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #b3ff55;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: "✓";
}
.cid-uWvKdYlSCS .mbr-text,
.cid-uWvKdYlSCS .mbr-section-btn {
  color: #464646;
}
.cid-uWvKdYlSCS .mbr-section-subtitle {
  color: #777777;
}
.cid-uWvKdYlSCS .mbr-section-title {
  color: #353535;
}
.cid-uWvJWliBqI {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uWvJWliBqI .btn {
  border-radius: 10px;
  padding: 1rem 2rem;
  margin: 0.5rem;
}
.cid-uWvJWliBqI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uWvJWliBqI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWvJWliBqI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWvJWlWUuA {
  padding-top: 9rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/1.jpg-2000x1000.jpg");
}
.cid-uWvJWlWUuA .mbr-text,
.cid-uWvJWlWUuA .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uWvJWlWUuA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWvJWlWUuA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWvNuhqobi {
  padding-top: 75px;
  padding-bottom: 150px;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uWvNuhqobi svg {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translate(-50%) scale(1.5, 1.4);
  overflow: hidden;
  pointer-events: none;
}
.cid-uWvNuhqobi #e2_shape {
  fill: #b3ff55 !important;
}
.cid-uWvNuhqobi .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #b3ff55;
  background-color: rgba(255, 255, 255, 0.15);
  margin-bottom: 26px;
}
.cid-uWvNuhqobi .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uWvNuhqobi .mbr-section-subtitle {
  color: #232323;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-uWvNuhqobi .mbr-section-title {
  color: #232323;
  font-weight: 500;
  margin-bottom: 21px;
}
.cid-uWvNuhqobi .card {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uWvNuhqobi .card .card-img {
  width: 20%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uWvNuhqobi .card .card-box {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 80%;
  padding-left: 25px;
}
.cid-uWvNuhqobi .card .card-box .card-title {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 12px;
}
.cid-uWvNuhqobi .card .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-uWvNuhqobi .card .card-box .mbr-text {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-uWvNuhqobi .card .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-uWvNuhqobi .card .card-img span {
  color: #353535;
  font-size: 38px;
  font-weight: 900;
}
@media (max-width: 767px) {
  .cid-uWvNuhqobi .card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uWvNuhqobi .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-uWvNuhqobi .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-uWvNuhqobi .card .card-box .card-title,
  .cid-uWvNuhqobi .card .card-box .mbr-text,
  .cid-uWvNuhqobi .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-uWvNuhqobi .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-uWvNuhqobi .card .card-img {
    text-align: right !important;
  }
}
.cid-uWvNuhqobi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWvNuhqobi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWvNuhqobi .card .card-box .card-title,
.cid-uWvNuhqobi .card-img {
  color: #353535;
}
.cid-uWvNuhqobi .card .card-box .mbr-text,
.cid-uWvNuhqobi .link {
  color: #353535;
}
.cid-uWvJWmRTjM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uWvJWmRTjM .image-wrapper {
  padding: 0;
}
.cid-uWvJWmRTjM .img-item,
.cid-uWvJWmRTjM img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uWvJWmRTjM .container-fluid {
  padding: 0 1rem;
}
.cid-uWvJWmRTjM .wrapper {
  max-width: 550px;
  margin: auto;
  padding: 4rem 0;
}
.cid-uWvJWmRTjM .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 757px) {
  .cid-uWvJWmRTjM .card-wrapper {
    flex-direction: column;
  }
}
.cid-uWvJWmRTjM .mbr-iconfont {
  font-size: 2rem;
}
.cid-uWvJWmRTjM .icon1 {
  color: #14191e;
}
.cid-uWvJWmRTjM .icon-wrapper {
  background: #ffffff;
  border-radius: 50%;
  min-width: 80px;
  height: 80px;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 757px) {
  .cid-uWvJWmRTjM .icon-wrapper {
    margin-right: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-uWvJWmRTjM .mbr-text,
.cid-uWvJWmRTjM .mbr-section-btn {
  color: #ffffff;
}
.cid-uWvJWmRTjM .mbr-section-subtitle {
  color: #777777;
}
.cid-uWvJWmRTjM .mbr-list {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-uWvJWmRTjM .mbr-list {
    justify-content: center;
    display: flex;
  }
}
.cid-uWvJWmRTjM .card-text {
  color: #ffffff;
}
.cid-uWvJWmRTjM .card-title {
  color: #b3ff55;
}
.cid-uWvJWmRTjM .mbr-section-title {
  color: #b3ff55;
}
.cid-uWvJWn9919 {
  padding-top: 75px;
  padding-bottom: 90px;
  background: #ffffff;
}
.cid-uWvJWn9919 .mbr-section-subtitle {
  color: #cccccc;
}
.cid-uWvJWn9919 h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-uWvJWn9919 h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uWvJWn9919 h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uWvJWn9919 .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-uWvJWn9919 .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-uWvJWn9919 .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-uWvJWn9919 .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-uWvJWn9919 .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uWvJWn9919 .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-uWvJWn9919 .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-uWvJWn9919 .mbr-section-title,
.cid-uWvJWn9919 .social-list {
  color: #353535;
}
@media (max-width: 768px) {
  .cid-uWvJWn9919 h2:before,
  .cid-uWvJWn9919 h2:after {
    display: none;
  }
}
.cid-uWvJWn9919 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWvJWn9919 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWvJWnuQG5 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #b3ff55;
}
.cid-uWvJWnuQG5 .mbr-iconfont {
  font-size: 3rem;
  color: #353535;
  margin-right: 1.5rem;
  width: 100px;
  height: 100px;
  min-width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #ffffff;
  margin: auto;
  margin-bottom: 2rem;
}
@media (min-width: 1400px) {
  .cid-uWvJWnuQG5 .card-wrapper {
    padding: 0 4rem;
  }
}
.cid-uWvJWnuQG5 .card2 {
  border-right: 1px solid #ffffff;
}
.cid-uWvJWnuQG5 .card1 {
  border-right: 1px solid #ffffff;
}
.cid-uWvJWnuQG5 h4 {
  margin: 0;
}
.cid-uWvJWnuQG5 .card-text {
  color: #353535;
  text-align: center;
}
.cid-uWvJWnuQG5 .mbr-text {
  color: #200960;
}
.cid-uWvJWnuQG5 .card-title {
  color: #169100;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uWvJWnuQG5 .item {
    border: 0px;
    margin-bottom: 2rem;
  }
}
.cid-uWvJWnuQG5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWvJWnuQG5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWvJWnOmIW {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #232323;
  overflow: hidden;
}
.cid-uWvSDwAG0s {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uWvSDwAG0s .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-uWvSDwAG0s nav.navbar {
  position: fixed;
}
.cid-uWvSDwAG0s .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-uWvSDwAG0s .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-uWvSDwAG0s .nav-item {
    height: auto;
  }
}
.cid-uWvSDwAG0s .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uWvSDwAG0s .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWvSDwAG0s .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uWvSDwAG0s .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWvSDwAG0s .dropdown-item:hover,
.cid-uWvSDwAG0s .dropdown-item:focus {
  background: white !important;
}
.cid-uWvSDwAG0s .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWvSDwAG0s .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWvSDwAG0s .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-uWvSDwAG0s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWvSDwAG0s .nav-link {
  position: relative;
}
.cid-uWvSDwAG0s .container {
  display: flex;
  margin: auto;
}
.cid-uWvSDwAG0s .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-uWvSDwAG0s .dropdown-menu,
.cid-uWvSDwAG0s .navbar.opened {
  background: #232323 !important;
}
.cid-uWvSDwAG0s .nav-item:focus,
.cid-uWvSDwAG0s .nav-link:focus {
  outline: none;
}
.cid-uWvSDwAG0s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWvSDwAG0s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWvSDwAG0s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-uWvSDwAG0s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWvSDwAG0s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWvSDwAG0s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWvSDwAG0s .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #232323;
}
.cid-uWvSDwAG0s .navbar.opened {
  transition: all 0.3s;
}
.cid-uWvSDwAG0s .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWvSDwAG0s .navbar .navbar-logo img {
  width: auto;
}
.cid-uWvSDwAG0s .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWvSDwAG0s .navbar.collapsed {
  justify-content: center;
}
.cid-uWvSDwAG0s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWvSDwAG0s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWvSDwAG0s .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-uWvSDwAG0s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWvSDwAG0s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWvSDwAG0s .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uWvSDwAG0s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWvSDwAG0s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWvSDwAG0s .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWvSDwAG0s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWvSDwAG0s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWvSDwAG0s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWvSDwAG0s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWvSDwAG0s .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uWvSDwAG0s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWvSDwAG0s .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWvSDwAG0s .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWvSDwAG0s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWvSDwAG0s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWvSDwAG0s .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWvSDwAG0s .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWvSDwAG0s .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWvSDwAG0s .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWvSDwAG0s .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWvSDwAG0s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWvSDwAG0s .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWvSDwAG0s .dropdown-item.active,
.cid-uWvSDwAG0s .dropdown-item:active {
  background-color: transparent;
}
.cid-uWvSDwAG0s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWvSDwAG0s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWvSDwAG0s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWvSDwAG0s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uWvSDwAG0s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWvSDwAG0s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWvSDwAG0s ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWvSDwAG0s .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWvSDwAG0s button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWvSDwAG0s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uWvSDwAG0s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWvSDwAG0s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWvSDwAG0s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWvSDwAG0s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWvSDwAG0s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWvSDwAG0s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWvSDwAG0s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWvSDwAG0s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWvSDwAG0s .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uWvSDwAG0s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWvSDwAG0s .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWvSDwAG0s .navbar {
    height: 70px;
  }
  .cid-uWvSDwAG0s .navbar.opened {
    height: auto;
  }
  .cid-uWvSDwAG0s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWvSDx14er {
  padding-top: 9rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/40b87ab6-3fa8-4fbe-9c57-30604294cd22.jpg-1280x960.jpeg");
}
.cid-uWvSDx14er .mbr-text,
.cid-uWvSDx14er .mbr-section-btn {
  color: #ffffff;
}
.cid-uWvSDx14er .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWvSDx14er .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWvT7VI4iF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWvT7VI4iF .item-wrapper {
  position: relative;
  border-radius: 10px;
  height: fit-content;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
  box-shadow: 0px 16px 32px 0px #0000000a;
}
.cid-uWvT7VI4iF .item-content {
  background: #b3ff55;
  transition: all 0.3s;
  border-top: 0px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 2rem 2.5rem;
}
@media (max-width: 767px) {
  .cid-uWvT7VI4iF .item-content {
    padding: 1rem 1.5rem;
  }
}
.cid-uWvT7VI4iF .mbr-iconfont {
  position: absolute;
  bottom: -1.9rem;
  font-size: 1.4rem;
  right: 2rem;
  padding: 1.2rem 1.2rem;
  box-shadow: 0px 16px 32px 0px #0000000a;
  background: #353535;
  border-radius: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uWvT7VI4iF .mbr-iconfont {
    right: 1rem;
  }
}
.cid-uWvT7VI4iF img,
.cid-uWvT7VI4iF .item-img {
  position: relative;
  width: 100%;
  height: 225px;
  object-fit: cover;
}
.cid-uWvT7VI4iF .item:focus,
.cid-uWvT7VI4iF span:focus {
  outline: none;
}
.cid-uWvT7VI4iF .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uWvT7VI4iF .mbr-section-title {
  color: #232323;
}
.cid-uWvT7VI4iF .mbr-text,
.cid-uWvT7VI4iF .mbr-section-btn {
  text-align: left;
  color: #777777;
}
.cid-uWvT7VI4iF .item-title {
  text-align: left;
  color: #464646;
}
.cid-uWvT7VI4iF .item-subtitle {
  text-align: left;
  color: #353535;
}
.cid-uWvT7VI4iF .mbr-section-subtitle {
  color: #777777;
}
.cid-uWvSDxBovj {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uWvSDxBovj .btn {
  border-radius: 10px;
  padding: 1rem 2rem;
  margin: 0.5rem;
}
.cid-uWvSDxBovj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uWvSDxBovj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWvSDxBovj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWvSDxRseg {
  padding-top: 9rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/1.jpg-2000x1000.jpg");
}
.cid-uWvSDxRseg .mbr-text,
.cid-uWvSDxRseg .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uWvSDxRseg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWvSDxRseg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWvSDy7OPy {
  padding-top: 75px;
  padding-bottom: 150px;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uWvSDy7OPy svg {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translate(-50%) scale(1.5, 1.4);
  overflow: hidden;
  pointer-events: none;
}
.cid-uWvSDy7OPy #e2_shape {
  fill: #b3ff55 !important;
}
.cid-uWvSDy7OPy .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #b3ff55;
  background-color: rgba(255, 255, 255, 0.15);
  margin-bottom: 26px;
}
.cid-uWvSDy7OPy .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uWvSDy7OPy .mbr-section-subtitle {
  color: #232323;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-uWvSDy7OPy .mbr-section-title {
  color: #232323;
  font-weight: 500;
  margin-bottom: 21px;
}
.cid-uWvSDy7OPy .card {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uWvSDy7OPy .card .card-img {
  width: 20%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uWvSDy7OPy .card .card-box {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 80%;
  padding-left: 25px;
}
.cid-uWvSDy7OPy .card .card-box .card-title {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 12px;
}
.cid-uWvSDy7OPy .card .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-uWvSDy7OPy .card .card-box .mbr-text {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-uWvSDy7OPy .card .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-uWvSDy7OPy .card .card-img span {
  color: #353535;
  font-size: 38px;
  font-weight: 900;
}
@media (max-width: 767px) {
  .cid-uWvSDy7OPy .card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uWvSDy7OPy .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-uWvSDy7OPy .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-uWvSDy7OPy .card .card-box .card-title,
  .cid-uWvSDy7OPy .card .card-box .mbr-text,
  .cid-uWvSDy7OPy .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-uWvSDy7OPy .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-uWvSDy7OPy .card .card-img {
    text-align: right !important;
  }
}
.cid-uWvSDy7OPy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWvSDy7OPy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWvSDy7OPy .card .card-box .card-title,
.cid-uWvSDy7OPy .card-img {
  color: #353535;
}
.cid-uWvSDy7OPy .card .card-box .mbr-text,
.cid-uWvSDy7OPy .link {
  color: #353535;
}
.cid-uWvSDyIrpT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uWvSDyIrpT .image-wrapper {
  padding: 0;
}
.cid-uWvSDyIrpT .img-item,
.cid-uWvSDyIrpT img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uWvSDyIrpT .container-fluid {
  padding: 0 1rem;
}
.cid-uWvSDyIrpT .wrapper {
  max-width: 550px;
  margin: auto;
  padding: 4rem 0;
}
.cid-uWvSDyIrpT .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 757px) {
  .cid-uWvSDyIrpT .card-wrapper {
    flex-direction: column;
  }
}
.cid-uWvSDyIrpT .mbr-iconfont {
  font-size: 2rem;
}
.cid-uWvSDyIrpT .icon1 {
  color: #14191e;
}
.cid-uWvSDyIrpT .icon-wrapper {
  background: #ffffff;
  border-radius: 50%;
  min-width: 80px;
  height: 80px;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 757px) {
  .cid-uWvSDyIrpT .icon-wrapper {
    margin-right: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-uWvSDyIrpT .mbr-text,
.cid-uWvSDyIrpT .mbr-section-btn {
  color: #ffffff;
}
.cid-uWvSDyIrpT .mbr-section-subtitle {
  color: #777777;
}
.cid-uWvSDyIrpT .mbr-list {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-uWvSDyIrpT .mbr-list {
    justify-content: center;
    display: flex;
  }
}
.cid-uWvSDyIrpT .card-text {
  color: #ffffff;
}
.cid-uWvSDyIrpT .card-title {
  color: #b3ff55;
}
.cid-uWvSDyIrpT .mbr-section-title {
  color: #b3ff55;
}
.cid-uWvSDz1D9g {
  padding-top: 75px;
  padding-bottom: 90px;
  background: #ffffff;
}
.cid-uWvSDz1D9g .mbr-section-subtitle {
  color: #cccccc;
}
.cid-uWvSDz1D9g h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-uWvSDz1D9g h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uWvSDz1D9g h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uWvSDz1D9g .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-uWvSDz1D9g .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-uWvSDz1D9g .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-uWvSDz1D9g .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-uWvSDz1D9g .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uWvSDz1D9g .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-uWvSDz1D9g .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-uWvSDz1D9g .mbr-section-title,
.cid-uWvSDz1D9g .social-list {
  color: #353535;
}
@media (max-width: 768px) {
  .cid-uWvSDz1D9g h2:before,
  .cid-uWvSDz1D9g h2:after {
    display: none;
  }
}
.cid-uWvSDz1D9g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWvSDz1D9g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWvSDzkYYO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #b3ff55;
}
.cid-uWvSDzkYYO .mbr-iconfont {
  font-size: 3rem;
  color: #353535;
  margin-right: 1.5rem;
  width: 100px;
  height: 100px;
  min-width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #ffffff;
  margin: auto;
  margin-bottom: 2rem;
}
@media (min-width: 1400px) {
  .cid-uWvSDzkYYO .card-wrapper {
    padding: 0 4rem;
  }
}
.cid-uWvSDzkYYO .card2 {
  border-right: 1px solid #ffffff;
}
.cid-uWvSDzkYYO .card1 {
  border-right: 1px solid #ffffff;
}
.cid-uWvSDzkYYO h4 {
  margin: 0;
}
.cid-uWvSDzkYYO .card-text {
  color: #353535;
  text-align: center;
}
.cid-uWvSDzkYYO .mbr-text {
  color: #200960;
}
.cid-uWvSDzkYYO .card-title {
  color: #169100;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uWvSDzkYYO .item {
    border: 0px;
    margin-bottom: 2rem;
  }
}
.cid-uWvSDzkYYO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWvSDzkYYO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWvSDzFpV7 {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #232323;
  overflow: hidden;
}
.cid-uWvUrNGKWi {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uWvUrNGKWi .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-uWvUrNGKWi nav.navbar {
  position: fixed;
}
.cid-uWvUrNGKWi .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-uWvUrNGKWi .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-uWvUrNGKWi .nav-item {
    height: auto;
  }
}
.cid-uWvUrNGKWi .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uWvUrNGKWi .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWvUrNGKWi .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uWvUrNGKWi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWvUrNGKWi .dropdown-item:hover,
.cid-uWvUrNGKWi .dropdown-item:focus {
  background: white !important;
}
.cid-uWvUrNGKWi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWvUrNGKWi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWvUrNGKWi .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-uWvUrNGKWi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWvUrNGKWi .nav-link {
  position: relative;
}
.cid-uWvUrNGKWi .container {
  display: flex;
  margin: auto;
}
.cid-uWvUrNGKWi .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-uWvUrNGKWi .dropdown-menu,
.cid-uWvUrNGKWi .navbar.opened {
  background: #232323 !important;
}
.cid-uWvUrNGKWi .nav-item:focus,
.cid-uWvUrNGKWi .nav-link:focus {
  outline: none;
}
.cid-uWvUrNGKWi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWvUrNGKWi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWvUrNGKWi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-uWvUrNGKWi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWvUrNGKWi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWvUrNGKWi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWvUrNGKWi .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #232323;
}
.cid-uWvUrNGKWi .navbar.opened {
  transition: all 0.3s;
}
.cid-uWvUrNGKWi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWvUrNGKWi .navbar .navbar-logo img {
  width: auto;
}
.cid-uWvUrNGKWi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWvUrNGKWi .navbar.collapsed {
  justify-content: center;
}
.cid-uWvUrNGKWi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWvUrNGKWi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWvUrNGKWi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-uWvUrNGKWi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWvUrNGKWi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWvUrNGKWi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uWvUrNGKWi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWvUrNGKWi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWvUrNGKWi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWvUrNGKWi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWvUrNGKWi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWvUrNGKWi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWvUrNGKWi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWvUrNGKWi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uWvUrNGKWi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWvUrNGKWi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWvUrNGKWi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWvUrNGKWi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWvUrNGKWi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWvUrNGKWi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWvUrNGKWi .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWvUrNGKWi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWvUrNGKWi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWvUrNGKWi .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWvUrNGKWi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWvUrNGKWi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWvUrNGKWi .dropdown-item.active,
.cid-uWvUrNGKWi .dropdown-item:active {
  background-color: transparent;
}
.cid-uWvUrNGKWi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWvUrNGKWi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWvUrNGKWi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWvUrNGKWi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uWvUrNGKWi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWvUrNGKWi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWvUrNGKWi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWvUrNGKWi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWvUrNGKWi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWvUrNGKWi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uWvUrNGKWi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWvUrNGKWi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWvUrNGKWi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWvUrNGKWi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWvUrNGKWi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWvUrNGKWi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWvUrNGKWi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWvUrNGKWi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWvUrNGKWi .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uWvUrNGKWi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWvUrNGKWi .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWvUrNGKWi .navbar {
    height: 70px;
  }
  .cid-uWvUrNGKWi .navbar.opened {
    height: auto;
  }
  .cid-uWvUrNGKWi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWvUrO50nt {
  padding-top: 9rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/7372a633-a771-42fc-a63f-4da6640ca1b4.jpg-1600x1600.jpeg");
}
.cid-uWvUrO50nt .mbr-text,
.cid-uWvUrO50nt .mbr-section-btn {
  color: #ffffff;
}
.cid-uWvUrO50nt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWvUrO50nt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWzJxrdRWu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWzJxrdRWu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWzJxrdRWu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWzJxrdRWu .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uWzJxrdRWu .mbr-section-title {
  color: #24262b;
}
.cid-uWzJxrdRWu .mbr-section-subtitle {
  color: #24262b;
}
.cid-uWzJxrdRWu .items-row {
  row-gap: 32px;
}
.cid-uWzJxrdRWu .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uWzJxrdRWu .item-wrapper img {
  width: 100%;
  aspect-ratio: calc(8 / (1 * 8));
  object-fit: cover;
  transition: all 0.3s;
}
.cid-uWzJxrdRWu .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-uWzJxrdRWu .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-uWzJxrdRWu .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-uWzJxrdRWu .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uWzJxrdRWu .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-uWzJxrdRWu .mbr-item-subtitle {
  color: #24262b;
}
.cid-uWzJxrdRWu .carousel-control,
.cid-uWzJxrdRWu .close {
  background: #1b1b1b;
}
.cid-uWzJxrdRWu .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uWzJxrdRWu .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uWzJxrdRWu .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uWzJxrdRWu .carousel-control-next span {
  margin-left: 5px;
}
.cid-uWzJxrdRWu .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uWzJxrdRWu .close::before {
  content: '\e91a';
}
.cid-uWzJxrdRWu .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uWzJxrdRWu .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uWzJxrdRWu .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uWzJxrdRWu .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uWzJxrdRWu .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uWzJxrdRWu .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uWzJxrdRWu .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uWzJxrdRWu .carousel-indicators li.active,
.cid-uWzJxrdRWu .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uWzJxrdRWu .carousel-indicators li::after,
.cid-uWzJxrdRWu .carousel-indicators li::before {
  content: none;
}
.cid-uWzJxrdRWu .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uWzJxrdRWu .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uWzJxrdRWu .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uWzJxrdRWu .carousel-indicators {
    display: none;
  }
}
.cid-uWzJxrdRWu .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uWzJxrdRWu .carousel-inner > .active {
  display: block;
}
.cid-uWzJxrdRWu .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uWzJxrdRWu .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uWzJxrdRWu .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uWzJxrdRWu .carousel-control,
  .cid-uWzJxrdRWu .carousel-indicators,
  .cid-uWzJxrdRWu .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uWzJxrdRWu .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uWzJxrdRWu .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uWzJxrdRWu .carousel-indicators .active,
.cid-uWzJxrdRWu .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uWzJxrdRWu .carousel-indicators .active {
  background: #fff;
}
.cid-uWzJxrdRWu .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uWzJxrdRWu .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uWzJxrdRWu .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uWzJxrdRWu .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uWzJxrdRWu .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uWzJxrdRWu .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uWzJxrdRWu .carousel {
  width: 100%;
}
.cid-uWzJxrdRWu .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uWzJxrdRWu .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uWzJxrdRWu .modal.fade .modal-dialog,
.cid-uWzJxrdRWu .modal.in .modal-dialog {
  transform: none;
}
.cid-uWzJxrdRWu .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uWzJxrdRWu H6 {
  text-align: center;
}
.cid-uWvUrOK3GC {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uWvUrOK3GC .btn {
  border-radius: 10px;
  padding: 1rem 2rem;
  margin: 0.5rem;
}
.cid-uWvUrOK3GC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uWvUrOK3GC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWvUrOK3GC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWvUrOXRMY {
  padding-top: 9rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/1.jpg-2000x1000.jpg");
}
.cid-uWvUrOXRMY .mbr-text,
.cid-uWvUrOXRMY .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uWvUrOXRMY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWvUrOXRMY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWvUrPealM {
  padding-top: 75px;
  padding-bottom: 150px;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uWvUrPealM svg {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translate(-50%) scale(1.5, 1.4);
  overflow: hidden;
  pointer-events: none;
}
.cid-uWvUrPealM #e2_shape {
  fill: #b3ff55 !important;
}
.cid-uWvUrPealM .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #b3ff55;
  background-color: rgba(255, 255, 255, 0.15);
  margin-bottom: 26px;
}
.cid-uWvUrPealM .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uWvUrPealM .mbr-section-subtitle {
  color: #232323;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-uWvUrPealM .mbr-section-title {
  color: #232323;
  font-weight: 500;
  margin-bottom: 21px;
}
.cid-uWvUrPealM .card {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uWvUrPealM .card .card-img {
  width: 20%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uWvUrPealM .card .card-box {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 80%;
  padding-left: 25px;
}
.cid-uWvUrPealM .card .card-box .card-title {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 12px;
}
.cid-uWvUrPealM .card .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-uWvUrPealM .card .card-box .mbr-text {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-uWvUrPealM .card .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-uWvUrPealM .card .card-img span {
  color: #353535;
  font-size: 38px;
  font-weight: 900;
}
@media (max-width: 767px) {
  .cid-uWvUrPealM .card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uWvUrPealM .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-uWvUrPealM .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-uWvUrPealM .card .card-box .card-title,
  .cid-uWvUrPealM .card .card-box .mbr-text,
  .cid-uWvUrPealM .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-uWvUrPealM .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-uWvUrPealM .card .card-img {
    text-align: right !important;
  }
}
.cid-uWvUrPealM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWvUrPealM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWvUrPealM .card .card-box .card-title,
.cid-uWvUrPealM .card-img {
  color: #353535;
}
.cid-uWvUrPealM .card .card-box .mbr-text,
.cid-uWvUrPealM .link {
  color: #353535;
}
.cid-uWvUrPOv42 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uWvUrPOv42 .image-wrapper {
  padding: 0;
}
.cid-uWvUrPOv42 .img-item,
.cid-uWvUrPOv42 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uWvUrPOv42 .container-fluid {
  padding: 0 1rem;
}
.cid-uWvUrPOv42 .wrapper {
  max-width: 550px;
  margin: auto;
  padding: 4rem 0;
}
.cid-uWvUrPOv42 .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 757px) {
  .cid-uWvUrPOv42 .card-wrapper {
    flex-direction: column;
  }
}
.cid-uWvUrPOv42 .mbr-iconfont {
  font-size: 2rem;
}
.cid-uWvUrPOv42 .icon1 {
  color: #14191e;
}
.cid-uWvUrPOv42 .icon-wrapper {
  background: #ffffff;
  border-radius: 50%;
  min-width: 80px;
  height: 80px;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 757px) {
  .cid-uWvUrPOv42 .icon-wrapper {
    margin-right: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-uWvUrPOv42 .mbr-text,
.cid-uWvUrPOv42 .mbr-section-btn {
  color: #ffffff;
}
.cid-uWvUrPOv42 .mbr-section-subtitle {
  color: #777777;
}
.cid-uWvUrPOv42 .mbr-list {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-uWvUrPOv42 .mbr-list {
    justify-content: center;
    display: flex;
  }
}
.cid-uWvUrPOv42 .card-text {
  color: #ffffff;
}
.cid-uWvUrPOv42 .card-title {
  color: #b3ff55;
}
.cid-uWvUrPOv42 .mbr-section-title {
  color: #b3ff55;
}
.cid-uWvUrQ5ya8 {
  padding-top: 75px;
  padding-bottom: 90px;
  background: #ffffff;
}
.cid-uWvUrQ5ya8 .mbr-section-subtitle {
  color: #cccccc;
}
.cid-uWvUrQ5ya8 h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-uWvUrQ5ya8 h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uWvUrQ5ya8 h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uWvUrQ5ya8 .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-uWvUrQ5ya8 .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-uWvUrQ5ya8 .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-uWvUrQ5ya8 .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-uWvUrQ5ya8 .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uWvUrQ5ya8 .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-uWvUrQ5ya8 .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-uWvUrQ5ya8 .mbr-section-title,
.cid-uWvUrQ5ya8 .social-list {
  color: #353535;
}
@media (max-width: 768px) {
  .cid-uWvUrQ5ya8 h2:before,
  .cid-uWvUrQ5ya8 h2:after {
    display: none;
  }
}
.cid-uWvUrQ5ya8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWvUrQ5ya8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWvUrQqv3x {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #b3ff55;
}
.cid-uWvUrQqv3x .mbr-iconfont {
  font-size: 3rem;
  color: #353535;
  margin-right: 1.5rem;
  width: 100px;
  height: 100px;
  min-width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #ffffff;
  margin: auto;
  margin-bottom: 2rem;
}
@media (min-width: 1400px) {
  .cid-uWvUrQqv3x .card-wrapper {
    padding: 0 4rem;
  }
}
.cid-uWvUrQqv3x .card2 {
  border-right: 1px solid #ffffff;
}
.cid-uWvUrQqv3x .card1 {
  border-right: 1px solid #ffffff;
}
.cid-uWvUrQqv3x h4 {
  margin: 0;
}
.cid-uWvUrQqv3x .card-text {
  color: #353535;
  text-align: center;
}
.cid-uWvUrQqv3x .mbr-text {
  color: #200960;
}
.cid-uWvUrQqv3x .card-title {
  color: #169100;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uWvUrQqv3x .item {
    border: 0px;
    margin-bottom: 2rem;
  }
}
.cid-uWvUrQqv3x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWvUrQqv3x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWvUrQJxua {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #232323;
  overflow: hidden;
}
.cid-uWzOvgjzvO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uWzOvgjzvO .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-uWzOvgjzvO nav.navbar {
  position: fixed;
}
.cid-uWzOvgjzvO .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-uWzOvgjzvO .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-uWzOvgjzvO .nav-item {
    height: auto;
  }
}
.cid-uWzOvgjzvO .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uWzOvgjzvO .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWzOvgjzvO .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uWzOvgjzvO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWzOvgjzvO .dropdown-item:hover,
.cid-uWzOvgjzvO .dropdown-item:focus {
  background: white !important;
}
.cid-uWzOvgjzvO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWzOvgjzvO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWzOvgjzvO .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-uWzOvgjzvO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWzOvgjzvO .nav-link {
  position: relative;
}
.cid-uWzOvgjzvO .container {
  display: flex;
  margin: auto;
}
.cid-uWzOvgjzvO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-uWzOvgjzvO .dropdown-menu,
.cid-uWzOvgjzvO .navbar.opened {
  background: #232323 !important;
}
.cid-uWzOvgjzvO .nav-item:focus,
.cid-uWzOvgjzvO .nav-link:focus {
  outline: none;
}
.cid-uWzOvgjzvO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWzOvgjzvO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWzOvgjzvO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-uWzOvgjzvO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWzOvgjzvO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWzOvgjzvO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWzOvgjzvO .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #232323;
}
.cid-uWzOvgjzvO .navbar.opened {
  transition: all 0.3s;
}
.cid-uWzOvgjzvO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWzOvgjzvO .navbar .navbar-logo img {
  width: auto;
}
.cid-uWzOvgjzvO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWzOvgjzvO .navbar.collapsed {
  justify-content: center;
}
.cid-uWzOvgjzvO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWzOvgjzvO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWzOvgjzvO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-uWzOvgjzvO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWzOvgjzvO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWzOvgjzvO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uWzOvgjzvO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWzOvgjzvO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWzOvgjzvO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWzOvgjzvO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWzOvgjzvO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWzOvgjzvO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWzOvgjzvO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWzOvgjzvO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uWzOvgjzvO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWzOvgjzvO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWzOvgjzvO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWzOvgjzvO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWzOvgjzvO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWzOvgjzvO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWzOvgjzvO .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWzOvgjzvO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWzOvgjzvO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWzOvgjzvO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWzOvgjzvO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWzOvgjzvO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWzOvgjzvO .dropdown-item.active,
.cid-uWzOvgjzvO .dropdown-item:active {
  background-color: transparent;
}
.cid-uWzOvgjzvO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWzOvgjzvO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWzOvgjzvO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWzOvgjzvO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uWzOvgjzvO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWzOvgjzvO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWzOvgjzvO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWzOvgjzvO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWzOvgjzvO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWzOvgjzvO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uWzOvgjzvO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWzOvgjzvO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWzOvgjzvO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWzOvgjzvO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWzOvgjzvO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWzOvgjzvO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWzOvgjzvO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWzOvgjzvO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWzOvgjzvO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uWzOvgjzvO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWzOvgjzvO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWzOvgjzvO .navbar {
    height: 70px;
  }
  .cid-uWzOvgjzvO .navbar.opened {
    height: auto;
  }
  .cid-uWzOvgjzvO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWzOvgGJKd {
  padding-top: 9rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/d08db432-1afc-4d29-8be5-92b1b24f1979.jpg-1280x960.jpg");
}
.cid-uWzOvgGJKd .mbr-text,
.cid-uWzOvgGJKd .mbr-section-btn {
  color: #ffffff;
}
.cid-uWzOvgGJKd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWzOvgGJKd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWzOHJarCO {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uWzOHJarCO .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uWzOHJarCO .img-item,
.cid-uWzOHJarCO img {
  height: 100%;
  object-fit: cover;
}
.cid-uWzOHJarCO .img-col {
  padding: 0;
}
.cid-uWzOHJarCO .col-auto {
  width: 100%;
}
.cid-uWzOHJarCO .wrapper {
  background: #e4e4e4;
  padding: 6rem 4rem;
  border-radius: 10px;
  margin: 0 1rem;
}
@media (max-width: 767px) {
  .cid-uWzOHJarCO .wrapper {
    padding: 3rem 0rem;
    margin: 0 1rem;
  }
}
.cid-uWzOHJarCO textarea {
  min-height: 200px;
}
.cid-uWzOHJarCO .btn {
  display: inline-block;
  padding: 0.8rem 1.8rem;
}
.cid-uWzOHJarCO .content {
  max-width: 500px;
  margin: 5rem auto;
}
.cid-uWzOHJarCO .form-control,
.cid-uWzOHJarCO .field-input {
  padding: 1rem 1.5rem;
  border-radius: 10px;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1b2026;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uWzOHJarCO .form-control::-webkit-input-placeholder,
.cid-uWzOHJarCO .field-input::-webkit-input-placeholder,
.cid-uWzOHJarCO .form-control::-webkit-input-placeholder,
.cid-uWzOHJarCO .field-input::-webkit-input-placeholder {
  color: #777777;
}
.cid-uWzOHJarCO .form-control:-moz-placeholder,
.cid-uWzOHJarCO .field-input:-moz-placeholder,
.cid-uWzOHJarCO .form-control:-moz-placeholder,
.cid-uWzOHJarCO .field-input:-moz-placeholder {
  color: #777777;
}
.cid-uWzOHJarCO .form-control:hover,
.cid-uWzOHJarCO .field-input:hover,
.cid-uWzOHJarCO .form-control:focus,
.cid-uWzOHJarCO .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff !important;
  color: #1b2026;
  box-shadow: none;
  outline: none;
}
.cid-uWzOHJarCO .form-control:hover::-webkit-input-placeholder,
.cid-uWzOHJarCO .field-input:hover::-webkit-input-placeholder,
.cid-uWzOHJarCO .form-control:focus::-webkit-input-placeholder,
.cid-uWzOHJarCO .field-input:focus::-webkit-input-placeholder,
.cid-uWzOHJarCO .form-control:hover::-webkit-input-placeholder,
.cid-uWzOHJarCO .field-input:hover::-webkit-input-placeholder,
.cid-uWzOHJarCO .form-control:focus::-webkit-input-placeholder,
.cid-uWzOHJarCO .field-input:focus::-webkit-input-placeholder {
  color: #777777;
}
.cid-uWzOHJarCO .form-control:hover:-moz-placeholder,
.cid-uWzOHJarCO .field-input:hover:-moz-placeholder,
.cid-uWzOHJarCO .form-control:focus:-moz-placeholder,
.cid-uWzOHJarCO .field-input:focus:-moz-placeholder,
.cid-uWzOHJarCO .form-control:hover:-moz-placeholder,
.cid-uWzOHJarCO .field-input:hover:-moz-placeholder,
.cid-uWzOHJarCO .form-control:focus:-moz-placeholder,
.cid-uWzOHJarCO .field-input:focus:-moz-placeholder {
  color: #777777;
}
.cid-uWzOHJarCO .jq-number__spin:hover,
.cid-uWzOHJarCO .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uWzOHJarCO .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1b2026;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uWzOHJarCO .jq-selectbox li,
.cid-uWzOHJarCO .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uWzOHJarCO .jq-selectbox li:hover,
.cid-uWzOHJarCO .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uWzOHJarCO .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uWzOHJarCO .jq-number__spin.minus:hover:after,
.cid-uWzOHJarCO .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uWzOHJarCO .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uWzOHJarCO .jq-number__spin.minus:after,
.cid-uWzOHJarCO .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uWzOHJarCO input::-webkit-clear-button {
  display: none;
}
.cid-uWzOHJarCO input::-webkit-inner-spin-button {
  display: none;
}
.cid-uWzOHJarCO input::-webkit-outer-spin-button {
  display: none;
}
.cid-uWzOHJarCO input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uWzOHJarCO H4 {
  color: #777777;
}
.cid-uWzOvkVDjH {
  padding-top: 75px;
  padding-bottom: 90px;
  background: #ffffff;
}
.cid-uWzOvkVDjH .mbr-section-subtitle {
  color: #cccccc;
}
.cid-uWzOvkVDjH h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-uWzOvkVDjH h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uWzOvkVDjH h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uWzOvkVDjH .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-uWzOvkVDjH .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-uWzOvkVDjH .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-uWzOvkVDjH .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-uWzOvkVDjH .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uWzOvkVDjH .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-uWzOvkVDjH .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-uWzOvkVDjH .mbr-section-title,
.cid-uWzOvkVDjH .social-list {
  color: #353535;
}
@media (max-width: 768px) {
  .cid-uWzOvkVDjH h2:before,
  .cid-uWzOvkVDjH h2:after {
    display: none;
  }
}
.cid-uWzOvkVDjH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWzOvkVDjH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWzOvljk6L {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #b3ff55;
}
.cid-uWzOvljk6L .mbr-iconfont {
  font-size: 3rem;
  color: #353535;
  margin-right: 1.5rem;
  width: 100px;
  height: 100px;
  min-width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #ffffff;
  margin: auto;
  margin-bottom: 2rem;
}
@media (min-width: 1400px) {
  .cid-uWzOvljk6L .card-wrapper {
    padding: 0 4rem;
  }
}
.cid-uWzOvljk6L .card2 {
  border-right: 1px solid #ffffff;
}
.cid-uWzOvljk6L .card1 {
  border-right: 1px solid #ffffff;
}
.cid-uWzOvljk6L h4 {
  margin: 0;
}
.cid-uWzOvljk6L .card-text {
  color: #353535;
  text-align: center;
}
.cid-uWzOvljk6L .mbr-text {
  color: #200960;
}
.cid-uWzOvljk6L .card-title {
  color: #169100;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uWzOvljk6L .item {
    border: 0px;
    margin-bottom: 2rem;
  }
}
.cid-uWzOvljk6L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWzOvljk6L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWzOvlEayE {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #232323;
  overflow: hidden;
}
