body {
  font-family: 'Space Grotesk', sans-serif;
}
.display-1 {
  font-family: 'Kaisei Tokumin', serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Kaisei Tokumin', serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 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))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 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: #1b66ce !important;
}
.bg-success {
  background-color: #006b54 !important;
}
.bg-info {
  background-color: #cbb6f2 !important;
}
.bg-warning {
  background-color: #ffcc1a !important;
}
.bg-danger {
  background-color: #dac5b1 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1b66ce !important;
  border-color: #1b66ce !important;
  color: #ffffff !important;
  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: #ffffff !important;
  background-color: #1b66ce !important;
  border-color: #114081 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #114081 !important;
  border-color: #114081 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffa4bc !important;
  border-color: #ffa4bc !important;
  color: #ffffff !important;
  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 !important;
  background-color: #ffa4bc !important;
  border-color: #ff4d7c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff4d7c !important;
  border-color: #ff4d7c !important;
}
.btn-info,
.btn-info:active {
  background-color: #cbb6f2 !important;
  border-color: #cbb6f2 !important;
  color: #ffffff !important;
  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: #ffffff !important;
  background-color: #cbb6f2 !important;
  border-color: #976ce5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #976ce5 !important;
  border-color: #976ce5 !important;
}
.btn-success,
.btn-success:active {
  background-color: #006b54 !important;
  border-color: #006b54 !important;
  color: #ffffff !important;
  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 !important;
  background-color: #006b54 !important;
  border-color: #001410 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #001410 !important;
  border-color: #001410 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffcc1a !important;
  border-color: #ffcc1a !important;
  color: #1a1400 !important;
  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 !important;
  background-color: #ffcc1a !important;
  border-color: #c29700 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1a1400 !important;
  background-color: #c29700 !important;
  border-color: #c29700 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #dac5b1 !important;
  border-color: #dac5b1 !important;
  color: #ffffff !important;
  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 !important;
  background-color: #dac5b1 !important;
  border-color: #be9976 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #be9976 !important;
  border-color: #be9976 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  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 !important;
  background-color: #fafafa !important;
  border-color: #cfcfcf !important;
  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,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  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 !important;
  background-color: #232323 !important;
  border-color: #000000 !important;
  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,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1b66ce;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #114081 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1b66ce !important;
  border-color: #1b66ce !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffa4bc;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff4d7c !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa4bc !important;
  border-color: #ffa4bc !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #cbb6f2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #976ce5 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #cbb6f2 !important;
  border-color: #cbb6f2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #006b54;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #001410 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #006b54 !important;
  border-color: #006b54 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffcc1a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c29700 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1a1400 !important;
  background-color: #ffcc1a !important;
  border-color: #ffcc1a !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #dac5b1;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #be9976 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #dac5b1 !important;
  border-color: #dac5b1 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #1b66ce !important;
}
.text-secondary {
  color: #ffa4bc !important;
}
.text-success {
  color: #006b54 !important;
}
.text-info {
  color: #cbb6f2 !important;
}
.text-warning {
  color: #ffcc1a !important;
}
.text-danger {
  color: #dac5b1 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0f3974 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff3e71 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000504 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #8d5fe3 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #b38b00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #b9926c !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #1b66ce;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #cbb6f2;
}
.alert-warning {
  background-color: #ffcc1a;
}
.alert-danger {
  background-color: #dac5b1;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1b66ce;
  border-color: #1b66ce;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #1b66ce;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #bed6f7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #00ebb8;
}
.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: #fff9e6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #1b66ce !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #1b66ce;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1b66ce;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #1b66ce;
}
.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: #1b66ce;
  border-bottom-color: #1b66ce;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #1b66ce !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffa4bc !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='%231b66ce' %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;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-uZ8PP5gaWZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uZ8PP5gaWZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ8PP5gaWZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZ8PP5gaWZ .container {
    padding: 0 16px;
  }
}
.cid-uZ8PP5gaWZ .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZ8PP5gaWZ .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZ8PP5gaWZ .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uZ8PP5gaWZ .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uZ8PP5gaWZ .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .cid-uZ8PP5gaWZ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZ8PP5gaWZ .image-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uZ8PP5gaWZ .image-wrapper {
    margin-left: 0;
  }
}
.cid-uZ8PP5gaWZ .image-wrapper img {
  height: 660px;
  object-fit: cover;
  box-shadow: 6px 8px 0 0 #3f7ed4;
  border-radius: 24px !important;
}
@media (max-width: 992px) {
  .cid-uZ8PP5gaWZ .image-wrapper img {
    height: 350px;
  }
}
.cid-uZ8PP5gaWZ .mbr-section-title {
  color: #ffffff;
}
.cid-uZ8PP5gaWZ .mbr-text {
  color: #ffffff;
}
.cid-uZ8PYRPVgB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d8d5d1;
  overflow: hidden;
}
.cid-uZ8PYRPVgB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ8PYRPVgB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ8PYRPVgB .row {
  flex-direction: row-reverse;
}
.cid-uZ8PYRPVgB .col-text {
  position: relative;
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-uZ8PYRPVgB .col-text {
    padding-left: 28px;
  }
}
@media (max-width: 991px) {
  .cid-uZ8PYRPVgB .col-text {
    order: 2;
  }
}
.cid-uZ8PYRPVgB .col-img {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uZ8PYRPVgB .col-img {
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .cid-uZ8PYRPVgB .col-img {
    order: 1;
  }
}
.cid-uZ8PYRPVgB .card-title {
  color: #161616;
  margin-top: 1rem;
  margin-bottom: 0 !important;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uZ8PYRPVgB .card-title {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
  }
}
.cid-uZ8PYRPVgB .mbr-text {
  color: #161616;
  margin-top: 2rem;
  margin-bottom: 0 !important;
  width: 100%;
  max-width: 480px;
}
@media (max-width: 991px) {
  .cid-uZ8PYRPVgB .mbr-text {
    text-align: center !important;
    padding-right: 0;
    margin-top: 1.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uZ8PYRPVgB .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .cid-uZ8PYRPVgB .mbr-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-uZ8PYRPVgB .mbr-section-btn {
    width: 100%;
  }
}
.cid-uZ8PYRPVgB .image-wrapper {
  display: flex;
  position: relative;
  z-index: 10;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 510px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uZ8PYRPVgB .image-wrapper {
    height: 360px;
    margin-bottom: 24px;
  }
}
@media (max-width: 575px) {
  .cid-uZ8PYRPVgB .image-wrapper {
    height: auto;
  }
}
.cid-uZ8PYRPVgB .image-wrapper img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.cid-uZ8PYRPVgB .circle-blur {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  display: block;
  width: 560px;
  height: 560px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(132deg, #ff7448 27%, #ff4848 50%, #6148ff 79%);
  opacity: .97;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
@media (max-width: 991px) {
  .cid-uZ8PYRPVgB .circle-blur {
    width: 320px;
    height: 320px;
    top: -10%;
    right: -5%;
    transform: translate(0, 0);
  }
}
.cid-uZ8PYRPVgB .mbr-text,
.cid-uZ8PYRPVgB .link-wrap {
  color: #000000;
}
.cid-uZ8Q9t5i50 {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #cbb6f2;
}
.cid-uZ8Q9t5i50 .card-box {
  padding: 2rem;
  width: 58.33%;
}
.cid-uZ8Q9t5i50 .img-wrapper {
  width: 41.66%;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZ8Q9t5i50 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uZ8Q9t5i50 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #1b66ce;
}
.cid-uZ8Q9t5i50 .svg-top .st0 {
  fill: #cbb6f2;
}
@media (max-width: 992px) {
  .cid-uZ8Q9t5i50 .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-uZ8Q9t5i50 .img1 {
  background: #1a449a;
}
.cid-uZ8Q9t5i50 .img2 {
  background: #1a449a;
}
.cid-uZ8Q9t5i50 .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-uZ8Q9t5i50 .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uZ8Q9t5i50 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZ8Q9t5i50 .card-wrapper {
    flex-direction: column;
  }
  .cid-uZ8Q9t5i50 .card-box {
    padding: 1rem;
  }
  .cid-uZ8Q9t5i50 .card-box,
  .cid-uZ8Q9t5i50 .img-wrapper {
    width: 100%;
  }
  .cid-uZ8Q9t5i50 .img-wrapper {
    padding: 4rem 1rem;
  }
  .cid-uZ8Q9t5i50 .mbr-flex {
    flex-direction: column-reverse;
  }
}
.cid-uZ8Q9t5i50 .card-subtitle {
  color: #1a449a;
}
.cid-uZ8Q9t5i50 .mbr-text,
.cid-uZ8Q9t5i50 .link-wrap {
  color: #555555;
}
.cid-uZ8Q9t5i50 .card-title,
.cid-uZ8Q9t5i50 .card-box {
  color: #1a449a;
}
.cid-uZ8Q9t5i50 .mbr-text,
.cid-uZ8Q9t5i50 .mbr-section-btn {
  color: #1a449a;
}
.cid-uZ8QfsxKkG {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background: #ffa4bc;
}
.cid-uZ8QfsxKkG .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uZ8QfsxKkG .team-card:hover {
  transform: translateY(-10px);
}
.cid-uZ8QfsxKkG .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uZ8QfsxKkG .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #1b66ce;
}
.cid-uZ8QfsxKkG .svg-top .st0 {
  fill: #ffa4bc;
}
@media (max-width: 992px) {
  .cid-uZ8QfsxKkG .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-uZ8QfsxKkG .image-wrap {
  height: 300px;
  padding-bottom: 2rem;
}
.cid-uZ8QfsxKkG .image-wrap img {
  height: 100%;
  object-fit: contain;
}
@keyframes line {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@media (max-width: 991px) {
  .cid-uZ8QfsxKkG .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uZ8QfsxKkG .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-uZ8QfsxKkG .card-wrap:hover h5:before {
  animation: 1s ease-in-out alternate line;
}
.cid-uZ8QfsxKkG .card-title,
.cid-uZ8QfsxKkG .social-row {
  color: #1a449a;
}
.cid-uZ8QfsxKkG .mbr-role,
.cid-uZ8QfsxKkG .social-row {
  color: #1a449a;
}
.cid-uZ8QfsxKkG .card-text,
.cid-uZ8QfsxKkG .mbr-section-btn,
.cid-uZ8QfsxKkG .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-uZ8QfsxKkG .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uZ8QfsxKkG .card-title,
.cid-uZ8QfsxKkG .content-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uZ8QfsxKkG .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uZ8Qpxt5vR {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #cbb6f2;
}
.cid-uZ8Qpxt5vR img,
.cid-uZ8Qpxt5vR .item-img {
  width: 100%;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  background-color: white;
  min-height: 400px;
  height: 400px;
}
.cid-uZ8Qpxt5vR .image-wrapper {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-uZ8Qpxt5vR .item:focus,
.cid-uZ8Qpxt5vR span:focus {
  outline: none;
}
.cid-uZ8Qpxt5vR .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZ8Qpxt5vR .item {
    margin-bottom: 1rem;
  }
}
.cid-uZ8Qpxt5vR .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uZ8Qpxt5vR .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-uZ8Qpxt5vR .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uZ8Qpxt5vR .item-wrapper:hover .image-wrapper {
  margin: 10px;
}
.cid-uZ8Qpxt5vR .item-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .cid-uZ8Qpxt5vR .item-wrapper {
    height: auto;
  }
}
.cid-uZ8Qpxt5vR .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uZ8Qpxt5vR .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-uZ8Qpxt5vR .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uZ8Qpxt5vR .mbr-text,
.cid-uZ8Qpxt5vR .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uZ8Qpxt5vR .mbr-section-subtitle,
.cid-uZ8Qpxt5vR .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-uZ8Qubx0Ld {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a51b2;
}
.cid-uZ8Qubx0Ld .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ8Qubx0Ld .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ8Qubx0Ld .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uZ8Qubx0Ld .content-wrapper .title-wrapper {
  width: 100%;
}
.cid-uZ8Qubx0Ld .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 84px;
}
@media (max-width: 992px) {
  .cid-uZ8Qubx0Ld .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 48px;
  }
}
.cid-uZ8Qubx0Ld .content-wrapper .items-wrapper {
  width: 85%;
  padding: 95px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 84px 150px;
  border: 1px solid #f2100a;
}
@media (max-width: 1540px) {
  .cid-uZ8Qubx0Ld .content-wrapper .items-wrapper {
    width: 100%;
    gap: 84px;
  }
}
@media (max-width: 1440px) {
  .cid-uZ8Qubx0Ld .content-wrapper .items-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uZ8Qubx0Ld .content-wrapper .items-wrapper {
    padding: 48px 24px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uZ8Qubx0Ld .content-wrapper .items-wrapper .item {
    margin-bottom: 48px;
  }
  .cid-uZ8Qubx0Ld .content-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uZ8Qubx0Ld .content-wrapper .items-wrapper .item .item-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1200px) {
  .cid-uZ8Qubx0Ld .content-wrapper .items-wrapper .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 1200px) {
  .cid-uZ8Qubx0Ld .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    margin-bottom: 24px;
  }
}
.cid-uZ8Qubx0Ld .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uZ8Qubx0Ld .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
    margin-bottom: 24px;
  }
}
.cid-uZ8Qubx0Ld .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uZ8Qubx0Ld .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
    margin-bottom: 24px;
  }
}
.cid-uZ8Qubx0Ld .content-wrapper .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZ8Qubx0Ld .content-wrapper .items-wrapper .item .item-wrapper .item-img img {
  height: 380px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZ8Qubx0Ld .content-wrapper .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uZ8Qubx0Ld .mbr-section-title,
.cid-uZ8Qubx0Ld .title-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uZ8Qubx0Ld .card-title {
  color: #f5f8ff;
}
.cid-uZ8Qubx0Ld .card-text {
  color: #f5f8ff;
}
.cid-uZ8QBIRMLC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ff8e8b;
}
.cid-uZ8QBIRMLC .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (min-width: 1400px) {
  .cid-uZ8QBIRMLC .item {
    padding: 1.5rem;
  }
}
.cid-uZ8QBIRMLC img {
  border-radius: 2rem;
}
.cid-uZ8QBIRMLC .item-img {
  padding: 3rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uZ8QBIRMLC .item-img {
    padding: 1rem;
    margin-bottom: 1rem;
  }
}
.cid-uZ8QBIRMLC img,
.cid-uZ8QBIRMLC .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uZ8QBIRMLC .item:focus,
.cid-uZ8QBIRMLC span:focus {
  outline: none;
}
.cid-uZ8QBIRMLC .item-wrapper {
  position: relative;
  border-radius: 3rem;
  background: #eff0ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .cid-uZ8QBIRMLC .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uZ8QBIRMLC .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZ8QBIRMLC .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uZ8QBIRMLC .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uZ8QBIRMLC .item-wrapper:hover {
  box-shadow: 0 0 40px 0 lightgray;
  transform: scale(1.02);
}
.cid-uZ8QBIRMLC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uZ8QBIRMLC .mbr-section-title {
  color: #232323;
}
.cid-uZ8QBIRMLC .mbr-text,
.cid-uZ8QBIRMLC .mbr-section-btn {
  text-align: center;
}
.cid-uZ8QBIRMLC .item-title {
  text-align: center;
  color: #3d2e7c;
}
.cid-uZ8QBIRMLC .item-subtitle {
  text-align: left;
}
.cid-uZehRfADsQ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uZehRfADsQ .mbr-text {
  color: #ffffff;
}
.cid-uZehYIVHGk .navbar-dropdown {
  position: relative !important;
}
.cid-uZehYIVHGk .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uZehYIVHGk .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uZehYIVHGk .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-uZehYIVHGk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZehYIVHGk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #000000 !important;
  color: #1b66ce !important;
}
.cid-uZehYIVHGk .dropdown-item:hover,
.cid-uZehYIVHGk .dropdown-item:focus {
  background: #000000 !important;
  color: #1b66ce !important;
}
.cid-uZehYIVHGk .dropdown-item:hover span {
  color: white;
}
.cid-uZehYIVHGk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZehYIVHGk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZehYIVHGk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZehYIVHGk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZehYIVHGk .nav-link {
  position: relative;
}
.cid-uZehYIVHGk .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uZehYIVHGk .container {
    flex-wrap: nowrap;
  }
}
.cid-uZehYIVHGk .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZehYIVHGk .iconfont-wrapper:hover {
  color: #cbff5b !important;
}
.cid-uZehYIVHGk .dropdown-menu,
.cid-uZehYIVHGk .navbar.opened {
  background: #000000 !important;
}
.cid-uZehYIVHGk .nav-item:focus,
.cid-uZehYIVHGk .nav-link:focus {
  outline: none;
}
.cid-uZehYIVHGk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZehYIVHGk .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZehYIVHGk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZehYIVHGk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZehYIVHGk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZehYIVHGk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZehYIVHGk .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZehYIVHGk .navbar.opened {
  transition: all 0.3s;
}
.cid-uZehYIVHGk .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uZehYIVHGk .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uZehYIVHGk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZehYIVHGk .navbar.collapsed {
  justify-content: center;
}
.cid-uZehYIVHGk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZehYIVHGk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZehYIVHGk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uZehYIVHGk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZehYIVHGk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZehYIVHGk .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-uZehYIVHGk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZehYIVHGk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZehYIVHGk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZehYIVHGk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZehYIVHGk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZehYIVHGk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZehYIVHGk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZehYIVHGk .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-uZehYIVHGk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZehYIVHGk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZehYIVHGk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZehYIVHGk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZehYIVHGk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZehYIVHGk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZehYIVHGk .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZehYIVHGk .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZehYIVHGk .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZehYIVHGk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uZehYIVHGk .navbar-brand .navbar-caption:hover,
.cid-uZehYIVHGk .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-uZehYIVHGk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZehYIVHGk .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZehYIVHGk .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-uZehYIVHGk .dropdown-item.active,
.cid-uZehYIVHGk .dropdown-item:active {
  background-color: transparent;
}
.cid-uZehYIVHGk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZehYIVHGk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZehYIVHGk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZehYIVHGk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uZehYIVHGk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZehYIVHGk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZehYIVHGk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZehYIVHGk ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZehYIVHGk ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZehYIVHGk .navbar-buttons {
  text-align: center;
}
.cid-uZehYIVHGk .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uZehYIVHGk .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uZehYIVHGk .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZehYIVHGk button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZehYIVHGk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZehYIVHGk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZehYIVHGk button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZehYIVHGk button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZehYIVHGk button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZehYIVHGk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZehYIVHGk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZehYIVHGk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZehYIVHGk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZehYIVHGk .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZehYIVHGk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZehYIVHGk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZehYIVHGk .navbar {
    height: 70px;
  }
  .cid-uZehYIVHGk .navbar.opened {
    height: auto;
  }
  .cid-uZehYIVHGk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZehYIVHGk .navbar-nav {
  margin: 0 auto;
}
.cid-uZehYIVHGk .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZehYIVHGk .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uZehYIVHGk .nav-item .nav-link::after {
  color: #cbff5b !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZehYIVHGk .nav-item .nav-link:hover {
  background-color: transparent;
  color: #cbff5b !important;
}
.cid-uZehYIVHGk .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZehYIVHGk .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZehYIVHGk .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uZehYIVHGk .nav-item .dropdown-menu .dropdown-item {
  color: #1b66ce !important;
}
.cid-uZehYIVHGk .nav-item .dropdown-menu .dropdown-item:hover {
  color: #cbff5b !important;
}
@media (max-width: 991px) {
  .cid-uZehYIVHGk .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZehYIVHGk .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZehYIVHGk .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZehYIVHGk .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZehYIVHGk .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZehYIVHGk .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uZehYIVHGk .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uZehYIVHGk .content-wrap {
  min-height: 110px;
}
.cid-uZ8QUwkL0D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #166c33;
}
.cid-uZ8QUwkL0D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ8QUwkL0D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ8QUwkL0D .items-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -7px;
}
.cid-uZ8QUwkL0D .items-wrapper .item {
  width: 33.33%;
  padding: 0 7px;
  margin-bottom: 54px;
  animation: none !important;
}
@media (max-width: 1440px) {
  .cid-uZ8QUwkL0D .items-wrapper .item {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uZ8QUwkL0D .items-wrapper .item {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uZ8QUwkL0D .items-wrapper .item:hover .item-wrapper,
.cid-uZ8QUwkL0D .items-wrapper .item:focus .item-wrapper {
  background-color: #f9f9f9;
}
.cid-uZ8QUwkL0D .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-uZ8QUwkL0D .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.15);
}
.cid-uZ8QUwkL0D .items-wrapper .item .item-wrapper {
  overflow: hidden;
  height: 100%;
  background-color: transparent;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZ8QUwkL0D .items-wrapper .item .item-wrapper {
    background-color: #f9f9f9;
  }
}
.cid-uZ8QUwkL0D .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-uZ8QUwkL0D .items-wrapper .item .item-wrapper .item-img img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZ8QUwkL0D .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uZ8QUwkL0D .items-wrapper .item .item-wrapper .card-box {
  padding: 32px 46px 46px 46px;
}
@media (max-width: 992px) {
  .cid-uZ8QUwkL0D .items-wrapper .item .item-wrapper .card-box {
    padding: 22px 18px 18px 18px;
    transform: none;
  }
}
.cid-uZ8QUwkL0D .items-wrapper .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZ8QUwkL0D .items-wrapper .item .item-wrapper .card-box .title-wrapper .item-title {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-uZ8QUwkL0D .items-wrapper .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-uZ8QUwkL0D .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uZ8QUwkL0D .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 16px;
}
.cid-uZ8QUwkL0D .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZ8QUwkL0D .item-title {
  color: #1a0b54;
}
.cid-uZ8QUwkL0D .item-price {
  color: #ffffff;
  text-align: center;
}
.cid-uZ8QUwkL0D .item-text {
  color: #ffffff;
}
.cid-uZ8QYypSne {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uZ8QYypSne .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ8QYypSne .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ8QYypSne .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uZ8QYypSne .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uZ8QYypSne .items-wrapper .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uZ8QYypSne .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uZ8QYypSne .items-wrapper .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 48px;
  background-image: radial-gradient(circle farthest-corner at 10% 0%, #f2100a, #187874 50%);
}
@media (max-width: 992px) {
  .cid-uZ8QYypSne .items-wrapper .item .item-wrapper {
    padding: 16px;
    display: block;
  }
}
.cid-uZ8QYypSne .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uZ8QYypSne .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uZ8QYypSne .items-wrapper .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uZ8QYypSne .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uZ8QYypSne .items-wrapper .item .item-wrapper .card-box {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-uZ8QYypSne .items-wrapper .item .item-wrapper .card-box {
    width: 100%;
  }
}
.cid-uZ8QYypSne .items-wrapper .item .item-wrapper .card-box .item-price {
  margin-bottom: 22px;
}
.cid-uZ8QYypSne .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 22px;
}
.cid-uZ8QYypSne .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 22px;
}
.cid-uZ8QYypSne .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZ8QYypSne .mbr-section-title,
.cid-uZ8QYypSne .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uZ8QYypSne .item-price {
  color: #ffffff;
}
.cid-uZ8QYypSne .item-title {
  color: #ffffff;
}
.cid-uZ8QYypSne .item-text {
  color: #ffffff;
}
.cid-uZ8R9gt5WM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffa4bc;
}
.cid-uZ8R9gt5WM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ8R9gt5WM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ8R9gt5WM .btn {
  padding: 1.5rem 5rem;
  border: 0 !important;
}
@media (max-width: 767px) {
  .cid-uZ8R9gt5WM .btn {
    padding: 1.5rem 3rem;
  }
}
.cid-uZ8R9gt5WM .row {
  align-items: center;
}
.cid-uZ8R9gt5WM img {
  border-radius: 2rem;
}
.cid-uZ8R9gt5WM .image-wrapper {
  background: #ffcc1a;
  padding: 4rem 5rem;
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-uZ8R9gt5WM .image-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZ8R9gt5WM .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uZ8R9gt5WM .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZ8R9gt5WM .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uZ8R9gt5WM .mbr-text,
.cid-uZ8R9gt5WM .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uZ8RfakNaK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cbb6f2;
}
.cid-uZ8RfakNaK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ8RfakNaK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ8RfakNaK .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uZ8RfakNaK .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uZ8RfakNaK .item .item-wrapper {
  display: flex;
  height: 100%;
  background-color: #ff8e8b;
  padding: 42px 28px;
}
@media (max-width: 1440px) {
  .cid-uZ8RfakNaK .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uZ8RfakNaK .item .item-wrapper {
    padding: 36px 24px;
  }
}
.cid-uZ8RfakNaK .item .item-wrapper .item-img {
  width: 285px;
}
@media (max-width: 1440px) {
  .cid-uZ8RfakNaK .item .item-wrapper .item-img {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uZ8RfakNaK .item .item-wrapper .item-img img {
  width: 285px;
  height: 285px;
  object-fit: cover;
  border: 2px solid #000000;
}
@media (max-width: 1600px) {
  .cid-uZ8RfakNaK .item .item-wrapper .item-img img {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 768px) {
  .cid-uZ8RfakNaK .item .item-wrapper .item-img img {
    width: 220px;
    height: 220px;
  }
}
.cid-uZ8RfakNaK .item .item-wrapper .item-content {
  padding-left: 50px;
}
@media (max-width: 1600px) {
  .cid-uZ8RfakNaK .item .item-wrapper .item-content {
    padding-left: 24px;
  }
}
@media (max-width: 1440px) {
  .cid-uZ8RfakNaK .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
.cid-uZ8RfakNaK .item .item-wrapper .item-content .item-price {
  margin-bottom: 16px;
}
.cid-uZ8RfakNaK .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
.cid-uZ8RfakNaK .item .item-wrapper .item-content .item-text {
  margin-bottom: 22px;
}
.cid-uZ8RfakNaK .btn-wrapper {
  margin-top: -2%;
}
.cid-uZ8RfakNaK .item-price {
  color: #000000;
}
.cid-uZ8RfakNaK .item-title {
  color: #000000;
}
.cid-uZ8RfakNaK .item-text {
  color: #000000;
}
.cid-uZehRfADsQ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uZehRfADsQ .mbr-text {
  color: #ffffff;
}
.cid-uZehYIVHGk .navbar-dropdown {
  position: relative !important;
}
.cid-uZehYIVHGk .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uZehYIVHGk .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uZehYIVHGk .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-uZehYIVHGk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZehYIVHGk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #000000 !important;
  color: #1b66ce !important;
}
.cid-uZehYIVHGk .dropdown-item:hover,
.cid-uZehYIVHGk .dropdown-item:focus {
  background: #000000 !important;
  color: #1b66ce !important;
}
.cid-uZehYIVHGk .dropdown-item:hover span {
  color: white;
}
.cid-uZehYIVHGk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZehYIVHGk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZehYIVHGk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZehYIVHGk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZehYIVHGk .nav-link {
  position: relative;
}
.cid-uZehYIVHGk .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uZehYIVHGk .container {
    flex-wrap: nowrap;
  }
}
.cid-uZehYIVHGk .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZehYIVHGk .iconfont-wrapper:hover {
  color: #cbff5b !important;
}
.cid-uZehYIVHGk .dropdown-menu,
.cid-uZehYIVHGk .navbar.opened {
  background: #000000 !important;
}
.cid-uZehYIVHGk .nav-item:focus,
.cid-uZehYIVHGk .nav-link:focus {
  outline: none;
}
.cid-uZehYIVHGk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZehYIVHGk .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZehYIVHGk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZehYIVHGk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZehYIVHGk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZehYIVHGk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZehYIVHGk .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZehYIVHGk .navbar.opened {
  transition: all 0.3s;
}
.cid-uZehYIVHGk .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uZehYIVHGk .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uZehYIVHGk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZehYIVHGk .navbar.collapsed {
  justify-content: center;
}
.cid-uZehYIVHGk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZehYIVHGk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZehYIVHGk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uZehYIVHGk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZehYIVHGk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZehYIVHGk .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-uZehYIVHGk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZehYIVHGk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZehYIVHGk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZehYIVHGk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZehYIVHGk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZehYIVHGk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZehYIVHGk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZehYIVHGk .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-uZehYIVHGk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZehYIVHGk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZehYIVHGk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZehYIVHGk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZehYIVHGk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZehYIVHGk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZehYIVHGk .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZehYIVHGk .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZehYIVHGk .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZehYIVHGk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uZehYIVHGk .navbar-brand .navbar-caption:hover,
.cid-uZehYIVHGk .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-uZehYIVHGk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZehYIVHGk .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZehYIVHGk .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-uZehYIVHGk .dropdown-item.active,
.cid-uZehYIVHGk .dropdown-item:active {
  background-color: transparent;
}
.cid-uZehYIVHGk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZehYIVHGk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZehYIVHGk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZehYIVHGk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uZehYIVHGk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZehYIVHGk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZehYIVHGk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZehYIVHGk ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZehYIVHGk ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZehYIVHGk .navbar-buttons {
  text-align: center;
}
.cid-uZehYIVHGk .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uZehYIVHGk .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uZehYIVHGk .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZehYIVHGk button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZehYIVHGk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZehYIVHGk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZehYIVHGk button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZehYIVHGk button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZehYIVHGk button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZehYIVHGk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZehYIVHGk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZehYIVHGk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZehYIVHGk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZehYIVHGk .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZehYIVHGk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZehYIVHGk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZehYIVHGk .navbar {
    height: 70px;
  }
  .cid-uZehYIVHGk .navbar.opened {
    height: auto;
  }
  .cid-uZehYIVHGk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZehYIVHGk .navbar-nav {
  margin: 0 auto;
}
.cid-uZehYIVHGk .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZehYIVHGk .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uZehYIVHGk .nav-item .nav-link::after {
  color: #cbff5b !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZehYIVHGk .nav-item .nav-link:hover {
  background-color: transparent;
  color: #cbff5b !important;
}
.cid-uZehYIVHGk .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZehYIVHGk .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZehYIVHGk .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uZehYIVHGk .nav-item .dropdown-menu .dropdown-item {
  color: #1b66ce !important;
}
.cid-uZehYIVHGk .nav-item .dropdown-menu .dropdown-item:hover {
  color: #cbff5b !important;
}
@media (max-width: 991px) {
  .cid-uZehYIVHGk .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZehYIVHGk .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZehYIVHGk .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZehYIVHGk .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZehYIVHGk .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZehYIVHGk .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uZehYIVHGk .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uZehYIVHGk .content-wrap {
  min-height: 110px;
}
.cid-uZ8RnpqlKL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uZ8RnpqlKL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ8RnpqlKL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZ8RnpqlKL .container {
    padding: 0 24px;
  }
}
.cid-uZ8RnpqlKL .card-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uZ8RnpqlKL .card-wrapper {
    display: block;
  }
}
.cid-uZ8RnpqlKL .card-wrapper .card-wrap {
  width: 100%;
}
.cid-uZ8RnpqlKL .card-wrapper .card-wrap .title-wrap .mbr-section-title {
  display: inline-flex;
  margin-bottom: 36px;
  width: 50%;
}
@media (max-width: 1200px) {
  .cid-uZ8RnpqlKL .card-wrapper .card-wrap .title-wrap .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uZ8RnpqlKL .card-wrapper .card-wrap .title-wrap .mbr-section-title {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-uZ8RnpqlKL .card-wrapper .card-wrap .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 66px;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-uZ8RnpqlKL .card-wrapper .card-wrap .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uZ8RnpqlKL .card-wrapper .card-wrap .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uZ8RnpqlKL .card-wrapper .card-wrap .items-wrapper .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fffa76;
  border-radius: .8rem !important;
  padding: 32px 36px;
}
@media (max-width: 1199px) {
  .cid-uZ8RnpqlKL .card-wrapper .card-wrap .items-wrapper .item {
    padding: 20px;
  }
}
.cid-uZ8RnpqlKL .card-wrapper .card-wrap .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 28px;
}
.cid-uZ8RnpqlKL .card-wrapper .card-wrap .items-wrapper .item .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
  border-radius: .6rem !important;
}
.cid-uZ8RnpqlKL .card-wrapper .card-wrap .items-wrapper .item .item-wrapper .item-content .card-price {
  margin-bottom: 28px;
}
.cid-uZ8RnpqlKL .card-wrapper .card-wrap .items-wrapper .item .item-wrapper .item-content .card-name {
  margin-bottom: 18px;
}
.cid-uZ8RnpqlKL .card-wrapper .card-wrap .items-wrapper .item .item-wrapper .item-content .card-desc {
  margin-bottom: 18px;
}
.cid-uZ8RnpqlKL .card-wrapper .card-wrap .items-wrapper .item .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZ8RnpqlKL .mbr-section-title {
  color: #ffffff;
}
.cid-uZ8RnpqlKL .card-price {
  color: #202020;
  text-align: center;
}
.cid-uZ8RnpqlKL .card-name {
  color: #202020;
}
.cid-uZ8RnpqlKL .card-desc {
  color: #202020;
  text-align: center;
}
.cid-uZ8RnpqlKL .card-name,
.cid-uZ8RnpqlKL .mbr-section-btn {
  text-align: center;
}
.cid-uZ8Rvck9Fr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b99b7f;
}
.cid-uZ8Rvck9Fr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ8Rvck9Fr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ8Rvck9Fr .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uZ8Rvck9Fr .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uZ8Rvck9Fr .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZ8Rvck9Fr .image-wrapper {
  padding: 0 30px;
}
@media (max-width: 1200px) {
  .cid-uZ8Rvck9Fr .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uZ8Rvck9Fr .image-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uZ8Rvck9Fr .image-wrapper img {
  height: 405px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uZ8Rvck9Fr .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uZ8Rvck9Fr .text-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uZ8Rvck9Fr .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uZ8Rvck9Fr .text-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uZ8Rvck9Fr .mbr-section-title {
  color: #000000;
}
.cid-uZ8Rvck9Fr .mbr-desc {
  color: #000000;
}
.cid-uZ8Rvck9Fr .mbr-text {
  color: #000000;
}
.cid-uZ8Ry5NRok {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffcc1a;
}
.cid-uZ8Ry5NRok .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ8Ry5NRok .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ8Ry5NRok .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uZ8Ry5NRok .content-wrapper .title-wrapper {
  width: 100%;
}
.cid-uZ8Ry5NRok .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 84px;
}
@media (max-width: 992px) {
  .cid-uZ8Ry5NRok .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 48px;
  }
}
.cid-uZ8Ry5NRok .content-wrapper .items-wrapper {
  width: 85%;
  padding: 95px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 84px 150px;
  border: 1px solid #000000;
}
@media (max-width: 1540px) {
  .cid-uZ8Ry5NRok .content-wrapper .items-wrapper {
    width: 100%;
    gap: 84px;
  }
}
@media (max-width: 1440px) {
  .cid-uZ8Ry5NRok .content-wrapper .items-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uZ8Ry5NRok .content-wrapper .items-wrapper {
    padding: 48px 24px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uZ8Ry5NRok .content-wrapper .items-wrapper .item {
    margin-bottom: 48px;
  }
  .cid-uZ8Ry5NRok .content-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uZ8Ry5NRok .content-wrapper .items-wrapper .item .item-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1200px) {
  .cid-uZ8Ry5NRok .content-wrapper .items-wrapper .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 1200px) {
  .cid-uZ8Ry5NRok .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    margin-bottom: 24px;
  }
}
.cid-uZ8Ry5NRok .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uZ8Ry5NRok .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
    margin-bottom: 24px;
  }
}
.cid-uZ8Ry5NRok .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uZ8Ry5NRok .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
    margin-bottom: 24px;
  }
}
.cid-uZ8Ry5NRok .content-wrapper .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZ8Ry5NRok .content-wrapper .items-wrapper .item .item-wrapper .item-img img {
  height: 380px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZ8Ry5NRok .content-wrapper .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uZ8Ry5NRok .mbr-section-title,
.cid-uZ8Ry5NRok .title-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uZ8Ry5NRok .card-title {
  color: #f5f8ff;
}
.cid-uZ8Ry5NRok .card-text {
  color: #000000;
}
.cid-uZ8Ry5NRok .card-title,
.cid-uZ8Ry5NRok .mbr-section-btn {
  color: #000000;
}
.cid-uZ8RG94FC9 {
  overflow: hidden;
  position: relative;
  background-color: #cbb6f2;
}
.cid-uZ8RG94FC9::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20%;
  width: 32rem;
  height: 100%;
  background-image: radial-gradient(#f2100a 0, transparent 100%);
  border-radius: 100%;
  z-index: 1;
  filter: blur(70px);
}
.cid-uZ8RG94FC9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ8RG94FC9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ8RG94FC9 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uZ8RG94FC9 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uZ8RG94FC9 .container {
    padding: 0 24px;
  }
}
.cid-uZ8RG94FC9 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uZ8RG94FC9 .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uZ8RG94FC9 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZ8RG94FC9 .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZ8RG94FC9 .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uZ8RG94FC9 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-uZ8RG94FC9 .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uZ8RG94FC9 .items-wrapper .item {
    margin-bottom: 48px;
  }
  .cid-uZ8RG94FC9 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uZ8RG94FC9 .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 24px;
}
.cid-uZ8RG94FC9 .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uZ8RG94FC9 .items-wrapper .item .item-wrapper .card-box .card-price {
  margin-bottom: 24px;
}
.cid-uZ8RG94FC9 .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.cid-uZ8RG94FC9 .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 24px;
}
.cid-uZ8RG94FC9 .mbr-section-title {
  color: #141414;
}
.cid-uZ8RG94FC9 .card-price {
  color: #000000;
  text-align: center;
}
.cid-uZ8RG94FC9 .card-title {
  color: #141414;
}
.cid-uZ8RG94FC9 .card-text {
  color: #000000;
}
.cid-uZehRfADsQ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uZehRfADsQ .mbr-text {
  color: #ffffff;
}
.cid-uZehYIVHGk .navbar-dropdown {
  position: relative !important;
}
.cid-uZehYIVHGk .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uZehYIVHGk .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uZehYIVHGk .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-uZehYIVHGk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZehYIVHGk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #000000 !important;
  color: #1b66ce !important;
}
.cid-uZehYIVHGk .dropdown-item:hover,
.cid-uZehYIVHGk .dropdown-item:focus {
  background: #000000 !important;
  color: #1b66ce !important;
}
.cid-uZehYIVHGk .dropdown-item:hover span {
  color: white;
}
.cid-uZehYIVHGk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZehYIVHGk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZehYIVHGk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZehYIVHGk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZehYIVHGk .nav-link {
  position: relative;
}
.cid-uZehYIVHGk .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uZehYIVHGk .container {
    flex-wrap: nowrap;
  }
}
.cid-uZehYIVHGk .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZehYIVHGk .iconfont-wrapper:hover {
  color: #cbff5b !important;
}
.cid-uZehYIVHGk .dropdown-menu,
.cid-uZehYIVHGk .navbar.opened {
  background: #000000 !important;
}
.cid-uZehYIVHGk .nav-item:focus,
.cid-uZehYIVHGk .nav-link:focus {
  outline: none;
}
.cid-uZehYIVHGk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZehYIVHGk .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZehYIVHGk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZehYIVHGk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZehYIVHGk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZehYIVHGk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZehYIVHGk .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZehYIVHGk .navbar.opened {
  transition: all 0.3s;
}
.cid-uZehYIVHGk .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uZehYIVHGk .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uZehYIVHGk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZehYIVHGk .navbar.collapsed {
  justify-content: center;
}
.cid-uZehYIVHGk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZehYIVHGk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZehYIVHGk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uZehYIVHGk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZehYIVHGk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZehYIVHGk .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-uZehYIVHGk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZehYIVHGk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZehYIVHGk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZehYIVHGk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZehYIVHGk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZehYIVHGk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZehYIVHGk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZehYIVHGk .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-uZehYIVHGk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZehYIVHGk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZehYIVHGk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZehYIVHGk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZehYIVHGk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZehYIVHGk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZehYIVHGk .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZehYIVHGk .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZehYIVHGk .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZehYIVHGk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uZehYIVHGk .navbar-brand .navbar-caption:hover,
.cid-uZehYIVHGk .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-uZehYIVHGk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZehYIVHGk .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZehYIVHGk .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-uZehYIVHGk .dropdown-item.active,
.cid-uZehYIVHGk .dropdown-item:active {
  background-color: transparent;
}
.cid-uZehYIVHGk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZehYIVHGk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZehYIVHGk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZehYIVHGk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uZehYIVHGk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZehYIVHGk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZehYIVHGk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZehYIVHGk ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZehYIVHGk ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZehYIVHGk .navbar-buttons {
  text-align: center;
}
.cid-uZehYIVHGk .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uZehYIVHGk .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uZehYIVHGk .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZehYIVHGk button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZehYIVHGk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZehYIVHGk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZehYIVHGk button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZehYIVHGk button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZehYIVHGk button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZehYIVHGk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZehYIVHGk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZehYIVHGk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZehYIVHGk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZehYIVHGk .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZehYIVHGk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZehYIVHGk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZehYIVHGk .navbar {
    height: 70px;
  }
  .cid-uZehYIVHGk .navbar.opened {
    height: auto;
  }
  .cid-uZehYIVHGk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZehYIVHGk .navbar-nav {
  margin: 0 auto;
}
.cid-uZehYIVHGk .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZehYIVHGk .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uZehYIVHGk .nav-item .nav-link::after {
  color: #cbff5b !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZehYIVHGk .nav-item .nav-link:hover {
  background-color: transparent;
  color: #cbff5b !important;
}
.cid-uZehYIVHGk .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZehYIVHGk .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZehYIVHGk .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uZehYIVHGk .nav-item .dropdown-menu .dropdown-item {
  color: #1b66ce !important;
}
.cid-uZehYIVHGk .nav-item .dropdown-menu .dropdown-item:hover {
  color: #cbff5b !important;
}
@media (max-width: 991px) {
  .cid-uZehYIVHGk .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZehYIVHGk .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZehYIVHGk .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZehYIVHGk .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZehYIVHGk .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZehYIVHGk .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uZehYIVHGk .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uZehYIVHGk .content-wrap {
  min-height: 110px;
}
.cid-uZ8RYsdfdf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uZ8RYsdfdf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ8RYsdfdf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ8RYsdfdf .row {
  justify-content: center;
}
.cid-uZ8RYsdfdf .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uZ8RYsdfdf .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uZ8RYsdfdf .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZ8RYsdfdf .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1440px) {
  .cid-uZ8RYsdfdf .items-wrapper {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uZ8RYsdfdf .items-wrapper {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .cid-uZ8RYsdfdf .items-wrapper {
    display: block;
  }
}
.cid-uZ8RYsdfdf .item {
  transition: all .3s ease;
}
@media (max-width: 768px) {
  .cid-uZ8RYsdfdf .item {
    margin-bottom: 16px;
  }
}
.cid-uZ8RYsdfdf .item:hover,
.cid-uZ8RYsdfdf .item:focus {
  transform: rotate(-2deg);
}
@media (max-width: 992px) {
  .cid-uZ8RYsdfdf .item:hover,
  .cid-uZ8RYsdfdf .item:focus {
    transform: none;
  }
}
.cid-uZ8RYsdfdf .item:hover .item-wrapper .item-img img,
.cid-uZ8RYsdfdf .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uZ8RYsdfdf .item .item-wrapper {
  height: 100%;
  background-color: #cbb6f2;
  padding: 48px;
}
@media (max-width: 1440px) {
  .cid-uZ8RYsdfdf .item .item-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .cid-uZ8RYsdfdf .item .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-uZ8RYsdfdf .item .item-wrapper .tag-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZ8RYsdfdf .item .item-wrapper .tag-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uZ8RYsdfdf .item .item-wrapper .tag-wrapper .mbr-tag {
  display: inline-flex;
  align-items: center;
  background-color: #cbff5b;
  box-shadow: 0 1px 1px 1px #000000;
  padding: 14px;
  margin-bottom: 0;
}
.cid-uZ8RYsdfdf .item .item-wrapper .item-img {
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uZ8RYsdfdf .item .item-wrapper .item-img {
    margin-bottom: 30px;
  }
}
.cid-uZ8RYsdfdf .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-uZ8RYsdfdf .item .item-wrapper .card-box .card-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZ8RYsdfdf .item .item-wrapper .card-box .card-title {
    margin-bottom: 30px;
  }
}
.cid-uZ8RYsdfdf .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uZ8RYsdfdf .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZ8RYsdfdf .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uZ8RYsdfdf .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.cid-uZ8RYsdfdf .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uZ8RYsdfdf .card-title {
  color: #000000;
  text-align: center;
}
.cid-uZ8RYsdfdf .card-text {
  color: #000000;
}
.cid-uZ8RYsdfdf .iconfont-wrapper {
  text-align: center;
}
.cid-uZ8RYsdfdf .mbr-tag {
  color: #000000;
}
.cid-uZ8S3EiE1r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #000000;
  background-color: #25937a;
}
.cid-uZ8S3EiE1r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ8S3EiE1r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ8S3EiE1r .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uZ8S3EiE1r .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uZ8S3EiE1r .content-wrapper {
    padding: 0;
  }
}
.cid-uZ8S3EiE1r .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uZ8S3EiE1r .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uZ8S3EiE1r .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uZ8S3EiE1r .items-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uZ8S3EiE1r .items-wrapper {
    display: block;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uZ8S3EiE1r .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uZ8S3EiE1r .items-wrapper .item .item-wrapper {
  padding: 108px;
  height: 100%;
  min-height: 570px;
  border: 2px solid #000000;
  box-shadow: -10px 10px 0 #000000;
}
@media (max-width: 1440px) {
  .cid-uZ8S3EiE1r .items-wrapper .item .item-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uZ8S3EiE1r .items-wrapper .item .item-wrapper {
    padding: 20px;
    min-height: auto;
  }
}
@media (max-width: 992px) {
  .cid-uZ8S3EiE1r .items-wrapper .item .item-wrapper {
    box-shadow: -5px 5px 0 #000000;
  }
}
.cid-uZ8S3EiE1r .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uZ8S3EiE1r .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 32px;
  }
}
.cid-uZ8S3EiE1r .items-wrapper .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
  border: 2px solid #000000;
}
@media (max-width: 992px) {
  .cid-uZ8S3EiE1r .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uZ8S3EiE1r .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uZ8S3EiE1r .items-wrapper .item .item-wrapper .card-box .item-title {
    margin-bottom: 32px;
  }
}
.cid-uZ8S3EiE1r .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 32px;
}
.cid-uZ8S3EiE1r .mbr-section-title {
  color: #ffffff;
}
.cid-uZ8S3EiE1r .item-title {
  color: #ffffff;
}
.cid-uZ8S3EiE1r .item-text {
  color: #ffffff;
}
.cid-uZ8S3EiE1r .item-title,
.cid-uZ8S3EiE1r .mbr-section-btn {
  text-align: center;
}
.cid-uZ8S70pGMO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff7499;
}
.cid-uZ8S70pGMO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ8S70pGMO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ8S70pGMO .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZ8S70pGMO .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uZ8S70pGMO .title-wrapper .mbr-label {
  margin-bottom: 16px;
}
.cid-uZ8S70pGMO .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZ8S70pGMO .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZ8S70pGMO .items-wrapper {
  justify-content: center;
  margin: 0 -8px;
}
.cid-uZ8S70pGMO .items-wrapper .item {
  position: relative;
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uZ8S70pGMO .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  padding: 1px;
}
.cid-uZ8S70pGMO .items-wrapper .item .item-wrapper .border-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #323232;
  opacity: 1;
  pointer-events: none;
}
.cid-uZ8S70pGMO .items-wrapper .item .item-wrapper .gradient-wrapper {
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 100px;
  width: 100%;
  background-image: linear-gradient(180deg, transparent 0, #000000 100%);
  pointer-events: none;
  z-index: 2;
}
.cid-uZ8S70pGMO .items-wrapper .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 40px;
  background-color: #121212;
}
@media (max-width: 992px) {
  .cid-uZ8S70pGMO .items-wrapper .item .item-wrapper .item-content {
    padding: 16px;
  }
}
.cid-uZ8S70pGMO .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uZ8S70pGMO .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uZ8S70pGMO .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 16px;
}
.cid-uZ8S70pGMO .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZ8S70pGMO .items-wrapper .item .item-wrapper .item-content .item-img {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uZ8S70pGMO .items-wrapper .item .item-wrapper .item-content .item-img {
    margin-top: 24px;
  }
}
.cid-uZ8S70pGMO .items-wrapper .item .item-wrapper .item-content .item-img img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}
.cid-uZ8S70pGMO .mbr-label {
  color: #ffdf7d;
  text-align: center;
}
.cid-uZ8S70pGMO .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uZ8S70pGMO .mbr-section-subtitle {
  color: #808080;
  text-align: center;
}
.cid-uZ8S70pGMO .item-title {
  color: #ffffff;
}
.cid-uZ8S70pGMO .item-text {
  color: #ffffff;
}
.cid-uZehRfADsQ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uZehRfADsQ .mbr-text {
  color: #ffffff;
}
.cid-uZehYIVHGk .navbar-dropdown {
  position: relative !important;
}
.cid-uZehYIVHGk .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uZehYIVHGk .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uZehYIVHGk .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-uZehYIVHGk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZehYIVHGk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #000000 !important;
  color: #1b66ce !important;
}
.cid-uZehYIVHGk .dropdown-item:hover,
.cid-uZehYIVHGk .dropdown-item:focus {
  background: #000000 !important;
  color: #1b66ce !important;
}
.cid-uZehYIVHGk .dropdown-item:hover span {
  color: white;
}
.cid-uZehYIVHGk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZehYIVHGk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZehYIVHGk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZehYIVHGk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZehYIVHGk .nav-link {
  position: relative;
}
.cid-uZehYIVHGk .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uZehYIVHGk .container {
    flex-wrap: nowrap;
  }
}
.cid-uZehYIVHGk .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZehYIVHGk .iconfont-wrapper:hover {
  color: #cbff5b !important;
}
.cid-uZehYIVHGk .dropdown-menu,
.cid-uZehYIVHGk .navbar.opened {
  background: #000000 !important;
}
.cid-uZehYIVHGk .nav-item:focus,
.cid-uZehYIVHGk .nav-link:focus {
  outline: none;
}
.cid-uZehYIVHGk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZehYIVHGk .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZehYIVHGk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZehYIVHGk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZehYIVHGk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZehYIVHGk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZehYIVHGk .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZehYIVHGk .navbar.opened {
  transition: all 0.3s;
}
.cid-uZehYIVHGk .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uZehYIVHGk .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uZehYIVHGk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZehYIVHGk .navbar.collapsed {
  justify-content: center;
}
.cid-uZehYIVHGk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZehYIVHGk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZehYIVHGk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uZehYIVHGk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZehYIVHGk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZehYIVHGk .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-uZehYIVHGk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZehYIVHGk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZehYIVHGk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZehYIVHGk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZehYIVHGk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZehYIVHGk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZehYIVHGk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZehYIVHGk .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-uZehYIVHGk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZehYIVHGk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZehYIVHGk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZehYIVHGk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZehYIVHGk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZehYIVHGk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZehYIVHGk .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZehYIVHGk .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZehYIVHGk .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZehYIVHGk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uZehYIVHGk .navbar-brand .navbar-caption:hover,
.cid-uZehYIVHGk .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-uZehYIVHGk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZehYIVHGk .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZehYIVHGk .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-uZehYIVHGk .dropdown-item.active,
.cid-uZehYIVHGk .dropdown-item:active {
  background-color: transparent;
}
.cid-uZehYIVHGk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZehYIVHGk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZehYIVHGk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZehYIVHGk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uZehYIVHGk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZehYIVHGk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZehYIVHGk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZehYIVHGk ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZehYIVHGk ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZehYIVHGk .navbar-buttons {
  text-align: center;
}
.cid-uZehYIVHGk .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uZehYIVHGk .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uZehYIVHGk .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZehYIVHGk button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZehYIVHGk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZehYIVHGk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZehYIVHGk button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZehYIVHGk button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZehYIVHGk button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZehYIVHGk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZehYIVHGk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZehYIVHGk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZehYIVHGk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZehYIVHGk .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZehYIVHGk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZehYIVHGk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZehYIVHGk .navbar {
    height: 70px;
  }
  .cid-uZehYIVHGk .navbar.opened {
    height: auto;
  }
  .cid-uZehYIVHGk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZehYIVHGk .navbar-nav {
  margin: 0 auto;
}
.cid-uZehYIVHGk .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZehYIVHGk .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uZehYIVHGk .nav-item .nav-link::after {
  color: #cbff5b !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZehYIVHGk .nav-item .nav-link:hover {
  background-color: transparent;
  color: #cbff5b !important;
}
.cid-uZehYIVHGk .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZehYIVHGk .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZehYIVHGk .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uZehYIVHGk .nav-item .dropdown-menu .dropdown-item {
  color: #1b66ce !important;
}
.cid-uZehYIVHGk .nav-item .dropdown-menu .dropdown-item:hover {
  color: #cbff5b !important;
}
@media (max-width: 991px) {
  .cid-uZehYIVHGk .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZehYIVHGk .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZehYIVHGk .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZehYIVHGk .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZehYIVHGk .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZehYIVHGk .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uZehYIVHGk .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uZehYIVHGk .content-wrap {
  min-height: 110px;
}
.cid-uZ8SdCTaWQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #ff7499;
}
.cid-uZ8SdCTaWQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ8SdCTaWQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ8SdCTaWQ .card {
  justify-content: center;
}
.cid-uZ8SdCTaWQ .content-wrapper {
  padding: 0 75px 0 108px;
}
@media (max-width: 1440px) {
  .cid-uZ8SdCTaWQ .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uZ8SdCTaWQ .content-wrapper {
    padding: 0;
  }
}
.cid-uZ8SdCTaWQ .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uZ8SdCTaWQ .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uZ8SdCTaWQ .button-wrap {
  padding: 0 108px 0 75px;
  margin-bottom: 64px;
}
@media (max-width: 1440px) {
  .cid-uZ8SdCTaWQ .button-wrap {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uZ8SdCTaWQ .button-wrap {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uZ8SdCTaWQ .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 64px 108px;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uZ8SdCTaWQ .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uZ8SdCTaWQ .items-wrapper {
    padding: 0;
    display: block;
  }
}
.cid-uZ8SdCTaWQ .items-wrapper .item {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZ8SdCTaWQ .items-wrapper .item {
    margin-bottom: 32px;
  }
}
.cid-uZ8SdCTaWQ .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-uZ8SdCTaWQ .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uZ8SdCTaWQ .items-wrapper .item .item-wrapper {
  transition: all .3s ease;
  height: 100%;
}
.cid-uZ8SdCTaWQ .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 64px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uZ8SdCTaWQ .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 52px;
  }
}
.cid-uZ8SdCTaWQ .items-wrapper .item .item-wrapper .item-img .image-wrapper {
  overflow: hidden;
  border: 2px solid #ffffff;
}
.cid-uZ8SdCTaWQ .items-wrapper .item .item-wrapper .item-img .image-wrapper img {
  height: 315px;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-uZ8SdCTaWQ .items-wrapper .item .item-wrapper .item-img .icon-wrapper {
  position: absolute;
  bottom: -1.5rem;
  left: -3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 94px;
  height: 94px;
  border: 2px solid #ffffff;
  box-shadow: -10px 10px 0 0 #ffffff;
  background-color: #2c2625;
}
@media (max-width: 1440px) {
  .cid-uZ8SdCTaWQ .items-wrapper .item .item-wrapper .item-img .icon-wrapper {
    left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uZ8SdCTaWQ .items-wrapper .item .item-wrapper .item-img .icon-wrapper {
    box-shadow: -5px 5px 0 0 #ffffff;
  }
}
.cid-uZ8SdCTaWQ .items-wrapper .item .item-wrapper .item-img .icon-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 45px;
}
.cid-uZ8SdCTaWQ .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-uZ8SdCTaWQ .items-wrapper .item .item-wrapper .card-box .tag-wrapper {
  margin-bottom: 20px;
}
.cid-uZ8SdCTaWQ .items-wrapper .item .item-wrapper .card-box .tag-wrapper .item-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #ffffff;
}
.cid-uZ8SdCTaWQ .items-wrapper .item .item-wrapper .card-box .mbr-section-btn-item .btn {
  margin-left: 0;
}
.cid-uZ8SdCTaWQ .mbr-section-btn {
  text-align: right;
}
.cid-uZ8SdCTaWQ .mbr-section-title {
  color: #ffffff;
}
.cid-uZ8SdCTaWQ .item-title {
  color: #ffffff;
}
.cid-uZ8SdCTaWQ .item-tag {
  color: #ffffff;
}
.cid-uZ8SdCTaWQ .item-text {
  color: #ffffff;
}
.cid-uZ8SdCTaWQ .item-title,
.cid-uZ8SdCTaWQ .mbr-section-btn-item {
  text-align: center;
}
.cid-uZ8SexVIEm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #190f2a;
  overflow: hidden;
}
.cid-uZ8SexVIEm .card {
  position: relative;
}
.cid-uZ8SexVIEm .card .gradient-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #1c4eff, #ca45ff 50%, #fe881b);
  filter: blur(4rem);
  pointer-events: none;
}
.cid-uZ8SexVIEm .card .gradient-wrap::before {
  content: '';
  position: absolute;
  top: -10%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #190f2a;
  filter: blur(5rem);
  pointer-events: none;
}
.cid-uZ8SexVIEm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ8SexVIEm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ8SexVIEm .content-wrapper {
  position: relative;
  z-index: 1;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 992px) {
  .cid-uZ8SexVIEm .content-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-uZ8SexVIEm .content-wrapper .label-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uZ8SexVIEm .content-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uZ8SexVIEm .content-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-uZ8SexVIEm .content-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-uZ8SexVIEm .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-uZ8SexVIEm .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-uZ8SexVIEm .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uZ8SexVIEm .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZ8SexVIEm .content-wrapper .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-uZ8SexVIEm .items-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -7px;
}
.cid-uZ8SexVIEm .items-wrapper .item {
  width: 33.33%;
  padding: 0 7px;
  margin-bottom: 14px;
  animation: none !important;
}
@media (max-width: 1440px) {
  .cid-uZ8SexVIEm .items-wrapper .item {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uZ8SexVIEm .items-wrapper .item {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uZ8SexVIEm .items-wrapper .item:hover .item-wrapper::after,
.cid-uZ8SexVIEm .items-wrapper .item:focus .item-wrapper::after {
  width: 90%;
  height: 200px;
  top: -155px;
}
.cid-uZ8SexVIEm .items-wrapper .item .item-wrapper {
  position: relative;
  padding: 46px;
  min-height: 485px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  overflow: hidden !important;
}
@media (max-width: 992px) {
  .cid-uZ8SexVIEm .items-wrapper .item .item-wrapper {
    min-height: auto;
    padding: 18px;
  }
}
.cid-uZ8SexVIEm .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #190f2a;
  opacity: .5;
  backdrop-filter: blur(36px);
  pointer-events: none;
}
.cid-uZ8SexVIEm .items-wrapper .item .item-wrapper::after {
  content: '';
  position: absolute;
  top: -200px;
  width: 0;
  height: 0;
  border-radius: 100%;
  background-image: linear-gradient(45deg, #ca45ff 30%, #fe881b);
  filter: blur(2rem);
  pointer-events: none;
  transition: all .5s ease;
  z-index: 1;
}
.cid-uZ8SexVIEm .items-wrapper .item .item-wrapper .item-img {
  width: 100%;
  position: relative;
  z-index: 2;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uZ8SexVIEm .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 22px;
  }
}
.cid-uZ8SexVIEm .items-wrapper .item .item-wrapper .item-img img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
.cid-uZ8SexVIEm .items-wrapper .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZ8SexVIEm .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 22px;
}
.cid-uZ8SexVIEm .items-wrapper .item .item-wrapper .card-box .item-date {
  margin-bottom: 0;
}
.cid-uZ8SexVIEm .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
  width: 100%;
}
.cid-uZ8SexVIEm .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uZ8SexVIEm .mbr-label,
.cid-uZ8SexVIEm .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uZ8SexVIEm .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uZ8SexVIEm .mbr-section-subtitle,
.cid-uZ8SexVIEm .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uZ8SexVIEm .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uZ8SexVIEm .item-date {
  color: #ffffff;
}
.cid-uZ8SgE76bj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cbb6f2;
}
.cid-uZ8SgE76bj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ8SgE76bj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ8SgE76bj .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZ8SgE76bj .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZ8SgE76bj .title-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uZ8SgE76bj .title-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
}
.cid-uZ8SgE76bj .title-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uZ8SgE76bj .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZ8SgE76bj .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-uZ8SgE76bj .items-wrapper {
    display: block;
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uZ8SgE76bj .item {
    margin-bottom: 16px;
  }
}
.cid-uZ8SgE76bj .item .item-wrapper {
  height: 100%;
  padding: 12px;
  border: 1px solid #cdcddd;
  background-color: #e0e0eb;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-uZ8SgE76bj .item .item-wrapper {
    padding: 6px;
  }
}
.cid-uZ8SgE76bj .item .item-wrapper .card-box {
  padding: 32px;
  background-color: #b99b7f;
  border: 1px solid #cdcddd;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 500px;
}
@media (max-width: 992px) {
  .cid-uZ8SgE76bj .item .item-wrapper .card-box {
    min-height: auto;
    padding: 16px;
  }
}
.cid-uZ8SgE76bj .item .item-wrapper .card-box .item-content .item-label {
  margin-bottom: 16px;
  text-transform: uppercase;
}
.cid-uZ8SgE76bj .item .item-wrapper .card-box .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uZ8SgE76bj .item .item-wrapper .card-box .item-content .item-text {
  margin-bottom: 0;
}
.cid-uZ8SgE76bj .item .item-wrapper .card-box .item-content .mbr-section-btn {
  margin-top: 16px;
}
.cid-uZ8SgE76bj .item .item-wrapper .card-box .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZ8SgE76bj .item .item-wrapper .card-box .item-img {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZ8SgE76bj .item .item-wrapper .card-box .item-img {
    margin-top: 24px;
  }
}
.cid-uZ8SgE76bj .item .item-wrapper .card-box .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.cid-uZ8SgE76bj .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uZ8SgE76bj .mbr-section-title {
  color: #181824;
}
.cid-uZ8SgE76bj .mbr-section-title,
.cid-uZ8SgE76bj .icon-wrapper {
  text-align: center;
}
.cid-uZ8SgE76bj .item-label {
  color: #49496d;
}
.cid-uZ8SgE76bj .item-title {
  color: #181824;
}
.cid-uZ8SgE76bj .item-text {
  color: #000000;
}
.cid-uZ8SgE76bj .item-title,
.cid-uZ8SgE76bj .mbr-section-btn {
  text-align: center;
}
.cid-uZehRfADsQ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uZehRfADsQ .mbr-text {
  color: #ffffff;
}
.cid-uZehYIVHGk .navbar-dropdown {
  position: relative !important;
}
.cid-uZehYIVHGk .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uZehYIVHGk .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uZehYIVHGk .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-uZehYIVHGk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZehYIVHGk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #000000 !important;
  color: #1b66ce !important;
}
.cid-uZehYIVHGk .dropdown-item:hover,
.cid-uZehYIVHGk .dropdown-item:focus {
  background: #000000 !important;
  color: #1b66ce !important;
}
.cid-uZehYIVHGk .dropdown-item:hover span {
  color: white;
}
.cid-uZehYIVHGk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZehYIVHGk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZehYIVHGk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZehYIVHGk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZehYIVHGk .nav-link {
  position: relative;
}
.cid-uZehYIVHGk .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uZehYIVHGk .container {
    flex-wrap: nowrap;
  }
}
.cid-uZehYIVHGk .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZehYIVHGk .iconfont-wrapper:hover {
  color: #cbff5b !important;
}
.cid-uZehYIVHGk .dropdown-menu,
.cid-uZehYIVHGk .navbar.opened {
  background: #000000 !important;
}
.cid-uZehYIVHGk .nav-item:focus,
.cid-uZehYIVHGk .nav-link:focus {
  outline: none;
}
.cid-uZehYIVHGk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZehYIVHGk .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZehYIVHGk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZehYIVHGk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZehYIVHGk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZehYIVHGk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZehYIVHGk .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZehYIVHGk .navbar.opened {
  transition: all 0.3s;
}
.cid-uZehYIVHGk .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uZehYIVHGk .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uZehYIVHGk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZehYIVHGk .navbar.collapsed {
  justify-content: center;
}
.cid-uZehYIVHGk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZehYIVHGk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZehYIVHGk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uZehYIVHGk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZehYIVHGk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZehYIVHGk .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-uZehYIVHGk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZehYIVHGk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZehYIVHGk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZehYIVHGk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZehYIVHGk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZehYIVHGk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZehYIVHGk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZehYIVHGk .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-uZehYIVHGk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZehYIVHGk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZehYIVHGk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZehYIVHGk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZehYIVHGk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZehYIVHGk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZehYIVHGk .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZehYIVHGk .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZehYIVHGk .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZehYIVHGk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uZehYIVHGk .navbar-brand .navbar-caption:hover,
.cid-uZehYIVHGk .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-uZehYIVHGk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZehYIVHGk .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZehYIVHGk .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-uZehYIVHGk .dropdown-item.active,
.cid-uZehYIVHGk .dropdown-item:active {
  background-color: transparent;
}
.cid-uZehYIVHGk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZehYIVHGk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZehYIVHGk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZehYIVHGk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uZehYIVHGk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZehYIVHGk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZehYIVHGk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZehYIVHGk ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZehYIVHGk ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZehYIVHGk .navbar-buttons {
  text-align: center;
}
.cid-uZehYIVHGk .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uZehYIVHGk .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uZehYIVHGk .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZehYIVHGk button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZehYIVHGk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZehYIVHGk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZehYIVHGk button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZehYIVHGk button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZehYIVHGk button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZehYIVHGk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZehYIVHGk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZehYIVHGk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZehYIVHGk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZehYIVHGk .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZehYIVHGk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZehYIVHGk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZehYIVHGk .navbar {
    height: 70px;
  }
  .cid-uZehYIVHGk .navbar.opened {
    height: auto;
  }
  .cid-uZehYIVHGk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZehYIVHGk .navbar-nav {
  margin: 0 auto;
}
.cid-uZehYIVHGk .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZehYIVHGk .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uZehYIVHGk .nav-item .nav-link::after {
  color: #cbff5b !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZehYIVHGk .nav-item .nav-link:hover {
  background-color: transparent;
  color: #cbff5b !important;
}
.cid-uZehYIVHGk .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZehYIVHGk .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZehYIVHGk .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uZehYIVHGk .nav-item .dropdown-menu .dropdown-item {
  color: #1b66ce !important;
}
.cid-uZehYIVHGk .nav-item .dropdown-menu .dropdown-item:hover {
  color: #cbff5b !important;
}
@media (max-width: 991px) {
  .cid-uZehYIVHGk .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZehYIVHGk .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZehYIVHGk .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZehYIVHGk .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZehYIVHGk .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZehYIVHGk .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uZehYIVHGk .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uZehYIVHGk .content-wrap {
  min-height: 110px;
}
.cid-uZ8Sr6D4mR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fef1e5;
}
.cid-uZ8Sr6D4mR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ8Sr6D4mR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ8Sr6D4mR .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-uZ8Sr6D4mR .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uZ8Sr6D4mR .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uZ8Sr6D4mR .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uZ8Sr6D4mR .items-wrapper {
  margin: 0;
}
.cid-uZ8Sr6D4mR .items-wrapper .item {
  padding: 0;
  margin-bottom: 20px;
}
.cid-uZ8Sr6D4mR .items-wrapper .item .item-wrapper {
  padding: 0 20px 20px 0;
  height: 100%;
}
.cid-uZ8Sr6D4mR .items-wrapper .item .item-wrapper .item-img {
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZ8Sr6D4mR .items-wrapper .item .item-wrapper .item-img {
    padding-bottom: 20px;
  }
}
.cid-uZ8Sr6D4mR .items-wrapper .item .item-wrapper .item-img img {
  height: 250px;
  width: 250px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uZ8Sr6D4mR .items-wrapper .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-uZ8Sr6D4mR .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uZ8Sr6D4mR .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZ8Sr6D4mR .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uZ8Sr6D4mR .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uZ8Sr6D4mR .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZ8Sr6D4mR .mbr-section-title {
  color: #093388;
}
.cid-uZ8Sr6D4mR .item-number {
  color: #f4f4f4;
}
.cid-uZ8Sr6D4mR .item-title {
  color: #093388;
}
.cid-uZ8Sr6D4mR .item-text {
  color: #58595b;
}
.cid-uZ8Sr6D4mR .item-text,
.cid-uZ8Sr6D4mR .text-wrapper {
  color: #000000;
}
.cid-uZ8Sr6D4mR .item-title,
.cid-uZ8Sr6D4mR .mbr-section-btn {
  color: #000000;
}
.cid-uZ8SsNCCRu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uZ8SsNCCRu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ8SsNCCRu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ8SsNCCRu .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uZ8SsNCCRu .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uZ8SsNCCRu .items-wrapper {
  margin: 0 -10px;
}
.cid-uZ8SsNCCRu .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uZ8SsNCCRu .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uZ8SsNCCRu .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-uZ8SsNCCRu .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: translateX(52px);
}
.cid-uZ8SsNCCRu .items-wrapper .item .item-wrapper {
  padding: 26px;
  height: 100%;
  overflow: hidden !important;
}
@media (max-width: 992px) {
  .cid-uZ8SsNCCRu .items-wrapper .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uZ8SsNCCRu .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZ8SsNCCRu .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 22px;
  }
}
.cid-uZ8SsNCCRu .items-wrapper .item .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-uZ8SsNCCRu .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uZ8SsNCCRu .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
.cid-uZ8SsNCCRu .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZ8SsNCCRu .items-wrapper .item .card_1 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #a78aff, #1f2329 50%);
}
.cid-uZ8SsNCCRu .items-wrapper .item .card_2 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #ff398a, #1f2329 50%);
}
.cid-uZ8SsNCCRu .items-wrapper .item .card_3 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #0047ff, #1f2329 50%);
}
.cid-uZ8SsNCCRu .mbr-section-title,
.cid-uZ8SsNCCRu .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uZ8SsNCCRu .item-title {
  color: #ffffff;
}
.cid-uZ8SsNCCRu .item-text {
  color: #ffffff;
}
.cid-uZ8SwBEQTr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cbb6f2;
}
.cid-uZ8SwBEQTr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ8SwBEQTr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ8SwBEQTr .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uZ8SwBEQTr .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-uZ8SwBEQTr .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uZ8SwBEQTr .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZ8SwBEQTr .item {
    margin-bottom: 16px;
  }
}
.cid-uZ8SwBEQTr .item:last-child {
  margin-bottom: 0;
}
.cid-uZ8SwBEQTr .item:hover .item-wrapper .item-img img,
.cid-uZ8SwBEQTr .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uZ8SwBEQTr .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uZ8SwBEQTr .item .item-wrapper {
    display: block;
    height: auto;
  }
}
.cid-uZ8SwBEQTr .item .item-wrapper .item-content {
  width: 40%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uZ8SwBEQTr .item .item-wrapper .item-content {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-uZ8SwBEQTr .item .item-wrapper .item-content .item-title_1,
.cid-uZ8SwBEQTr .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 16px;
}
.cid-uZ8SwBEQTr .item .item-wrapper .item-content .item-text_1,
.cid-uZ8SwBEQTr .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 16px;
}
.cid-uZ8SwBEQTr .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZ8SwBEQTr .item .item-wrapper .item-img {
  width: 60%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uZ8SwBEQTr .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uZ8SwBEQTr .item .item-wrapper .item-img img {
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZ8SwBEQTr .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uZ8SwBEQTr .item .card_1 {
  background-color: #ffeed4;
}
.cid-uZ8SwBEQTr .item .card_2 {
  background-color: #ffe2d4;
}
.cid-uZ8SwBEQTr .mbr-section-title {
  color: #212529;
}
.cid-uZ8SwBEQTr .item-title_1 {
  color: #000000;
  text-align: center;
}
.cid-uZ8SwBEQTr .item-title_2 {
  color: #000000;
  text-align: center;
}
.cid-uZ8SwBEQTr .item-text_1 {
  color: #f5a11b;
}
.cid-uZ8SwBEQTr .item-text_2 {
  color: #ff543d;
}
.cid-uZ8SwBEQTr .item-text_2,
.cid-uZ8SwBEQTr .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uZ8SwBEQTr .item-text_1,
.cid-uZ8SwBEQTr .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uZ8SERDRC9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uZ8SERDRC9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ8SERDRC9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ8SERDRC9 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uZ8SERDRC9 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uZ8SERDRC9 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uZ8SERDRC9 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uZ8SERDRC9 .container {
    padding: 0 16px;
  }
}
.cid-uZ8SERDRC9 .row {
  background-color: #3f7ed4;
  justify-content: center;
  margin: 0;
  border-radius: 1rem;
}
.cid-uZ8SERDRC9 .item {
  padding: 40px 80px;
  border-right: 1px solid #000000;
}
@media (max-width: 1200px) {
  .cid-uZ8SERDRC9 .item {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uZ8SERDRC9 .item {
    padding: 25px;
    border-right: none;
    border-bottom: 1px solid #000000;
  }
}
.cid-uZ8SERDRC9 .item:nth-child(2n) {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uZ8SERDRC9 .item:nth-child(2n) {
    border-right: none;
  }
}
.cid-uZ8SERDRC9 .item .item-wrapper .card-subtitle {
  margin-bottom: 40px;
}
.cid-uZ8SERDRC9 .item .item-wrapper .item-img {
  margin-bottom: 28px;
}
.cid-uZ8SERDRC9 .item .item-wrapper .item-img img {
  display: inline-flex;
  object-fit: cover;
  height: 350px;
  border-radius: 1rem !important;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uZ8SERDRC9 .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-uZ8SERDRC9 .item .item-wrapper .card-title {
  margin-bottom: 10px;
}
.cid-uZ8SERDRC9 .item .item-wrapper .card-text {
  margin-bottom: 20px;
}
.cid-uZ8SERDRC9 .card-title {
  color: #000000;
}
.cid-uZ8SERDRC9 .card-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZ8SERDRC9 .card-text {
  color: #000000;
  text-align: center;
}
.cid-uZ8SERDRC9 .card-title,
.cid-uZ8SERDRC9 .item-img,
.cid-uZ8SERDRC9 .mbr-section-btn {
  text-align: center;
}
.cid-uZehRfADsQ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uZehRfADsQ .mbr-text {
  color: #ffffff;
}
.cid-uZehYIVHGk .navbar-dropdown {
  position: relative !important;
}
.cid-uZehYIVHGk .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uZehYIVHGk .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uZehYIVHGk .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-uZehYIVHGk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZehYIVHGk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #000000 !important;
  color: #1b66ce !important;
}
.cid-uZehYIVHGk .dropdown-item:hover,
.cid-uZehYIVHGk .dropdown-item:focus {
  background: #000000 !important;
  color: #1b66ce !important;
}
.cid-uZehYIVHGk .dropdown-item:hover span {
  color: white;
}
.cid-uZehYIVHGk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZehYIVHGk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZehYIVHGk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZehYIVHGk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZehYIVHGk .nav-link {
  position: relative;
}
.cid-uZehYIVHGk .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uZehYIVHGk .container {
    flex-wrap: nowrap;
  }
}
.cid-uZehYIVHGk .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZehYIVHGk .iconfont-wrapper:hover {
  color: #cbff5b !important;
}
.cid-uZehYIVHGk .dropdown-menu,
.cid-uZehYIVHGk .navbar.opened {
  background: #000000 !important;
}
.cid-uZehYIVHGk .nav-item:focus,
.cid-uZehYIVHGk .nav-link:focus {
  outline: none;
}
.cid-uZehYIVHGk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZehYIVHGk .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZehYIVHGk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZehYIVHGk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZehYIVHGk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZehYIVHGk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZehYIVHGk .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZehYIVHGk .navbar.opened {
  transition: all 0.3s;
}
.cid-uZehYIVHGk .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uZehYIVHGk .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uZehYIVHGk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZehYIVHGk .navbar.collapsed {
  justify-content: center;
}
.cid-uZehYIVHGk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZehYIVHGk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZehYIVHGk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uZehYIVHGk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZehYIVHGk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZehYIVHGk .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-uZehYIVHGk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZehYIVHGk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZehYIVHGk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZehYIVHGk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZehYIVHGk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZehYIVHGk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZehYIVHGk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZehYIVHGk .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-uZehYIVHGk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZehYIVHGk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZehYIVHGk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZehYIVHGk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZehYIVHGk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZehYIVHGk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZehYIVHGk .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZehYIVHGk .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZehYIVHGk .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZehYIVHGk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uZehYIVHGk .navbar-brand .navbar-caption:hover,
.cid-uZehYIVHGk .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-uZehYIVHGk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZehYIVHGk .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZehYIVHGk .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-uZehYIVHGk .dropdown-item.active,
.cid-uZehYIVHGk .dropdown-item:active {
  background-color: transparent;
}
.cid-uZehYIVHGk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZehYIVHGk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZehYIVHGk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZehYIVHGk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uZehYIVHGk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZehYIVHGk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZehYIVHGk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZehYIVHGk ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZehYIVHGk ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZehYIVHGk .navbar-buttons {
  text-align: center;
}
.cid-uZehYIVHGk .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uZehYIVHGk .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uZehYIVHGk .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZehYIVHGk button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZehYIVHGk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZehYIVHGk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZehYIVHGk button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZehYIVHGk button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZehYIVHGk button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZehYIVHGk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZehYIVHGk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZehYIVHGk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZehYIVHGk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZehYIVHGk .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZehYIVHGk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZehYIVHGk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZehYIVHGk .navbar {
    height: 70px;
  }
  .cid-uZehYIVHGk .navbar.opened {
    height: auto;
  }
  .cid-uZehYIVHGk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZehYIVHGk .navbar-nav {
  margin: 0 auto;
}
.cid-uZehYIVHGk .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZehYIVHGk .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uZehYIVHGk .nav-item .nav-link::after {
  color: #cbff5b !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZehYIVHGk .nav-item .nav-link:hover {
  background-color: transparent;
  color: #cbff5b !important;
}
.cid-uZehYIVHGk .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZehYIVHGk .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZehYIVHGk .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uZehYIVHGk .nav-item .dropdown-menu .dropdown-item {
  color: #1b66ce !important;
}
.cid-uZehYIVHGk .nav-item .dropdown-menu .dropdown-item:hover {
  color: #cbff5b !important;
}
@media (max-width: 991px) {
  .cid-uZehYIVHGk .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZehYIVHGk .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZehYIVHGk .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZehYIVHGk .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZehYIVHGk .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZehYIVHGk .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uZehYIVHGk .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uZehYIVHGk .content-wrap {
  min-height: 110px;
}
.cid-uZ8SWM9aoq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #b99b7f;
}
.cid-uZ8SWM9aoq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ8SWM9aoq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ8SWM9aoq .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uZ8SWM9aoq .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uZ8SWM9aoq .container {
    padding: 0 25px;
  }
}
.cid-uZ8SWM9aoq .row {
  justify-content: center;
}
.cid-uZ8SWM9aoq .item {
  margin-bottom: 32px;
}
.cid-uZ8SWM9aoq .item .item-wrapper:hover .item-img::after,
.cid-uZ8SWM9aoq .item .item-wrapper:focus .item-img::after {
  opacity: .8;
}
.cid-uZ8SWM9aoq .item .item-wrapper .item-img {
  position: relative;
  height: 240px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}
.cid-uZ8SWM9aoq .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
.cid-uZ8SWM9aoq .item .item-wrapper .item-img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  background-color: transparent;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uZ8SWM9aoq .item .item-wrapper .item-img .date-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uZ8SWM9aoq .item .item-wrapper .item-img .date-wrap .mbr-date {
  display: inline-flex;
  margin-bottom: 0;
  padding: 2px 4px 0;
  background-color: #a0ffc2;
}
.cid-uZ8SWM9aoq .item .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uZ8SWM9aoq .item .item-wrapper .item-content .mbr-card-title {
  margin-bottom: 8px;
}
.cid-uZ8SWM9aoq .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 20px;
}
.cid-uZ8SWM9aoq .mbr-card-title {
  color: #2f2e30;
}
.cid-uZ8SWM9aoq .mbr-date {
  color: #2f2e30;
}
.cid-uZ8SWM9aoq .mbr-text {
  color: #000000;
}
.cid-uZ8SWM9aoq .mbr-card-title,
.cid-uZ8SWM9aoq .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uZ8T1uzXJ6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cbb6f2;
}
.cid-uZ8T1uzXJ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ8T1uzXJ6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZ8T1uzXJ6 .container {
    padding: 0 30px;
  }
}
.cid-uZ8T1uzXJ6 .row {
  justify-content: center;
}
.cid-uZ8T1uzXJ6 .item {
  margin-bottom: 70px;
}
.cid-uZ8T1uzXJ6 .item .item-wrapper {
  margin: 0 6px;
}
@media (max-width: 992px) {
  .cid-uZ8T1uzXJ6 .item .item-wrapper {
    margin: 0;
  }
}
.cid-uZ8T1uzXJ6 .item .item-wrapper .item-img {
  padding: 60px 80px;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff6839;
  border-radius: 10px;
  margin-bottom: 22px;
}
@media (max-width: 1200px) {
  .cid-uZ8T1uzXJ6 .item .item-wrapper .item-img {
    padding: 60px 40px;
  }
}
.cid-uZ8T1uzXJ6 .item .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.cid-uZ8T1uzXJ6 .item:nth-child(2) .item-wrapper .item-img {
  background-color: #b1b0b5;
}
.cid-uZ8T1uzXJ6 .item .item-content {
  margin: 0 6px;
}
@media (max-width: 992px) {
  .cid-uZ8T1uzXJ6 .item .item-content {
    margin: 0;
  }
}
.cid-uZ8T1uzXJ6 .item .item-content .mbr-card-title {
  margin-bottom: 22px;
}
.cid-uZ8T1uzXJ6 .mbr-card-title {
  color: #000000;
}
.cid-uZ8T1uzXJ6 .mbr-card-title,
.cid-uZ8T1uzXJ6 .mbr-section-btn {
  text-align: center;
}
.cid-uZ8TbLVM3n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffdd65;
}
.cid-uZ8TbLVM3n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ8TbLVM3n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ8TbLVM3n .container {
  max-width: 1280px;
}
.cid-uZ8TbLVM3n .content-wrapper {
  background: #212132;
  padding: 4rem;
  border-radius: 4.17rem;
}
@media (max-width: 767px) {
  .cid-uZ8TbLVM3n .content-wrapper {
    padding: 4rem 6vw;
  }
}
.cid-uZ8TbLVM3n .text-wrapper {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-uZ8TbLVM3n .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uZ8TbLVM3n .card-title {
  color: #FFDD65;
}
.cid-uZ8TbLVM3n .img-container {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 1.67rem;
}
@media (max-width: 767px) {
  .cid-uZ8TbLVM3n .img-container {
    flex-wrap: wrap;
    margin-bottom: 16px;
  }
}
.cid-uZ8TbLVM3n .item-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 45%;
  margin-right: 0.83rem;
  margin-left: 0.83rem;
  padding: 2.5rem;
}
@media (max-width: 991px) {
  .cid-uZ8TbLVM3n .item-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-uZ8TbLVM3n .item-container {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 32px;
  }
}
.cid-uZ8TbLVM3n .mbr-text {
  color: #ffffff;
  margin-bottom: 2rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uZ8TbLVM3n .mbr-text {
    margin-bottom: 1.67rem;
  }
}
@media (max-width: 767px) {
  .cid-uZ8TbLVM3n .mbr-text {
    margin-bottom: 1rem;
  }
}
.cid-uZ8TbLVM3n .image-wrapper {
  margin-top: auto;
  aspect-ratio: 1;
  position: relative;
  border-radius: 2.08rem;
  padding: 5px;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-uZ8TbLVM3n .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.08rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-uZ8TbLVM3n .image-wrapper .img-box {
  position: relative;
  z-index: 11;
  border-radius: 1.76rem;
  overflow: hidden;
  height: 100%;
}
.cid-uZ8TbLVM3n .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZ8TbLVM3n .custom-section-btn {
  background-image: linear-gradient(90deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-uZ8TbLVM3n .custom-section-btn::after {
  background-image: linear-gradient(90deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-uZ8TbLVM3n .btn-container {
  padding: 0 4rem;
  margin-top: -3.5rem;
}
@media (max-width: 767px) {
  .cid-uZ8TbLVM3n .btn-container {
    padding: 0 6vw;
    width: 100%;
  }
  .cid-uZ8TbLVM3n .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-uZ8TbLVM3n .btn-container .btn {
    width: 100%;
  }
}
.cid-uZehRfADsQ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uZehRfADsQ .mbr-text {
  color: #ffffff;
}
.cid-uZehYIVHGk .navbar-dropdown {
  position: relative !important;
}
.cid-uZehYIVHGk .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uZehYIVHGk .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uZehYIVHGk .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-uZehYIVHGk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZehYIVHGk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #000000 !important;
  color: #1b66ce !important;
}
.cid-uZehYIVHGk .dropdown-item:hover,
.cid-uZehYIVHGk .dropdown-item:focus {
  background: #000000 !important;
  color: #1b66ce !important;
}
.cid-uZehYIVHGk .dropdown-item:hover span {
  color: white;
}
.cid-uZehYIVHGk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZehYIVHGk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZehYIVHGk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZehYIVHGk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZehYIVHGk .nav-link {
  position: relative;
}
.cid-uZehYIVHGk .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uZehYIVHGk .container {
    flex-wrap: nowrap;
  }
}
.cid-uZehYIVHGk .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZehYIVHGk .iconfont-wrapper:hover {
  color: #cbff5b !important;
}
.cid-uZehYIVHGk .dropdown-menu,
.cid-uZehYIVHGk .navbar.opened {
  background: #000000 !important;
}
.cid-uZehYIVHGk .nav-item:focus,
.cid-uZehYIVHGk .nav-link:focus {
  outline: none;
}
.cid-uZehYIVHGk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZehYIVHGk .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZehYIVHGk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZehYIVHGk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZehYIVHGk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZehYIVHGk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZehYIVHGk .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZehYIVHGk .navbar.opened {
  transition: all 0.3s;
}
.cid-uZehYIVHGk .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uZehYIVHGk .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uZehYIVHGk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZehYIVHGk .navbar.collapsed {
  justify-content: center;
}
.cid-uZehYIVHGk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZehYIVHGk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZehYIVHGk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uZehYIVHGk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZehYIVHGk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZehYIVHGk .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-uZehYIVHGk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZehYIVHGk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZehYIVHGk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZehYIVHGk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZehYIVHGk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZehYIVHGk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZehYIVHGk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZehYIVHGk .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-uZehYIVHGk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZehYIVHGk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZehYIVHGk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZehYIVHGk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZehYIVHGk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZehYIVHGk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZehYIVHGk .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZehYIVHGk .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZehYIVHGk .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZehYIVHGk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uZehYIVHGk .navbar-brand .navbar-caption:hover,
.cid-uZehYIVHGk .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-uZehYIVHGk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZehYIVHGk .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZehYIVHGk .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-uZehYIVHGk .dropdown-item.active,
.cid-uZehYIVHGk .dropdown-item:active {
  background-color: transparent;
}
.cid-uZehYIVHGk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZehYIVHGk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZehYIVHGk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZehYIVHGk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uZehYIVHGk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZehYIVHGk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZehYIVHGk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZehYIVHGk ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZehYIVHGk ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZehYIVHGk .navbar-buttons {
  text-align: center;
}
.cid-uZehYIVHGk .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uZehYIVHGk .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uZehYIVHGk .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZehYIVHGk button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZehYIVHGk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZehYIVHGk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZehYIVHGk button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZehYIVHGk button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZehYIVHGk button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZehYIVHGk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZehYIVHGk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZehYIVHGk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZehYIVHGk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZehYIVHGk .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZehYIVHGk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZehYIVHGk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZehYIVHGk .navbar {
    height: 70px;
  }
  .cid-uZehYIVHGk .navbar.opened {
    height: auto;
  }
  .cid-uZehYIVHGk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZehYIVHGk .navbar-nav {
  margin: 0 auto;
}
.cid-uZehYIVHGk .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZehYIVHGk .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uZehYIVHGk .nav-item .nav-link::after {
  color: #cbff5b !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZehYIVHGk .nav-item .nav-link:hover {
  background-color: transparent;
  color: #cbff5b !important;
}
.cid-uZehYIVHGk .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZehYIVHGk .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZehYIVHGk .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uZehYIVHGk .nav-item .dropdown-menu .dropdown-item {
  color: #1b66ce !important;
}
.cid-uZehYIVHGk .nav-item .dropdown-menu .dropdown-item:hover {
  color: #cbff5b !important;
}
@media (max-width: 991px) {
  .cid-uZehYIVHGk .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZehYIVHGk .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZehYIVHGk .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZehYIVHGk .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZehYIVHGk .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZehYIVHGk .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uZehYIVHGk .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uZehYIVHGk .content-wrap {
  min-height: 110px;
}
.cid-uZ8TnSeoAQ {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background: #cbb6f2;
}
.cid-uZ8TnSeoAQ .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uZ8TnSeoAQ .team-card:hover {
  transform: translateY(-10px);
}
.cid-uZ8TnSeoAQ .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uZ8TnSeoAQ .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #1b66ce;
}
.cid-uZ8TnSeoAQ .svg-top .st0 {
  fill: #cbb6f2;
}
@media (max-width: 992px) {
  .cid-uZ8TnSeoAQ .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-uZ8TnSeoAQ .image-wrap {
  height: 300px;
  padding-bottom: 2rem;
}
.cid-uZ8TnSeoAQ .image-wrap img {
  height: 100%;
  object-fit: contain;
}
@keyframes line {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@media (max-width: 991px) {
  .cid-uZ8TnSeoAQ .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uZ8TnSeoAQ .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-uZ8TnSeoAQ .card-wrap:hover h5:before {
  animation: 1s ease-in-out alternate line;
}
.cid-uZ8TnSeoAQ .card-title,
.cid-uZ8TnSeoAQ .social-row {
  color: #1a449a;
}
.cid-uZ8TnSeoAQ .mbr-role,
.cid-uZ8TnSeoAQ .social-row {
  color: #1a449a;
}
.cid-uZ8TnSeoAQ .card-text,
.cid-uZ8TnSeoAQ .mbr-section-btn,
.cid-uZ8TnSeoAQ .social-row {
  color: #000000;
  text-align: center;
}
.cid-uZ8TnSeoAQ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uZ8TnSeoAQ .card-title,
.cid-uZ8TnSeoAQ .content-wrap {
  color: #000000;
  text-align: center;
}
.cid-uZ8TnSeoAQ .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uZ8TxzVVI6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uZ8TxzVVI6 .card-wrapper {
  border-radius: 4px;
  background: #8caff0;
}
@media (min-width: 992px) {
  .cid-uZ8TxzVVI6 .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uZ8TxzVVI6 .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZ8TxzVVI6 .text-box {
    padding: 2rem;
  }
}
.cid-uZ8TxzVVI6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uZ8TxzVVI6 .lin {
  position: relative;
  display: inline;
  color: #626262;
  text-transform: uppercase;
  margin-top: 1.25rem;
}
.cid-uZ8TxzVVI6 .line {
  left: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: #1b66ce;
  opacity: 0;
}
.cid-uZ8TxzVVI6 .lin:hover .line {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all 0.3s;
}
.cid-uZ8TxzVVI6 .small-img {
  width: 40%;
  margin: auto;
}
.cid-uZ8TxzVVI6 .text-box {
  text-align: center;
}
.cid-uZ8TxzVVI6 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZ8TxzVVI6 .mbr-text {
  padding-top: 10px;
}
.cid-uZ8TxzVVI6 .mbr-section-subtitle {
  color: #626262;
}
.cid-uZ8TxzVVI6 .mbr-text,
.cid-uZ8TxzVVI6 .button-align {
  color: #000000;
}
.cid-uZ8TQTgLtV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uZ8TQTgLtV .card-text,
.cid-uZ8TQTgLtV .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-uZ8TQTgLtV .main,
.cid-uZ8TQTgLtV .main-reverse {
  border: 1px solid rgba(120, 130, 140, 0.13);
  margin: 0;
  background: #ffdf70;
}
.cid-uZ8TQTgLtV .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uZ8TQTgLtV .main-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uZ8TQTgLtV .image-element {
  padding: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uZ8TQTgLtV .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uZ8TQTgLtV .text-element {
  padding: 3rem 2rem;
}
.cid-uZ8TQTgLtV .mbr-iconfont {
  font-size: 3rem;
  color: #188ef4;
}
.cid-uZ8TQTgLtV .bottom-radius {
  overflow: hidden;
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-uZ8TQTgLtV .top-radius {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-uZ8TQTgLtV .main-reverse {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .cid-uZ8TQTgLtV .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-uZ8TQTgLtV .image-element,
  .cid-uZ8TQTgLtV .text-element {
    margin-bottom: 0;
  }
  .cid-uZ8TQTgLtV .main:first-child {
    padding-top: 0;
  }
}
.cid-uZ8TQTgLtV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ8TQTgLtV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ8TQTgLtV .card-text,
.cid-uZ8TQTgLtV .mbr-section-btn {
  color: #ffffff;
}
.cid-uZ8TZEbFUP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #005441;
  background-color: #000000;
}
.cid-uZ8TZEbFUP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ8TZEbFUP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ8TZEbFUP .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uZ8TZEbFUP .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uZ8TZEbFUP .content-wrapper {
    padding: 0;
  }
}
.cid-uZ8TZEbFUP .content-wrapper .card-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #6698dd;
  padding: 200px 150px;
  border: 2px solid #005441;
  box-shadow: -10px 10px 0 0 #005441;
}
@media (max-width: 1440px) {
  .cid-uZ8TZEbFUP .content-wrapper .card-wrapper {
    padding: 200px 64px;
  }
}
@media (max-width: 992px) {
  .cid-uZ8TZEbFUP .content-wrapper .card-wrapper {
    padding: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uZ8TZEbFUP .content-wrapper .card-wrapper {
    box-shadow: -5px 5px 0 0 #005441;
  }
}
.cid-uZ8TZEbFUP .content-wrapper .card-wrapper .card-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uZ8TZEbFUP .content-wrapper .card-wrapper .card-wrap {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uZ8TZEbFUP .content-wrapper .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uZ8TZEbFUP .content-wrapper .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uZ8TZEbFUP .content-wrapper .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 32px;
}
.cid-uZ8TZEbFUP .content-wrapper .card-wrapper .image-wrapper {
  width: 35%;
}
@media (max-width: 992px) {
  .cid-uZ8TZEbFUP .content-wrapper .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uZ8TZEbFUP .content-wrapper .card-wrapper .image-wrapper img {
  object-fit: cover;
  height: 420px;
  border: 2px solid #2c2625;
  box-shadow: -10px 10px 0 0 #2c2625;
}
@media (max-width: 992px) {
  .cid-uZ8TZEbFUP .content-wrapper .card-wrapper .image-wrapper img {
    box-shadow: -5px 5px 0 0 #2c2625;
    height: 350px;
  }
}
.cid-uZ8TZEbFUP .mbr-section-title {
  color: #2C2625;
}
.cid-uZ8TZEbFUP .mbr-text {
  color: #000000;
}
.cid-uZ8TZEbFUP .mbr-section-title,
.cid-uZ8TZEbFUP .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uZ8U57fJg0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #0a51b2;
  background-color: #000000;
}
.cid-uZ8U57fJg0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ8U57fJg0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ8U57fJg0 .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uZ8U57fJg0 .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uZ8U57fJg0 .content-wrapper {
    padding: 0;
  }
}
.cid-uZ8U57fJg0 .content-wrapper .card-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #cbb6f2;
  padding: 200px 150px;
  border: 2px solid #0a51b2;
  box-shadow: -10px 10px 0 0 #0a51b2;
}
@media (max-width: 1440px) {
  .cid-uZ8U57fJg0 .content-wrapper .card-wrapper {
    padding: 200px 64px;
  }
}
@media (max-width: 992px) {
  .cid-uZ8U57fJg0 .content-wrapper .card-wrapper {
    padding: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uZ8U57fJg0 .content-wrapper .card-wrapper {
    box-shadow: -5px 5px 0 0 #0a51b2;
  }
}
.cid-uZ8U57fJg0 .content-wrapper .card-wrapper .card-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uZ8U57fJg0 .content-wrapper .card-wrapper .card-wrap {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uZ8U57fJg0 .content-wrapper .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uZ8U57fJg0 .content-wrapper .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uZ8U57fJg0 .content-wrapper .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 32px;
}
.cid-uZ8U57fJg0 .content-wrapper .card-wrapper .image-wrapper {
  width: 35%;
}
@media (max-width: 992px) {
  .cid-uZ8U57fJg0 .content-wrapper .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uZ8U57fJg0 .content-wrapper .card-wrapper .image-wrapper img {
  object-fit: cover;
  height: 420px;
  border: 2px solid #2c2625;
  box-shadow: -10px 10px 0 0 #2c2625;
}
@media (max-width: 992px) {
  .cid-uZ8U57fJg0 .content-wrapper .card-wrapper .image-wrapper img {
    box-shadow: -5px 5px 0 0 #2c2625;
    height: 350px;
  }
}
.cid-uZ8U57fJg0 .mbr-section-title {
  color: #2C2625;
}
.cid-uZ8U57fJg0 .mbr-text {
  color: #2C2625;
}
.cid-uZ8U57fJg0 .mbr-section-title,
.cid-uZ8U57fJg0 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uZehRfADsQ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uZehRfADsQ .mbr-text {
  color: #ffffff;
}
.cid-uZehYIVHGk .navbar-dropdown {
  position: relative !important;
}
.cid-uZehYIVHGk .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uZehYIVHGk .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uZehYIVHGk .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-uZehYIVHGk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZehYIVHGk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #000000 !important;
  color: #1b66ce !important;
}
.cid-uZehYIVHGk .dropdown-item:hover,
.cid-uZehYIVHGk .dropdown-item:focus {
  background: #000000 !important;
  color: #1b66ce !important;
}
.cid-uZehYIVHGk .dropdown-item:hover span {
  color: white;
}
.cid-uZehYIVHGk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZehYIVHGk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZehYIVHGk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZehYIVHGk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZehYIVHGk .nav-link {
  position: relative;
}
.cid-uZehYIVHGk .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uZehYIVHGk .container {
    flex-wrap: nowrap;
  }
}
.cid-uZehYIVHGk .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZehYIVHGk .iconfont-wrapper:hover {
  color: #cbff5b !important;
}
.cid-uZehYIVHGk .dropdown-menu,
.cid-uZehYIVHGk .navbar.opened {
  background: #000000 !important;
}
.cid-uZehYIVHGk .nav-item:focus,
.cid-uZehYIVHGk .nav-link:focus {
  outline: none;
}
.cid-uZehYIVHGk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZehYIVHGk .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZehYIVHGk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZehYIVHGk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZehYIVHGk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZehYIVHGk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZehYIVHGk .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZehYIVHGk .navbar.opened {
  transition: all 0.3s;
}
.cid-uZehYIVHGk .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uZehYIVHGk .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uZehYIVHGk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZehYIVHGk .navbar.collapsed {
  justify-content: center;
}
.cid-uZehYIVHGk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZehYIVHGk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZehYIVHGk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uZehYIVHGk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZehYIVHGk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZehYIVHGk .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-uZehYIVHGk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZehYIVHGk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZehYIVHGk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZehYIVHGk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZehYIVHGk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZehYIVHGk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZehYIVHGk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZehYIVHGk .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-uZehYIVHGk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZehYIVHGk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZehYIVHGk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZehYIVHGk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZehYIVHGk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZehYIVHGk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZehYIVHGk .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZehYIVHGk .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZehYIVHGk .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZehYIVHGk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uZehYIVHGk .navbar-brand .navbar-caption:hover,
.cid-uZehYIVHGk .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-uZehYIVHGk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZehYIVHGk .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZehYIVHGk .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-uZehYIVHGk .dropdown-item.active,
.cid-uZehYIVHGk .dropdown-item:active {
  background-color: transparent;
}
.cid-uZehYIVHGk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZehYIVHGk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZehYIVHGk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZehYIVHGk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uZehYIVHGk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZehYIVHGk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZehYIVHGk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZehYIVHGk ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZehYIVHGk ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZehYIVHGk .navbar-buttons {
  text-align: center;
}
.cid-uZehYIVHGk .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uZehYIVHGk .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uZehYIVHGk .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZehYIVHGk button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZehYIVHGk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZehYIVHGk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZehYIVHGk button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZehYIVHGk button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZehYIVHGk button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZehYIVHGk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZehYIVHGk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZehYIVHGk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZehYIVHGk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZehYIVHGk .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZehYIVHGk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZehYIVHGk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZehYIVHGk .navbar {
    height: 70px;
  }
  .cid-uZehYIVHGk .navbar.opened {
    height: auto;
  }
  .cid-uZehYIVHGk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZehYIVHGk .navbar-nav {
  margin: 0 auto;
}
.cid-uZehYIVHGk .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZehYIVHGk .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uZehYIVHGk .nav-item .nav-link::after {
  color: #cbff5b !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZehYIVHGk .nav-item .nav-link:hover {
  background-color: transparent;
  color: #cbff5b !important;
}
.cid-uZehYIVHGk .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZehYIVHGk .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZehYIVHGk .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uZehYIVHGk .nav-item .dropdown-menu .dropdown-item {
  color: #1b66ce !important;
}
.cid-uZehYIVHGk .nav-item .dropdown-menu .dropdown-item:hover {
  color: #cbff5b !important;
}
@media (max-width: 991px) {
  .cid-uZehYIVHGk .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZehYIVHGk .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZehYIVHGk .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZehYIVHGk .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZehYIVHGk .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZehYIVHGk .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uZehYIVHGk .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uZehYIVHGk .content-wrap {
  min-height: 110px;
}
.cid-uZ8UrkK3ke {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #cbb6f2;
}
.cid-uZ8UrkK3ke .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ8UrkK3ke .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ8UrkK3ke .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uZ8UrkK3ke .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uZ8UrkK3ke .container {
    padding: 0 25px;
  }
}
.cid-uZ8UrkK3ke .cards {
  margin-right: 80px;
}
@media (max-width: 992px) {
  .cid-uZ8UrkK3ke .cards {
    margin: 0;
  }
}
.cid-uZ8UrkK3ke .cards .item:first-child .item-wrapper {
  border: none;
  padding-top: 0;
}
.cid-uZ8UrkK3ke .cards .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 32px 0 70px;
  border-top: 2px solid #cbb6f2;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uZ8UrkK3ke .cards .item .item-wrapper {
    display: block;
  }
}
.cid-uZ8UrkK3ke .cards .item .item-wrapper:hover .item-img img,
.cid-uZ8UrkK3ke .cards .item .item-wrapper:focus .item-img img {
  transform: scale(1.06);
}
.cid-uZ8UrkK3ke .cards .item .item-wrapper .item-img {
  min-width: 280px;
  margin-right: 28px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uZ8UrkK3ke .cards .item .item-wrapper .item-img {
    margin: 0 0 28px 0;
    min-width: auto;
  }
}
.cid-uZ8UrkK3ke .cards .item .item-wrapper .item-img img {
  height: 220px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  border-radius: 0 !important;
}
.cid-uZ8UrkK3ke .cards .item .item-wrapper .item-content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1300px) {
  .cid-uZ8UrkK3ke .cards .item .item-wrapper .item-content {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uZ8UrkK3ke .cards .item .item-wrapper .item-content {
    margin: 0;
  }
}
.cid-uZ8UrkK3ke .cards .item .item-wrapper .item-content .content-wrap {
  margin-right: 60px;
}
@media (max-width: 1300px) {
  .cid-uZ8UrkK3ke .cards .item .item-wrapper .item-content .content-wrap {
    margin: 0;
  }
}
.cid-uZ8UrkK3ke .cards .item .item-wrapper .item-content .content-wrap .mbr-card-title {
  margin-bottom: 10px;
}
.cid-uZ8UrkK3ke .cards .item .item-wrapper .item-content .content-wrap .mbr-text {
  margin-bottom: 25px;
  line-height: 1.5;
}
.cid-uZ8UrkK3ke .cards .item .item-wrapper .item-content .content-wrap .mbr-desc {
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-uZ8UrkK3ke .cards .item .item-wrapper .item-content .content-wrap .mbr-desc span {
  background-color: #a0ffc2;
  padding: 2px 4px 0;
}
.cid-uZ8UrkK3ke .cards .item .item-wrapper .item-content .mbr-section-btn {
  min-width: 190px;
}
@media (max-width: 1300px) {
  .cid-uZ8UrkK3ke .cards .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 25px;
  }
}
.cid-uZ8UrkK3ke .mbr-card-title {
  color: #2f2e30;
}
.cid-uZ8UrkK3ke .mbr-text {
  color: #000000;
}
.cid-uZ8UrkK3ke .mbr-desc {
  color: #2f2e30;
}
.cid-uZ8UrkK3ke .mbr-card-title,
.cid-uZ8UrkK3ke .mbr-section-btn {
  color: #000000;
}
.cid-uZ8UzcDGE7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #b99b7f;
}
.cid-uZ8UzcDGE7 .decor-wrap_1 {
  position: absolute;
  top: 15%;
  left: -6rem;
  width: 423px;
  height: 423px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uZ8UzcDGE7 .decor-wrap_2 {
  position: absolute;
  top: 25%;
  right: 1%;
  width: 207px;
  height: 207px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uZ8UzcDGE7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ8UzcDGE7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZ8UzcDGE7 .container {
    padding: 0 30px;
  }
}
.cid-uZ8UzcDGE7 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uZ8UzcDGE7 .desc-wrapper .mbr-desc {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZ8UzcDGE7 .desc-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uZ8UzcDGE7 .text-wrapper .mbr-text {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZ8UzcDGE7 .text-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uZ8UzcDGE7 .items-wrapper .item {
  margin-bottom: 40px;
}
.cid-uZ8UzcDGE7 .items-wrapper .item:nth-child(2n) {
  padding-top: 50px;
}
@media (max-width: 992px) {
  .cid-uZ8UzcDGE7 .items-wrapper .item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-uZ8UzcDGE7 .items-wrapper .item:nth-child(3n) {
  padding-top: 100px;
}
@media (max-width: 992px) {
  .cid-uZ8UzcDGE7 .items-wrapper .item:nth-child(3n) {
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  .cid-uZ8UzcDGE7 .items-wrapper .item {
    margin-bottom: 40px;
  }
}
.cid-uZ8UzcDGE7 .items-wrapper .item .item-wrapper {
  background-color: #ffdf70;
  border-radius: 0 !important;
}
.cid-uZ8UzcDGE7 .items-wrapper .item .item-wrapper .item-img {
  padding: 50px 40px 0 0;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uZ8UzcDGE7 .items-wrapper .item .item-wrapper .item-img {
    padding: 40px 30px 0 0;
  }
}
.cid-uZ8UzcDGE7 .items-wrapper .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
}
.cid-uZ8UzcDGE7 .items-wrapper .item .item-wrapper .item-content {
  padding: 0 40px 70px;
}
@media (max-width: 992px) {
  .cid-uZ8UzcDGE7 .items-wrapper .item .item-wrapper .item-content {
    padding: 0 30px 50px;
  }
}
.cid-uZ8UzcDGE7 .items-wrapper .item .item-wrapper .item-content .item-number {
  margin-bottom: 10px;
}
.cid-uZ8UzcDGE7 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 30px;
}
.cid-uZ8UzcDGE7 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 35px;
}
.cid-uZ8UzcDGE7 .mbr-desc {
  color: #c7fcb5;
}
.cid-uZ8UzcDGE7 .mbr-text {
  color: #c7fcb5;
}
.cid-uZ8UzcDGE7 .item-number {
  color: #144031;
}
.cid-uZ8UzcDGE7 .item-title {
  color: #144031;
}
.cid-uZ8UzcDGE7 .item-text {
  color: #000000;
}
.cid-uZ8UzcDGE7 .item-title,
.cid-uZ8UzcDGE7 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uZ8UEWMIPu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2c2625;
}
.cid-uZ8UEWMIPu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ8UEWMIPu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ8UEWMIPu .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uZ8UEWMIPu .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uZ8UEWMIPu .content-wrapper {
    padding: 0;
  }
}
.cid-uZ8UEWMIPu .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uZ8UEWMIPu .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uZ8UEWMIPu .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uZ8UEWMIPu .items-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uZ8UEWMIPu .items-wrapper {
    display: block;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uZ8UEWMIPu .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uZ8UEWMIPu .items-wrapper .item .item-wrapper {
  padding: 108px;
  height: 100%;
  min-height: 570px;
}
@media (max-width: 1440px) {
  .cid-uZ8UEWMIPu .items-wrapper .item .item-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uZ8UEWMIPu .items-wrapper .item .item-wrapper {
    padding: 20px;
    min-height: auto;
  }
}
.cid-uZ8UEWMIPu .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uZ8UEWMIPu .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 32px;
  }
}
.cid-uZ8UEWMIPu .items-wrapper .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZ8UEWMIPu .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uZ8UEWMIPu .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uZ8UEWMIPu .items-wrapper .item .item-wrapper .card-box .item-title {
    margin-bottom: 32px;
  }
}
.cid-uZ8UEWMIPu .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 32px;
}
.cid-uZ8UEWMIPu .mbr-section-title {
  color: #ffffff;
}
.cid-uZ8UEWMIPu .item-title {
  color: #ffffff;
}
.cid-uZ8UEWMIPu .item-text {
  color: #ffffff;
}
.cid-uZ8UEWMIPu .item-title,
.cid-uZ8UEWMIPu .mbr-section-btn {
  text-align: center;
}
.cid-uZehRfADsQ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uZehRfADsQ .mbr-text {
  color: #ffffff;
}
.cid-uZehYIVHGk .navbar-dropdown {
  position: relative !important;
}
.cid-uZehYIVHGk .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uZehYIVHGk .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uZehYIVHGk .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-uZehYIVHGk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZehYIVHGk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #000000 !important;
  color: #1b66ce !important;
}
.cid-uZehYIVHGk .dropdown-item:hover,
.cid-uZehYIVHGk .dropdown-item:focus {
  background: #000000 !important;
  color: #1b66ce !important;
}
.cid-uZehYIVHGk .dropdown-item:hover span {
  color: white;
}
.cid-uZehYIVHGk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZehYIVHGk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZehYIVHGk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZehYIVHGk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZehYIVHGk .nav-link {
  position: relative;
}
.cid-uZehYIVHGk .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uZehYIVHGk .container {
    flex-wrap: nowrap;
  }
}
.cid-uZehYIVHGk .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZehYIVHGk .iconfont-wrapper:hover {
  color: #cbff5b !important;
}
.cid-uZehYIVHGk .dropdown-menu,
.cid-uZehYIVHGk .navbar.opened {
  background: #000000 !important;
}
.cid-uZehYIVHGk .nav-item:focus,
.cid-uZehYIVHGk .nav-link:focus {
  outline: none;
}
.cid-uZehYIVHGk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZehYIVHGk .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZehYIVHGk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZehYIVHGk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZehYIVHGk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZehYIVHGk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZehYIVHGk .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZehYIVHGk .navbar.opened {
  transition: all 0.3s;
}
.cid-uZehYIVHGk .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
}
.cid-uZehYIVHGk .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uZehYIVHGk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZehYIVHGk .navbar.collapsed {
  justify-content: center;
}
.cid-uZehYIVHGk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZehYIVHGk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZehYIVHGk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uZehYIVHGk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZehYIVHGk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZehYIVHGk .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-uZehYIVHGk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZehYIVHGk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZehYIVHGk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZehYIVHGk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZehYIVHGk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZehYIVHGk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZehYIVHGk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZehYIVHGk .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-uZehYIVHGk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZehYIVHGk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZehYIVHGk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZehYIVHGk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZehYIVHGk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZehYIVHGk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZehYIVHGk .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZehYIVHGk .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZehYIVHGk .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZehYIVHGk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uZehYIVHGk .navbar-brand .navbar-caption:hover,
.cid-uZehYIVHGk .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-uZehYIVHGk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZehYIVHGk .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZehYIVHGk .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #cbff5b !important;
}
.cid-uZehYIVHGk .dropdown-item.active,
.cid-uZehYIVHGk .dropdown-item:active {
  background-color: transparent;
}
.cid-uZehYIVHGk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZehYIVHGk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZehYIVHGk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZehYIVHGk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uZehYIVHGk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZehYIVHGk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZehYIVHGk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZehYIVHGk ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZehYIVHGk ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZehYIVHGk .navbar-buttons {
  text-align: center;
}
.cid-uZehYIVHGk .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 11px 32px;
  min-height: auto;
}
.cid-uZehYIVHGk .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uZehYIVHGk .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZehYIVHGk button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZehYIVHGk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZehYIVHGk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZehYIVHGk button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZehYIVHGk button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZehYIVHGk button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZehYIVHGk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZehYIVHGk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZehYIVHGk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZehYIVHGk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZehYIVHGk .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZehYIVHGk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZehYIVHGk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZehYIVHGk .navbar {
    height: 70px;
  }
  .cid-uZehYIVHGk .navbar.opened {
    height: auto;
  }
  .cid-uZehYIVHGk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZehYIVHGk .navbar-nav {
  margin: 0 auto;
}
.cid-uZehYIVHGk .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZehYIVHGk .nav-item .nav-link {
  padding: 5px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uZehYIVHGk .nav-item .nav-link::after {
  color: #cbff5b !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZehYIVHGk .nav-item .nav-link:hover {
  background-color: transparent;
  color: #cbff5b !important;
}
.cid-uZehYIVHGk .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZehYIVHGk .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZehYIVHGk .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uZehYIVHGk .nav-item .dropdown-menu .dropdown-item {
  color: #1b66ce !important;
}
.cid-uZehYIVHGk .nav-item .dropdown-menu .dropdown-item:hover {
  color: #cbff5b !important;
}
@media (max-width: 991px) {
  .cid-uZehYIVHGk .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZehYIVHGk .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZehYIVHGk .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZehYIVHGk .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZehYIVHGk .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZehYIVHGk .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uZehYIVHGk .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uZehYIVHGk .content-wrap {
  min-height: 110px;
}
