.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Manrope;
}
.display-1,
.mbr-iconfont.icon-title-1 {
  font-family: 'Manrope', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont,
.mbr-iconfont.icon-title-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2,
.mbr-iconfont.icon-title-2 {
  font-family: 'Manrope', sans-serif;
  font-size: 3.6rem;
  line-height: 1;
  letter-spacing: -1px;
}
.display-2 > .mbr-iconfont,
.mbr-iconfont.icon-title-2 > .mbr-iconfont {
  font-size: 4.5rem;
}
.display-4 {
  font-family: 'Inter', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Manrope', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter', sans-serif;
  font-size: 1.2rem;
  line-height: 1.66;
}
.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,
  .mbr-iconfont.icon-title-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1,
  .mbr-iconfont.icon-title-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2,
  .mbr-iconfont.icon-title-2 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((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))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1,
  .mbr-iconfont.icon-title-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2,
  .mbr-iconfont.icon-title-2 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.91rem + (3.6 - 1.91) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.125rem 1.6rem;
  border-radius: 3rem;
}
.btn-sm {
  padding: 0.4rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.4rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #bff747 !important;
}
.bg-success {
  background-color: #d3f59d !important;
}
.bg-info {
  background-color: #e64a19 !important;
}
.bg-warning {
  background-color: #d50000 !important;
}
.bg-danger {
  background-color: #ffd700 !important;
}
.btn-primary {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-primary,
.btn-primary:active {
  background-color: #bff747 !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #bff747 !important;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000000 !important;
  background-color: #eafcc1 !important;
  border-color: #eafcc1 !important;
}
.btn-secondary {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fdfde1 !important;
  border-color: #000000 !important;
  color: #717108 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #fdfde1 !important;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #717108 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-info,
.btn-info:active {
  background-color: #e64a19 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #e64a19 !important;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #f3a58c !important;
  border-color: #f3a58c !important;
}
.btn-success {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-success,
.btn-success:active {
  background-color: #d3f59d !important;
  border-color: #000000 !important;
  color: #1b2904 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #d3f59d !important;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #1b2904 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-warning,
.btn-warning:active {
  background-color: #d50000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #d50000 !important;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff5656 !important;
  border-color: #ff5656 !important;
}
.btn-danger {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffd700 !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffd700 !important;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #000000 !important;
  background-color: #ffeb80 !important;
  border-color: #ffeb80 !important;
}
.btn-white {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-white,
.btn-white:active {
  background-color: #fffff5 !important;
  border-color: #000000 !important;
  color: #8f8f00 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #fffff5 !important;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #8f8f00 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #404040 !important;
  border-color: #404040 !important;
}
.btn-primary-outline {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #bff747;
  color: #bff747;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #9ade0a !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #9ade0a !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #2a3c03 !important;
  background-color: #bff747 !important;
  border-color: #bff747 !important;
}
.btn-secondary-outline {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #fdfde1;
  color: #fdfde1;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #f8f890 !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #f8f890 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d1d10e !important;
  background-color: #fdfde1 !important;
  border-color: #fdfde1 !important;
}
.btn-info-outline {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #e64a19;
  color: #e64a19;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #983110 !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #983110 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #e64a19 !important;
  border-color: #e64a19 !important;
}
.btn-success-outline {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #d3f59d;
  color: #d3f59d;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #b0ed4e !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #b0ed4e !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #57850e !important;
  background-color: #d3f59d !important;
  border-color: #d3f59d !important;
}
.btn-warning-outline {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #d50000;
  color: #d50000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #7e0000 !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #7e0000 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d50000 !important;
  border-color: #d50000 !important;
}
.btn-danger-outline {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffd700;
  color: #ffd700;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a88e00 !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #a88e00 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #000000 !important;
  background-color: #ffd700 !important;
  border-color: #ffd700 !important;
}
.btn-black-outline {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #000000 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fffff5;
  color: #fffff5;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #ffff9e !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #ffff9e !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #f5f500 !important;
  background-color: #fffff5 !important;
  border-color: #fffff5 !important;
}
.text-primary {
  color: #bff747 !important;
}
.text-secondary {
  color: #fdfde1 !important;
}
.text-success {
  color: #d3f59d !important;
}
.text-info {
  color: #e64a19 !important;
}
.text-warning {
  color: #d50000 !important;
}
.text-danger {
  color: #ffd700 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #90cf09 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #f3f352 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #a9ec40 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #8a2c0f !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #6f0000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #998100 !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: #bff747;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #e64a19;
}
.alert-warning {
  background-color: #d50000;
}
.alert-danger {
  background-color: #ffd700;
}
.btn .mbr-iconfont-btn::before {
  background-color: #000000;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #bff747;
  border-color: #bff747;
  color: #3b5504;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #bff747;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fadbd1;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffa2a2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fff7cc;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 1.2rem;
  line-height: 1.66;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #bff747 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 1.2rem;
  line-height: 1.66;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #bff747;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #bff747;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #bff747;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #bff747;
  border-bottom-color: #bff747;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #bff747 !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: #fdfde1 !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='%23bff747' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uw6ANhNsHs {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uw6ANhNsHs .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uw6ANhNsHs .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uw6ANhNsHs .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uw6ANhNsHs .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uw6ANhNsHs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uw6ANhNsHs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uw6ANhNsHs .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uw6ANhNsHs .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uw6ANhNsHs .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uw6ANhNsHs .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uw6ANhNsHs .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uw6ANhNsHs .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uw6ANhNsHs .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uw6ANhNsHs .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uw6ANhNsHs .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uw6ANhNsHs .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uw6ANhNsHs .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uw6ANhNsHs .navbar-logo {
    padding-left: 0;
  }
}
.cid-uw6ANhNsHs .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uw6ANhNsHs .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uw6ANhNsHs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uw6ANhNsHs .container {
  display: flex;
  height: 80px;
  padding: 0 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uw6ANhNsHs .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uw6ANhNsHs .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uw6ANhNsHs .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uw6ANhNsHs .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.8) !important;
}
.cid-uw6ANhNsHs .nav-item:focus,
.cid-uw6ANhNsHs .nav-link:focus {
  outline: none;
}
.cid-uw6ANhNsHs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uw6ANhNsHs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uw6ANhNsHs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uw6ANhNsHs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uw6ANhNsHs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uw6ANhNsHs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uw6ANhNsHs .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uw6ANhNsHs .navbar.opened {
  transition: all 0.3s;
}
.cid-uw6ANhNsHs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uw6ANhNsHs .navbar .navbar-logo img {
  width: auto;
}
.cid-uw6ANhNsHs .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uw6ANhNsHs .navbar.collapsed {
  justify-content: center;
}
.cid-uw6ANhNsHs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uw6ANhNsHs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uw6ANhNsHs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uw6ANhNsHs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uw6ANhNsHs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uw6ANhNsHs .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-uw6ANhNsHs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uw6ANhNsHs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uw6ANhNsHs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uw6ANhNsHs .navbar {
    min-height: 72px;
  }
  .cid-uw6ANhNsHs .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uw6ANhNsHs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uw6ANhNsHs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uw6ANhNsHs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uw6ANhNsHs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uw6ANhNsHs .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-uw6ANhNsHs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uw6ANhNsHs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uw6ANhNsHs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uw6ANhNsHs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uw6ANhNsHs .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uw6ANhNsHs .dropdown-item.active,
.cid-uw6ANhNsHs .dropdown-item:active {
  background-color: transparent;
}
.cid-uw6ANhNsHs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uw6ANhNsHs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uw6ANhNsHs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uw6ANhNsHs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uw6ANhNsHs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uw6ANhNsHs .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uw6ANhNsHs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uw6ANhNsHs .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uw6ANhNsHs .navbar-buttons {
    text-align: left;
  }
}
.cid-uw6ANhNsHs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uw6ANhNsHs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uw6ANhNsHs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uw6ANhNsHs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uw6ANhNsHs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uw6ANhNsHs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uw6ANhNsHs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uw6ANhNsHs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uw6ANhNsHs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uw6ANhNsHs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uw6ANhNsHs .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uw6ANhNsHs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uw6ANhNsHs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uw6ANhNsHs .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uw6ANhNsHs .navbar {
    height: 70px;
  }
  .cid-uw6ANhNsHs .navbar.opened {
    height: auto;
  }
  .cid-uw6ANhNsHs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uw6ANhNsHs .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uw6ANhNsHs .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uw6ANhNsHs .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uw6ANhNsHs .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uw6ANhNsHs .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uw6ANhNsHs .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uw6ANhNsHs .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uw6ANhNsHs .navbar-brand {
    margin-right: auto;
  }
  .cid-uw6ANhNsHs .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.8) !important;
    background: rgba(0, 0, 0, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uw6ANhNsHs .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uw6ANhNsHs .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uw6ANhNsHs .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uw6ANhNsHs .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uw6ANhNsHs .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uw6ANhNsHs .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uw6ANhNsHs .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uw6ANhNsHs .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uw6ANhNsHs .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uw6ANhNsHs .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uw6AOH1HGp {
  padding-top: 12rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uw6AOH1HGp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw6AOH1HGp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw6AOH1HGp .items-wrap {
  justify-content: space-between;
}
.cid-uw6AOH1HGp .items-wrap .card {
  justify-content: center;
}
.cid-uw6AOH1HGp .title-wrapper .mbr-desc {
  margin-bottom: 15px;
}
.cid-uw6AOH1HGp .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uw6AOH1HGp .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uw6AOH1HGp .title-wrapper {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uw6AOH1HGp .content-wrapper {
    margin-bottom: 32px;
    text-align: center;
  }
}
.cid-uw6AOH1HGp .icon-title {
  color: #bff747;
}
@media (max-width: 992px) {
  .cid-uw6AOH1HGp .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uw6AOH1HGp .image-wrapper img {
  border-radius: 2rem;
  padding: 5px;
  background-color: #bff747;
  height: 550px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uw6AOH1HGp .image-wrapper img {
    height: 350px;
  }
}
.cid-uw6AOH1HGp .mbr-section-title {
  color: #fdfde1;
}
.cid-uw6AOH1HGp .mbr-text {
  color: #000000;
}
.cid-uw6AOH1HGp .mbr-text,
.cid-uw6AOH1HGp .mbr-section-btn {
  color: #fdfde1;
}
.cid-uw6AOH1HGp .mbr-desc {
  color: #fdfde1;
}
.cid-uw6AOH1HGp .mbr-section-subtitle {
  color: #fdfde1;
}
.cid-uw6AOH1HGp .mbr-desc,
.cid-uw6AOH1HGp .mbr-section-btn {
  color: #fdfde1;
}
.cid-v7JcpxYwT4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v7JcpxYwT4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JcpxYwT4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JcpxYwT4 .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-v7JcpxYwT4 .container-fluid {
    padding: 0 20px;
  }
}
.cid-v7JcpxYwT4 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v7JcpxYwT4 .container {
    padding: 0 20px;
  }
  .cid-v7JcpxYwT4 .container .row {
    padding: 0;
  }
}
.cid-v7JcpxYwT4 .container,
.cid-v7JcpxYwT4 .container-fluid {
  position: relative;
}
.cid-v7JcpxYwT4 .row {
  justify-content: center;
}
.cid-v7JcpxYwT4 .text-wrapper {
  margin-bottom: 40px;
}
.cid-v7JcpxYwT4 .text-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-v7JcpxYwT4 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7JcpxYwT4 .list-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-v7JcpxYwT4 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}
.cid-v7JcpxYwT4 .list-wrapper .list .item-wrap {
  margin-bottom: 5px;
}
.cid-v7JcpxYwT4 .list-wrapper .list .item-wrap::marker {
  color: #000000;
}
.cid-v7JcpxYwT4 .mbr-section-title {
  color: #ffffff;
}
.cid-v7JcpxYwT4 .mbr-text {
  color: #000000;
}
.cid-v7JcpxYwT4 .list {
  color: #000000;
}
.cid-v7JclULxg0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v7JclULxg0 .card-wrapper {
  background: #ffffff;
  padding: 5rem;
}
@media (max-width: 992px) {
  .cid-v7JclULxg0 .card-wrapper {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v7JclULxg0 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-v7JclULxg0 .mbr-text {
  color: #000000;
}
.cid-v7JclULxg0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v7JclULxg0 .mbr-section-title {
  color: #000000;
}
.cid-v7Jco5Nc4b {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v7Jco5Nc4b .card-wrapper {
  display: flex;
  padding-bottom: 2rem;
}
.cid-v7Jco5Nc4b .card-wrapper:hover .card-title {
  color: #fdfde1;
}
.cid-v7Jco5Nc4b img {
  border-radius: 8px;
  height: 100%;
  object-fit: cover;
}
.cid-v7Jco5Nc4b .main-sub-title {
  background: #bff747;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-v7Jco5Nc4b .wrapper {
  background: #000000;
  padding: 5rem;
  border-radius: 8px;
}
@media (max-width: 1600px) {
  .cid-v7Jco5Nc4b .wrapper {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v7Jco5Nc4b .wrapper {
    padding: 3rem 1rem;
  }
}
.cid-v7Jco5Nc4b .mbr-iconfont {
  padding-right: 1.5rem;
  font-size: 2rem;
  padding-top: 0.5rem;
  color: #fdfde1;
}
.cid-v7Jco5Nc4b .card-title {
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-v7Jco5Nc4b .card-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .cid-v7Jco5Nc4b span {
    padding: 0!important;
    margin-bottom: 1rem;
  }
  .cid-v7Jco5Nc4b .col2 .card-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-v7Jco5Nc4b .main-text {
  color: #ffffff;
}
.cid-v7Jco5Nc4b .card-text {
  color: #c8c8c8;
}
.cid-v7Jco5Nc4b .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7Jco5Nc4b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7Jco5Nc4b .main-sub-title,
.cid-v7Jco5Nc4b .align-wrapper {
  color: #000000;
}
.cid-v7JcQbJYnK {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v7JcQbJYnK .mbr-text {
  color: #000000;
}
.cid-v7JcQbJYnK .mbr-section-subtitle {
  color: #f3f6f9;
}
.cid-v7JcQbJYnK .mbr-section-title {
  color: #000000;
}
.cid-uw6AQLksO8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffff5;
}
.cid-uw6AQLksO8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw6AQLksO8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw6AQLksO8 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uw6AQLksO8 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uw6AQLksO8 .title .icon-wrap {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uw6AQLksO8 .title .icon-wrap {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cid-uw6AQLksO8 .title .icon-wrap .mbr-iconfont {
  display: inline-flex;
  width: 70px;
  height: 70px;
  color: #000000;
  font-size: 70px;
}
@media (max-width: 992px) {
  .cid-uw6AQLksO8 .title .icon-wrap .mbr-iconfont {
    width: 48px;
    height: 48px;
    font-size: 48px;
  }
}
.cid-uw6AQLksO8 .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uw6AQLksO8 .items-wrap .card {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uw6AQLksO8 .items-wrap .card_2 {
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-uw6AQLksO8 .items-wrap .card_2 {
    padding-top: 0;
  }
}
.cid-uw6AQLksO8 .items-wrap .card_3 {
  padding-top: 400px;
}
@media (max-width: 992px) {
  .cid-uw6AQLksO8 .items-wrap .card_3 {
    padding-top: 0;
  }
}
.cid-uw6AQLksO8 .card .item-wrapper {
  background-color: #000000;
  transition: all 0.3s ease;
}
.cid-uw6AQLksO8 .card .item-wrapper .card-box {
  padding: 3rem 1.5rem;
  min-height: 500px;
}
@media (max-width: 992px) {
  .cid-uw6AQLksO8 .card .item-wrapper .card-box {
    padding: 36px 24px;
    min-height: auto;
  }
}
.cid-uw6AQLksO8 .card .item-wrapper .card-box .item-number {
  margin-bottom: 32px;
}
.cid-uw6AQLksO8 .card .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
.cid-uw6AQLksO8 .card .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  line-height: 1.66;
}
.cid-uw6AQLksO8 .card .item-wrapper .card-box .icon-wrap {
  font-size: 3rem;
  color: #fdfde1;
}
.cid-uw6AQLksO8 .card .item-wrapper:hover {
  box-shadow: 5px 5px 0 0 #666666;
  transform: translateY(-1.15rem);
}
.cid-uw6AQLksO8 .mbr-section-title {
  color: #000000;
}
.cid-uw6AQLksO8 .item-title {
  color: #bff747;
}
.cid-uw6AQLksO8 .item-number {
  color: #ffffff;
}
.cid-uw6AQLksO8 .item-text {
  color: #fdfde1;
}
.cid-uw6ARJxL7y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uw6ARJxL7y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw6ARJxL7y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw6ARJxL7y .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uw6ARJxL7y .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uw6ARJxL7y .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uw6ARJxL7y .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uw6ARJxL7y .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uw6ARJxL7y .mbr-section-title {
  color: #000000;
}
.cid-uw6ARJxL7y .mbr-desc {
  color: #fdfde1;
}
.cid-uw6ARJxL7y .mbr-text {
  color: #000000;
}
.cid-uw6ARJxL7y .mbr-text,
.cid-uw6ARJxL7y .text-wrapper {
  color: #fdfde1;
}
.cid-uw6ARJxL7y .mbr-section-title,
.cid-uw6ARJxL7y .mbr-section-btn {
  color: #fdfde1;
}
.cid-v7JdKVlwjr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7JdKVlwjr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JdKVlwjr .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-v7JdKVlwjr .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-v7JdKVlwjr .container {
    padding: 0 12px;
  }
}
.cid-v7JdKVlwjr .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v7JdKVlwjr .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v7JdKVlwjr .row.card-wrapper {
  padding: 80px;
  border: 3px solid #bff747;
  box-shadow: 4px 4px #bff747;
  background-color: #ffffff;
  border-radius: 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-v7JdKVlwjr .row.card-wrapper {
    border-radius: 32px;
    padding: 24px;
  }
}
.cid-v7JdKVlwjr .row.card-wrapper .card {
  align-items: center;
  justify-content: center;
}
.cid-v7JdKVlwjr .row.card-wrapper .card .image-wrapper img {
  width: 392px;
  height: 392px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 1200px) {
  .cid-v7JdKVlwjr .row.card-wrapper .card .image-wrapper img {
    width: 330px;
    height: 330px;
  }
}
@media (max-width: 992px) {
  .cid-v7JdKVlwjr .row.card-wrapper .card .image-wrapper img {
    margin: 0 auto 40px;
    width: 280px;
    height: 260px;
  }
}
.cid-v7JdKVlwjr .row.card-wrapper .card .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-v7JdKVlwjr .row.card-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-v7JdKVlwjr .row.card-wrapper .card .text-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v7JdKVlwjr .row.card-wrapper .card .text-wrapper .list .item-wrap {
  padding-left: 14px;
  margin-bottom: 20px;
  border-left: 2px solid #bff747;
}
.cid-v7JdKVlwjr .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v7JdKVlwjr .mbr-section-subtitle {
  color: #000000;
  text-align: justify;
}
.cid-v7JdKVlwjr .mbr-text {
  color: #000000;
}
.cid-v7JdKVlwjr .list {
  color: #222222;
}
.cid-v7JbmcCjdE {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
  display: flex;
  align-items: center;
}
.cid-v7JbmcCjdE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JbmcCjdE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JbmcCjdE .row {
  justify-content: flex-start;
}
.cid-v7JbmcCjdE .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-v7JbmcCjdE .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-uw6B1SL5BP {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-color: #000000;
}
.cid-uw6B1SL5BP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw6B1SL5BP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw6B1SL5BP .mbr-desc {
  margin-bottom: 15px;
}
.cid-uw6B1SL5BP .tabs-wrapper {
  background-color: #000000;
  border-radius: 2rem 2rem 0 0;
  padding: 35px 60px 225px;
  text-align: center;
}
@media (max-width: 1200px) {
  .cid-uw6B1SL5BP .tabs-wrapper {
    padding: 35px 30px 225px;
  }
}
@media (max-width: 992px) {
  .cid-uw6B1SL5BP .tabs-wrapper {
    padding: 35px 16px 225px;
    border-radius: 2rem 2rem 0 0;
  }
}
.cid-uw6B1SL5BP .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uw6B1SL5BP .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 10px 20px;
  border: none;
  border-radius: 0;
  display: block;
  margin: 0;
}
.cid-uw6B1SL5BP .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  color: #bff747;
  padding: 0;
  border: none;
  margin-bottom: 0;
}
.cid-uw6B1SL5BP .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  transition: all 0.3s ease-in-out;
  background-color: #bff747;
}
.cid-uw6B1SL5BP .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
}
.cid-uw6B1SL5BP .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  width: 100%;
}
.cid-uw6B1SL5BP .tab-content {
  background-color: #fffff5;
  border-radius: 2rem;
  margin-top: -190px;
  padding: 110px 60px;
}
@media (max-width: 1200px) {
  .cid-uw6B1SL5BP .tab-content {
    padding: 70px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uw6B1SL5BP .tab-content {
    padding: 16px;
    border-radius: 2rem;
  }
}
.cid-uw6B1SL5BP .tab-content .tab-pane .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uw6B1SL5BP .tab-content .tab-pane .content-wrap {
    display: block;
    margin-bottom: 15px;
  }
}
.cid-uw6B1SL5BP .tab-content .tab-pane .content-wrap .image-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uw6B1SL5BP .tab-content .tab-pane .content-wrap .image-wrapper {
    width: 100%;
    margin-bottom: 35px;
  }
}
.cid-uw6B1SL5BP .tab-content .tab-pane .content-wrap .image-wrapper img {
  height: 350px;
  object-fit: cover;
  border-radius: 2rem;
  background-color: #000000;
  padding: 4px;
}
@media (max-width: 992px) {
  .cid-uw6B1SL5BP .tab-content .tab-pane .content-wrap .image-wrapper img {
    border-radius: 1rem;
  }
}
.cid-uw6B1SL5BP .tab-content .tab-pane .content-wrap .text-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uw6B1SL5BP .tab-content .tab-pane .content-wrap .text-wrapper {
    width: 100%;
  }
}
.cid-uw6B1SL5BP .tab-content .tab-pane .content-wrap .text-wrapper .item-title {
  margin-bottom: 20px;
}
.cid-uw6B1SL5BP .tab-content .tab-pane .content-wrap .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uw6B1SL5BP .card {
  justify-content: center;
}
.cid-uw6B1SL5BP .item-title {
  color: #000000;
}
.cid-uw6B1SL5BP .item-text {
  color: #000000;
}
.cid-v7Jd2WHNuX {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v7Jd2WHNuX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7Jd2WHNuX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7Jd2WHNuX .mbr-text,
.cid-v7Jd2WHNuX .mbr-section-btn {
  text-align: center;
}
.cid-v7Jd2WHNuX .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uw6KpxHnwK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffff5;
}
.cid-uw6KpxHnwK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw6KpxHnwK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw6KpxHnwK .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uw6KpxHnwK .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uw6KpxHnwK .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uw6KpxHnwK .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-uw6KpxHnwK .item .item-wrapper .item-title {
  margin-bottom: 10px;
}
.cid-uw6KpxHnwK .item .item-wrapper .item-desc {
  margin-bottom: 16px;
}
.cid-uw6KpxHnwK .item .item-wrapper .card-box {
  border: 2px solid #000;
  padding: 42px 28px;
  min-height: 470px;
}
@media (max-width: 992px) {
  .cid-uw6KpxHnwK .item .item-wrapper .card-box {
    padding: 36px 24px;
    min-height: auto;
  }
}
.cid-uw6KpxHnwK .item .item-wrapper .card-box .icon-wrap {
  margin-bottom: 16px;
}
.cid-uw6KpxHnwK .item .item-wrapper .card-box .icon-wrap .mbr-iconfont {
  width: 70px;
  height: 70px;
  font-size: 70px;
  display: inline-flex;
}
.cid-uw6KpxHnwK .item .item-wrapper .card-box .item-text_1,
.cid-uw6KpxHnwK .item .item-wrapper .card-box .item-text_2 {
  margin-bottom: 0;
}
.cid-uw6KpxHnwK .item .item-wrapper .card_1 {
  background-color: #000000;
}
.cid-uw6KpxHnwK .item .item-wrapper .card_1 .icon-wrap .mbr-iconfont {
  color: #fffff5;
}
.cid-uw6KpxHnwK .item .item-wrapper .card_2 {
  background-color: #bff747;
}
.cid-uw6KpxHnwK .item .item-wrapper .card_2 .icon-wrap .mbr-iconfont {
  color: #000000;
}
.cid-uw6KpxHnwK .item .item-wrapper .card {
  justify-content: center;
}
.cid-uw6KpxHnwK .mbr-section-btn {
  margin-top: 1.5rem;
  text-align: center;
}
.cid-uw6KpxHnwK .item-title {
  color: #000000;
  text-align: center;
}
.cid-uw6KpxHnwK .item-desc {
  color: #000000;
}
.cid-uw6KpxHnwK .item-text_1 {
  color: #fdfde1;
}
.cid-uw6KpxHnwK .item-text_2 {
  color: #000000;
  text-align: center;
}
.cid-uw6KpxHnwK .item-text_1,
.cid-uw6KpxHnwK .icon-wrap {
  text-align: center;
}
.cid-v7JdceiNa2 {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-v7JdceiNa2 img {
  width: 90%;
}
.cid-v7JdceiNa2 .mbr-text,
.cid-v7JdceiNa2 .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-v7JdceiNa2 img {
    width: 100%;
  }
  .cid-v7JdceiNa2 .pb-5 {
    padding-bottom: 1rem !important;
  }
}
.cid-v7JdceiNa2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JdceiNa2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JdceiNa2 H3 {
  color: #000000;
}
.cid-v7JcWCOd4b {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v7JcWCOd4b .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JcWCOd4b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JcWCOd4b .row {
  justify-content: center;
}
.cid-v7JcWCOd4b .title-wrapper {
  padding: 71px;
  background-color: #bff747;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-v7JcWCOd4b .title-wrapper {
    padding: 50px 25px;
  }
}
.cid-v7JcWCOd4b .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v7JcWCOd4b .text-wrapper .mbr-text {
  margin-bottom: 25px;
}
.cid-v7JcWCOd4b .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v7JcWCOd4b .mbr-text {
  color: #747474;
}
.cid-v7JcWCOd4b .mbr-text,
.cid-v7JcWCOd4b .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v7JcWCOd4b .mbr-section-title,
.cid-v7JcWCOd4b .mbr-iconfont {
  color: #000000;
}
.cid-v7JkuqWsVV {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v7JkuqWsVV .row {
  align-items: center;
}
.cid-v7JkuqWsVV .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-v7JkuqWsVV .mbr-text,
.cid-v7JkuqWsVV .mbr-section-btn {
  color: #000000;
}
.cid-v7JkuqWsVV .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v7JkuqWsVV .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #bff747;
  border: 1px solid #efefef;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-v7JkuqWsVV .social-list .mbr-iconfont-social:hover {
  background: #bff747;
  color: white;
}
.cid-v7JkuqWsVV .social-list .soc-item {
  margin-right: 1rem;
}
.cid-v7JkuqWsVV .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-v7JkuqWsVV .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v7JkuqWsVV .mbr-text-title {
  color: #bbbbbb;
}
.cid-v7JiHQccqp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
  position: relative;
}
.cid-v7JiHQccqp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JiHQccqp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JiHQccqp .content-wrapper {
  justify-content: center;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.cid-v7JiHQccqp .content-wrapper .border-wrap {
  content: '';
  position: absolute;
  width: 1000%;
  height: 1px;
  background-color: #404040;
}
.cid-v7JiHQccqp .content-wrapper .border_1 {
  top: 0;
}
.cid-v7JiHQccqp .content-wrapper .border_2 {
  bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7JiHQccqp .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v7JiHQccqp .content-wrapper::before,
.cid-v7JiHQccqp .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #404040;
}
.cid-v7JiHQccqp .content-wrapper::before {
  left: 0;
}
.cid-v7JiHQccqp .content-wrapper::after {
  right: 0;
}
.cid-v7JiHQccqp .content-wrapper .main-wrap {
  padding-top: 32px;
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v7JiHQccqp .content-wrapper .main-wrap {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.cid-v7JiHQccqp .content-wrapper .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
}
.cid-v7JiHQccqp .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v7JiHQccqp .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7JiHQccqp .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v7JiHQccqp .content-wrapper .content-wrap .mbr-section-btn {
    margin-bottom: 24px;
  }
}
.cid-v7JiHQccqp .content-wrapper .content-wrap .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 16px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-v7JiHQccqp .content-wrapper .content-wrap .nav-wrapper {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-v7JiHQccqp .content-wrapper .content-wrap .nav-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
.cid-v7JiHQccqp .content-wrapper .content-wrap .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v7JiHQccqp .content-wrapper .content-wrap .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-v7JiHQccqp .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v7JiHQccqp .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-v7JiHQccqp .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-v7JiHQccqp .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:focus {
  opacity: .5;
}
.cid-v7JiHQccqp .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v7JiHQccqp .mbr-copy {
  padding: 32px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v7JiHQccqp .mbr-section-title {
  color: #ffffff;
}
.cid-v7JiHQccqp .mbr-text {
  color: #ffffff;
}
.cid-v7JiHQccqp .mbr-list-title {
  color: #ffffff;
}
.cid-v7JiHQccqp .list {
  color: #ffffff;
}
.cid-v7JigQ8NhN {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v7JigQ8NhN .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v7JigQ8NhN .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v7JigQ8NhN .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v7JigQ8NhN .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-v7JigQ8NhN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v7JigQ8NhN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7JigQ8NhN .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v7JigQ8NhN .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v7JigQ8NhN .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v7JigQ8NhN .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v7JigQ8NhN .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v7JigQ8NhN .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v7JigQ8NhN .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v7JigQ8NhN .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v7JigQ8NhN .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v7JigQ8NhN .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v7JigQ8NhN .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v7JigQ8NhN .navbar-logo {
    padding-left: 0;
  }
}
.cid-v7JigQ8NhN .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v7JigQ8NhN .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v7JigQ8NhN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v7JigQ8NhN .container {
  display: flex;
  height: 80px;
  padding: 0 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v7JigQ8NhN .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v7JigQ8NhN .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-v7JigQ8NhN .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v7JigQ8NhN .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.8) !important;
}
.cid-v7JigQ8NhN .nav-item:focus,
.cid-v7JigQ8NhN .nav-link:focus {
  outline: none;
}
.cid-v7JigQ8NhN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7JigQ8NhN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v7JigQ8NhN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7JigQ8NhN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7JigQ8NhN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7JigQ8NhN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7JigQ8NhN .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v7JigQ8NhN .navbar.opened {
  transition: all 0.3s;
}
.cid-v7JigQ8NhN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v7JigQ8NhN .navbar .navbar-logo img {
  width: auto;
}
.cid-v7JigQ8NhN .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v7JigQ8NhN .navbar.collapsed {
  justify-content: center;
}
.cid-v7JigQ8NhN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7JigQ8NhN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7JigQ8NhN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-v7JigQ8NhN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7JigQ8NhN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7JigQ8NhN .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-v7JigQ8NhN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7JigQ8NhN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7JigQ8NhN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v7JigQ8NhN .navbar {
    min-height: 72px;
  }
  .cid-v7JigQ8NhN .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v7JigQ8NhN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7JigQ8NhN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7JigQ8NhN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7JigQ8NhN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7JigQ8NhN .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-v7JigQ8NhN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v7JigQ8NhN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v7JigQ8NhN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7JigQ8NhN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7JigQ8NhN .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v7JigQ8NhN .dropdown-item.active,
.cid-v7JigQ8NhN .dropdown-item:active {
  background-color: transparent;
}
.cid-v7JigQ8NhN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7JigQ8NhN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7JigQ8NhN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7JigQ8NhN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v7JigQ8NhN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v7JigQ8NhN .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v7JigQ8NhN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v7JigQ8NhN .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v7JigQ8NhN .navbar-buttons {
    text-align: left;
  }
}
.cid-v7JigQ8NhN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v7JigQ8NhN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v7JigQ8NhN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v7JigQ8NhN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7JigQ8NhN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7JigQ8NhN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v7JigQ8NhN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7JigQ8NhN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7JigQ8NhN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7JigQ8NhN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7JigQ8NhN .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v7JigQ8NhN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7JigQ8NhN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v7JigQ8NhN .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7JigQ8NhN .navbar {
    height: 70px;
  }
  .cid-v7JigQ8NhN .navbar.opened {
    height: auto;
  }
  .cid-v7JigQ8NhN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7JigQ8NhN .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v7JigQ8NhN .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v7JigQ8NhN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v7JigQ8NhN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v7JigQ8NhN .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v7JigQ8NhN .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v7JigQ8NhN .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v7JigQ8NhN .navbar-brand {
    margin-right: auto;
  }
  .cid-v7JigQ8NhN .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.8) !important;
    background: rgba(0, 0, 0, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v7JigQ8NhN .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v7JigQ8NhN .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v7JigQ8NhN .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v7JigQ8NhN .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v7JigQ8NhN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v7JigQ8NhN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v7JigQ8NhN .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v7JigQ8NhN .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v7JigQ8NhN .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v7JigQ8NhN .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v7JigRdf8b {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-v7JigRdf8b .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JigRdf8b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JigRdf8b .items-wrap {
  justify-content: space-between;
}
.cid-v7JigRdf8b .items-wrap .card {
  justify-content: center;
}
.cid-v7JigRdf8b .title-wrapper .mbr-desc {
  margin-bottom: 15px;
}
.cid-v7JigRdf8b .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v7JigRdf8b .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v7JigRdf8b .title-wrapper {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-v7JigRdf8b .content-wrapper {
    margin-bottom: 32px;
    text-align: center;
  }
}
.cid-v7JigRdf8b .icon-title {
  color: #bff747;
}
@media (max-width: 992px) {
  .cid-v7JigRdf8b .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7JigRdf8b .image-wrapper img {
  border-radius: 2rem;
  padding: 5px;
  background-color: #bff747;
  height: 550px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v7JigRdf8b .image-wrapper img {
    height: 350px;
  }
}
.cid-v7JigRdf8b .mbr-section-title {
  color: #fdfde1;
}
.cid-v7JigRdf8b .mbr-text {
  color: #000000;
}
.cid-v7JigRdf8b .mbr-text,
.cid-v7JigRdf8b .mbr-section-btn {
  color: #fdfde1;
}
.cid-v7JigRdf8b .mbr-desc {
  color: #fdfde1;
}
.cid-v7JigRdf8b .mbr-section-subtitle {
  color: #fdfde1;
}
.cid-v7JigRdf8b .mbr-desc,
.cid-v7JigRdf8b .mbr-section-btn {
  color: #fdfde1;
}
.cid-v7JigSANqF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v7JigSANqF .card-wrapper {
  background: #ffffff;
  padding: 5rem;
}
@media (max-width: 992px) {
  .cid-v7JigSANqF .card-wrapper {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v7JigSANqF .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-v7JigSANqF .mbr-text {
  color: #000000;
}
.cid-v7JigSANqF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v7JigSANqF .mbr-section-title {
  color: #000000;
}
.cid-v7Jl13MtHw {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v7Jl13MtHw .row {
  align-items: center;
}
.cid-v7Jl13MtHw .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-v7Jl13MtHw .mbr-text,
.cid-v7Jl13MtHw .mbr-section-btn {
  color: #000000;
}
.cid-v7Jl13MtHw .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v7Jl13MtHw .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #bff747;
  border: 1px solid #efefef;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-v7Jl13MtHw .social-list .mbr-iconfont-social:hover {
  background: #bff747;
  color: white;
}
.cid-v7Jl13MtHw .social-list .soc-item {
  margin-right: 1rem;
}
.cid-v7Jl13MtHw .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-v7Jl13MtHw .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v7Jl13MtHw .mbr-text-title {
  color: #bbbbbb;
}
.cid-v7JiHQccqp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
  position: relative;
}
.cid-v7JiHQccqp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JiHQccqp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JiHQccqp .content-wrapper {
  justify-content: center;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.cid-v7JiHQccqp .content-wrapper .border-wrap {
  content: '';
  position: absolute;
  width: 1000%;
  height: 1px;
  background-color: #404040;
}
.cid-v7JiHQccqp .content-wrapper .border_1 {
  top: 0;
}
.cid-v7JiHQccqp .content-wrapper .border_2 {
  bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7JiHQccqp .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v7JiHQccqp .content-wrapper::before,
.cid-v7JiHQccqp .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #404040;
}
.cid-v7JiHQccqp .content-wrapper::before {
  left: 0;
}
.cid-v7JiHQccqp .content-wrapper::after {
  right: 0;
}
.cid-v7JiHQccqp .content-wrapper .main-wrap {
  padding-top: 32px;
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v7JiHQccqp .content-wrapper .main-wrap {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.cid-v7JiHQccqp .content-wrapper .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
}
.cid-v7JiHQccqp .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v7JiHQccqp .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7JiHQccqp .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v7JiHQccqp .content-wrapper .content-wrap .mbr-section-btn {
    margin-bottom: 24px;
  }
}
.cid-v7JiHQccqp .content-wrapper .content-wrap .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 16px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-v7JiHQccqp .content-wrapper .content-wrap .nav-wrapper {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-v7JiHQccqp .content-wrapper .content-wrap .nav-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
.cid-v7JiHQccqp .content-wrapper .content-wrap .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v7JiHQccqp .content-wrapper .content-wrap .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-v7JiHQccqp .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v7JiHQccqp .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-v7JiHQccqp .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-v7JiHQccqp .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:focus {
  opacity: .5;
}
.cid-v7JiHQccqp .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v7JiHQccqp .mbr-copy {
  padding: 32px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v7JiHQccqp .mbr-section-title {
  color: #ffffff;
}
.cid-v7JiHQccqp .mbr-text {
  color: #ffffff;
}
.cid-v7JiHQccqp .mbr-list-title {
  color: #ffffff;
}
.cid-v7JiHQccqp .list {
  color: #ffffff;
}
.cid-v7Jlgu8Wib {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v7Jlgu8Wib .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v7Jlgu8Wib .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v7Jlgu8Wib .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v7Jlgu8Wib .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-v7Jlgu8Wib .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v7Jlgu8Wib .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7Jlgu8Wib .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v7Jlgu8Wib .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v7Jlgu8Wib .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v7Jlgu8Wib .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v7Jlgu8Wib .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v7Jlgu8Wib .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v7Jlgu8Wib .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v7Jlgu8Wib .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v7Jlgu8Wib .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v7Jlgu8Wib .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v7Jlgu8Wib .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v7Jlgu8Wib .navbar-logo {
    padding-left: 0;
  }
}
.cid-v7Jlgu8Wib .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v7Jlgu8Wib .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v7Jlgu8Wib .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v7Jlgu8Wib .container {
  display: flex;
  height: 80px;
  padding: 0 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v7Jlgu8Wib .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v7Jlgu8Wib .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-v7Jlgu8Wib .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v7Jlgu8Wib .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.8) !important;
}
.cid-v7Jlgu8Wib .nav-item:focus,
.cid-v7Jlgu8Wib .nav-link:focus {
  outline: none;
}
.cid-v7Jlgu8Wib .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7Jlgu8Wib .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v7Jlgu8Wib .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7Jlgu8Wib .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7Jlgu8Wib .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7Jlgu8Wib .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7Jlgu8Wib .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v7Jlgu8Wib .navbar.opened {
  transition: all 0.3s;
}
.cid-v7Jlgu8Wib .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v7Jlgu8Wib .navbar .navbar-logo img {
  width: auto;
}
.cid-v7Jlgu8Wib .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v7Jlgu8Wib .navbar.collapsed {
  justify-content: center;
}
.cid-v7Jlgu8Wib .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7Jlgu8Wib .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7Jlgu8Wib .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-v7Jlgu8Wib .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7Jlgu8Wib .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7Jlgu8Wib .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-v7Jlgu8Wib .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7Jlgu8Wib .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7Jlgu8Wib .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v7Jlgu8Wib .navbar {
    min-height: 72px;
  }
  .cid-v7Jlgu8Wib .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v7Jlgu8Wib .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7Jlgu8Wib .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7Jlgu8Wib .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7Jlgu8Wib .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7Jlgu8Wib .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-v7Jlgu8Wib .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v7Jlgu8Wib .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v7Jlgu8Wib .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7Jlgu8Wib .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7Jlgu8Wib .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v7Jlgu8Wib .dropdown-item.active,
.cid-v7Jlgu8Wib .dropdown-item:active {
  background-color: transparent;
}
.cid-v7Jlgu8Wib .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7Jlgu8Wib .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7Jlgu8Wib .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7Jlgu8Wib .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v7Jlgu8Wib .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v7Jlgu8Wib .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v7Jlgu8Wib ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v7Jlgu8Wib .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v7Jlgu8Wib .navbar-buttons {
    text-align: left;
  }
}
.cid-v7Jlgu8Wib button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v7Jlgu8Wib button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v7Jlgu8Wib button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v7Jlgu8Wib button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7Jlgu8Wib button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7Jlgu8Wib button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v7Jlgu8Wib nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7Jlgu8Wib nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7Jlgu8Wib nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7Jlgu8Wib nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7Jlgu8Wib .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v7Jlgu8Wib a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7Jlgu8Wib .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v7Jlgu8Wib .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7Jlgu8Wib .navbar {
    height: 70px;
  }
  .cid-v7Jlgu8Wib .navbar.opened {
    height: auto;
  }
  .cid-v7Jlgu8Wib .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7Jlgu8Wib .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v7Jlgu8Wib .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v7Jlgu8Wib .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v7Jlgu8Wib .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v7Jlgu8Wib .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v7Jlgu8Wib .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v7Jlgu8Wib .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v7Jlgu8Wib .navbar-brand {
    margin-right: auto;
  }
  .cid-v7Jlgu8Wib .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.8) !important;
    background: rgba(0, 0, 0, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v7Jlgu8Wib .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v7Jlgu8Wib .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v7Jlgu8Wib .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v7Jlgu8Wib .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v7Jlgu8Wib .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v7Jlgu8Wib .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v7Jlgu8Wib .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v7Jlgu8Wib .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v7Jlgu8Wib .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v7Jlgu8Wib .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v7JlguYk0y {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-v7JlguYk0y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JlguYk0y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JlguYk0y .items-wrap {
  justify-content: space-between;
}
.cid-v7JlguYk0y .items-wrap .card {
  justify-content: center;
}
.cid-v7JlguYk0y .title-wrapper .mbr-desc {
  margin-bottom: 15px;
}
.cid-v7JlguYk0y .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v7JlguYk0y .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v7JlguYk0y .title-wrapper {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-v7JlguYk0y .content-wrapper {
    margin-bottom: 32px;
    text-align: center;
  }
}
.cid-v7JlguYk0y .icon-title {
  color: #bff747;
}
@media (max-width: 992px) {
  .cid-v7JlguYk0y .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7JlguYk0y .image-wrapper img {
  border-radius: 2rem;
  padding: 5px;
  background-color: #bff747;
  height: 550px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v7JlguYk0y .image-wrapper img {
    height: 350px;
  }
}
.cid-v7JlguYk0y .mbr-section-title {
  color: #fdfde1;
}
.cid-v7JlguYk0y .mbr-text {
  color: #000000;
}
.cid-v7JlguYk0y .mbr-text,
.cid-v7JlguYk0y .mbr-section-btn {
  color: #fdfde1;
}
.cid-v7JlguYk0y .mbr-desc {
  color: #fdfde1;
}
.cid-v7JlguYk0y .mbr-section-subtitle {
  color: #fdfde1;
}
.cid-v7JlguYk0y .mbr-desc,
.cid-v7JlguYk0y .mbr-section-btn {
  color: #fdfde1;
}
.cid-v7Jlgw330M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v7Jlgw330M .card-wrapper {
  background: #ffffff;
  padding: 5rem;
}
@media (max-width: 992px) {
  .cid-v7Jlgw330M .card-wrapper {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v7Jlgw330M .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-v7Jlgw330M .mbr-text {
  color: #000000;
}
.cid-v7Jlgw330M .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v7Jlgw330M .mbr-section-title {
  color: #000000;
}
.cid-v7JlgwWMsn {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v7JlgwWMsn .row {
  align-items: center;
}
.cid-v7JlgwWMsn .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-v7JlgwWMsn .mbr-text,
.cid-v7JlgwWMsn .mbr-section-btn {
  color: #000000;
}
.cid-v7JlgwWMsn .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v7JlgwWMsn .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #bff747;
  border: 1px solid #efefef;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-v7JlgwWMsn .social-list .mbr-iconfont-social:hover {
  background: #bff747;
  color: white;
}
.cid-v7JlgwWMsn .social-list .soc-item {
  margin-right: 1rem;
}
.cid-v7JlgwWMsn .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-v7JlgwWMsn .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v7JlgwWMsn .mbr-text-title {
  color: #bbbbbb;
}
.cid-v7JlgxYeMZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
  position: relative;
}
.cid-v7JlgxYeMZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JlgxYeMZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JlgxYeMZ .content-wrapper {
  justify-content: center;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.cid-v7JlgxYeMZ .content-wrapper .border-wrap {
  content: '';
  position: absolute;
  width: 1000%;
  height: 1px;
  background-color: #404040;
}
.cid-v7JlgxYeMZ .content-wrapper .border_1 {
  top: 0;
}
.cid-v7JlgxYeMZ .content-wrapper .border_2 {
  bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7JlgxYeMZ .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v7JlgxYeMZ .content-wrapper::before,
.cid-v7JlgxYeMZ .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #404040;
}
.cid-v7JlgxYeMZ .content-wrapper::before {
  left: 0;
}
.cid-v7JlgxYeMZ .content-wrapper::after {
  right: 0;
}
.cid-v7JlgxYeMZ .content-wrapper .main-wrap {
  padding-top: 32px;
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v7JlgxYeMZ .content-wrapper .main-wrap {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.cid-v7JlgxYeMZ .content-wrapper .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
}
.cid-v7JlgxYeMZ .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v7JlgxYeMZ .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7JlgxYeMZ .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v7JlgxYeMZ .content-wrapper .content-wrap .mbr-section-btn {
    margin-bottom: 24px;
  }
}
.cid-v7JlgxYeMZ .content-wrapper .content-wrap .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 16px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-v7JlgxYeMZ .content-wrapper .content-wrap .nav-wrapper {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-v7JlgxYeMZ .content-wrapper .content-wrap .nav-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
.cid-v7JlgxYeMZ .content-wrapper .content-wrap .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v7JlgxYeMZ .content-wrapper .content-wrap .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-v7JlgxYeMZ .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v7JlgxYeMZ .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-v7JlgxYeMZ .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-v7JlgxYeMZ .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:focus {
  opacity: .5;
}
.cid-v7JlgxYeMZ .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v7JlgxYeMZ .mbr-copy {
  padding: 32px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v7JlgxYeMZ .mbr-section-title {
  color: #ffffff;
}
.cid-v7JlgxYeMZ .mbr-text {
  color: #ffffff;
}
.cid-v7JlgxYeMZ .mbr-list-title {
  color: #ffffff;
}
.cid-v7JlgxYeMZ .list {
  color: #ffffff;
}
.cid-v7Jmb0e15y {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v7Jmb0e15y .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v7Jmb0e15y .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v7Jmb0e15y .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v7Jmb0e15y .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-v7Jmb0e15y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v7Jmb0e15y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7Jmb0e15y .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v7Jmb0e15y .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v7Jmb0e15y .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v7Jmb0e15y .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v7Jmb0e15y .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v7Jmb0e15y .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v7Jmb0e15y .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v7Jmb0e15y .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v7Jmb0e15y .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v7Jmb0e15y .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v7Jmb0e15y .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v7Jmb0e15y .navbar-logo {
    padding-left: 0;
  }
}
.cid-v7Jmb0e15y .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v7Jmb0e15y .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v7Jmb0e15y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v7Jmb0e15y .container {
  display: flex;
  height: 80px;
  padding: 0 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v7Jmb0e15y .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v7Jmb0e15y .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-v7Jmb0e15y .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v7Jmb0e15y .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.8) !important;
}
.cid-v7Jmb0e15y .nav-item:focus,
.cid-v7Jmb0e15y .nav-link:focus {
  outline: none;
}
.cid-v7Jmb0e15y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7Jmb0e15y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v7Jmb0e15y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7Jmb0e15y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7Jmb0e15y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7Jmb0e15y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7Jmb0e15y .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v7Jmb0e15y .navbar.opened {
  transition: all 0.3s;
}
.cid-v7Jmb0e15y .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v7Jmb0e15y .navbar .navbar-logo img {
  width: auto;
}
.cid-v7Jmb0e15y .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v7Jmb0e15y .navbar.collapsed {
  justify-content: center;
}
.cid-v7Jmb0e15y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7Jmb0e15y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7Jmb0e15y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-v7Jmb0e15y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7Jmb0e15y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7Jmb0e15y .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-v7Jmb0e15y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7Jmb0e15y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7Jmb0e15y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v7Jmb0e15y .navbar {
    min-height: 72px;
  }
  .cid-v7Jmb0e15y .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v7Jmb0e15y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7Jmb0e15y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7Jmb0e15y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7Jmb0e15y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7Jmb0e15y .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-v7Jmb0e15y .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v7Jmb0e15y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v7Jmb0e15y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7Jmb0e15y .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7Jmb0e15y .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v7Jmb0e15y .dropdown-item.active,
.cid-v7Jmb0e15y .dropdown-item:active {
  background-color: transparent;
}
.cid-v7Jmb0e15y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7Jmb0e15y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7Jmb0e15y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7Jmb0e15y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v7Jmb0e15y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v7Jmb0e15y .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v7Jmb0e15y ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v7Jmb0e15y .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v7Jmb0e15y .navbar-buttons {
    text-align: left;
  }
}
.cid-v7Jmb0e15y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v7Jmb0e15y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v7Jmb0e15y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v7Jmb0e15y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7Jmb0e15y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7Jmb0e15y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v7Jmb0e15y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7Jmb0e15y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7Jmb0e15y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7Jmb0e15y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7Jmb0e15y .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v7Jmb0e15y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7Jmb0e15y .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v7Jmb0e15y .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7Jmb0e15y .navbar {
    height: 70px;
  }
  .cid-v7Jmb0e15y .navbar.opened {
    height: auto;
  }
  .cid-v7Jmb0e15y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7Jmb0e15y .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v7Jmb0e15y .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v7Jmb0e15y .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v7Jmb0e15y .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v7Jmb0e15y .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v7Jmb0e15y .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v7Jmb0e15y .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v7Jmb0e15y .navbar-brand {
    margin-right: auto;
  }
  .cid-v7Jmb0e15y .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.8) !important;
    background: rgba(0, 0, 0, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v7Jmb0e15y .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v7Jmb0e15y .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v7Jmb0e15y .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v7Jmb0e15y .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v7Jmb0e15y .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v7Jmb0e15y .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v7Jmb0e15y .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v7Jmb0e15y .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v7Jmb0e15y .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v7Jmb0e15y .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v7Jmb16EQ2 {
  padding-top: 12rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-v7Jmb16EQ2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7Jmb16EQ2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7Jmb16EQ2 .items-wrap {
  justify-content: space-between;
}
.cid-v7Jmb16EQ2 .items-wrap .card {
  justify-content: center;
}
.cid-v7Jmb16EQ2 .title-wrapper .mbr-desc {
  margin-bottom: 15px;
}
.cid-v7Jmb16EQ2 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v7Jmb16EQ2 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v7Jmb16EQ2 .title-wrapper {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-v7Jmb16EQ2 .content-wrapper {
    margin-bottom: 32px;
    text-align: center;
  }
}
.cid-v7Jmb16EQ2 .icon-title {
  color: #bff747;
}
@media (max-width: 992px) {
  .cid-v7Jmb16EQ2 .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7Jmb16EQ2 .image-wrapper img {
  border-radius: 2rem;
  padding: 5px;
  background-color: #bff747;
  height: 550px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v7Jmb16EQ2 .image-wrapper img {
    height: 350px;
  }
}
.cid-v7Jmb16EQ2 .mbr-section-title {
  color: #fdfde1;
}
.cid-v7Jmb16EQ2 .mbr-text {
  color: #000000;
}
.cid-v7Jmb16EQ2 .mbr-text,
.cid-v7Jmb16EQ2 .mbr-section-btn {
  color: #fdfde1;
}
.cid-v7Jmb16EQ2 .mbr-desc {
  color: #fdfde1;
}
.cid-v7Jmb16EQ2 .mbr-section-subtitle {
  color: #fdfde1;
}
.cid-v7Jmb16EQ2 .mbr-desc,
.cid-v7Jmb16EQ2 .mbr-section-btn {
  color: #fdfde1;
}
.cid-v7Jmb212Sd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v7Jmb212Sd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7Jmb212Sd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7Jmb212Sd .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-v7Jmb212Sd .container-fluid {
    padding: 0 20px;
  }
}
.cid-v7Jmb212Sd .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v7Jmb212Sd .container {
    padding: 0 20px;
  }
  .cid-v7Jmb212Sd .container .row {
    padding: 0;
  }
}
.cid-v7Jmb212Sd .container,
.cid-v7Jmb212Sd .container-fluid {
  position: relative;
}
.cid-v7Jmb212Sd .row {
  justify-content: center;
}
.cid-v7Jmb212Sd .text-wrapper {
  margin-bottom: 40px;
}
.cid-v7Jmb212Sd .text-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-v7Jmb212Sd .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7Jmb212Sd .list-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-v7Jmb212Sd .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}
.cid-v7Jmb212Sd .list-wrapper .list .item-wrap {
  margin-bottom: 5px;
}
.cid-v7Jmb212Sd .list-wrapper .list .item-wrap::marker {
  color: #000000;
}
.cid-v7Jmb212Sd .mbr-section-title {
  color: #ffffff;
}
.cid-v7Jmb212Sd .mbr-text {
  color: #000000;
}
.cid-v7Jmb212Sd .list {
  color: #000000;
}
.cid-v7Jmb2OaPd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v7Jmb2OaPd .card-wrapper {
  background: #ffffff;
  padding: 5rem;
}
@media (max-width: 992px) {
  .cid-v7Jmb2OaPd .card-wrapper {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v7Jmb2OaPd .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-v7Jmb2OaPd .mbr-text {
  color: #000000;
}
.cid-v7Jmb2OaPd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v7Jmb2OaPd .mbr-section-title {
  color: #000000;
}
.cid-v7Jmb3G1zZ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v7Jmb3G1zZ .card-wrapper {
  display: flex;
  padding-bottom: 2rem;
}
.cid-v7Jmb3G1zZ .card-wrapper:hover .card-title {
  color: #fdfde1;
}
.cid-v7Jmb3G1zZ img {
  border-radius: 8px;
  height: 100%;
  object-fit: cover;
}
.cid-v7Jmb3G1zZ .main-sub-title {
  background: #bff747;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-v7Jmb3G1zZ .wrapper {
  background: #000000;
  padding: 5rem;
  border-radius: 8px;
}
@media (max-width: 1600px) {
  .cid-v7Jmb3G1zZ .wrapper {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v7Jmb3G1zZ .wrapper {
    padding: 3rem 1rem;
  }
}
.cid-v7Jmb3G1zZ .mbr-iconfont {
  padding-right: 1.5rem;
  font-size: 2rem;
  padding-top: 0.5rem;
  color: #fdfde1;
}
.cid-v7Jmb3G1zZ .card-title {
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-v7Jmb3G1zZ .card-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .cid-v7Jmb3G1zZ span {
    padding: 0!important;
    margin-bottom: 1rem;
  }
  .cid-v7Jmb3G1zZ .col2 .card-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-v7Jmb3G1zZ .main-text {
  color: #ffffff;
}
.cid-v7Jmb3G1zZ .card-text {
  color: #c8c8c8;
}
.cid-v7Jmb3G1zZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7Jmb3G1zZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7Jmb3G1zZ .main-sub-title,
.cid-v7Jmb3G1zZ .align-wrapper {
  color: #000000;
}
.cid-v7Jmb4PQ26 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v7Jmb4PQ26 .mbr-text {
  color: #000000;
}
.cid-v7Jmb4PQ26 .mbr-section-subtitle {
  color: #f3f6f9;
}
.cid-v7Jmb4PQ26 .mbr-section-title {
  color: #000000;
}
.cid-v7Jmb5A6LU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffff5;
}
.cid-v7Jmb5A6LU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7Jmb5A6LU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7Jmb5A6LU .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v7Jmb5A6LU .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v7Jmb5A6LU .title .icon-wrap {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v7Jmb5A6LU .title .icon-wrap {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cid-v7Jmb5A6LU .title .icon-wrap .mbr-iconfont {
  display: inline-flex;
  width: 70px;
  height: 70px;
  color: #000000;
  font-size: 70px;
}
@media (max-width: 992px) {
  .cid-v7Jmb5A6LU .title .icon-wrap .mbr-iconfont {
    width: 48px;
    height: 48px;
    font-size: 48px;
  }
}
.cid-v7Jmb5A6LU .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-v7Jmb5A6LU .items-wrap .card {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-v7Jmb5A6LU .items-wrap .card_2 {
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-v7Jmb5A6LU .items-wrap .card_2 {
    padding-top: 0;
  }
}
.cid-v7Jmb5A6LU .items-wrap .card_3 {
  padding-top: 400px;
}
@media (max-width: 992px) {
  .cid-v7Jmb5A6LU .items-wrap .card_3 {
    padding-top: 0;
  }
}
.cid-v7Jmb5A6LU .card .item-wrapper {
  background-color: #000000;
  transition: all 0.3s ease;
}
.cid-v7Jmb5A6LU .card .item-wrapper .card-box {
  padding: 3rem 1.5rem;
  min-height: 500px;
}
@media (max-width: 992px) {
  .cid-v7Jmb5A6LU .card .item-wrapper .card-box {
    padding: 36px 24px;
    min-height: auto;
  }
}
.cid-v7Jmb5A6LU .card .item-wrapper .card-box .item-number {
  margin-bottom: 32px;
}
.cid-v7Jmb5A6LU .card .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
.cid-v7Jmb5A6LU .card .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  line-height: 1.66;
}
.cid-v7Jmb5A6LU .card .item-wrapper .card-box .icon-wrap {
  font-size: 3rem;
  color: #fdfde1;
}
.cid-v7Jmb5A6LU .card .item-wrapper:hover {
  box-shadow: 5px 5px 0 0 #666666;
  transform: translateY(-1.15rem);
}
.cid-v7Jmb5A6LU .mbr-section-title {
  color: #000000;
}
.cid-v7Jmb5A6LU .item-title {
  color: #bff747;
}
.cid-v7Jmb5A6LU .item-number {
  color: #ffffff;
}
.cid-v7Jmb5A6LU .item-text {
  color: #fdfde1;
}
.cid-v7Jmb6Lt9N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v7Jmb6Lt9N .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7Jmb6Lt9N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7Jmb6Lt9N .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-v7Jmb6Lt9N .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v7Jmb6Lt9N .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7Jmb6Lt9N .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-v7Jmb6Lt9N .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7Jmb6Lt9N .mbr-section-title {
  color: #000000;
}
.cid-v7Jmb6Lt9N .mbr-desc {
  color: #fdfde1;
}
.cid-v7Jmb6Lt9N .mbr-text {
  color: #000000;
}
.cid-v7Jmb6Lt9N .mbr-text,
.cid-v7Jmb6Lt9N .text-wrapper {
  color: #fdfde1;
}
.cid-v7Jmb6Lt9N .mbr-section-title,
.cid-v7Jmb6Lt9N .mbr-section-btn {
  color: #fdfde1;
}
.cid-v7Jmb7Jme5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7Jmb7Jme5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7Jmb7Jme5 .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-v7Jmb7Jme5 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-v7Jmb7Jme5 .container {
    padding: 0 12px;
  }
}
.cid-v7Jmb7Jme5 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v7Jmb7Jme5 .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v7Jmb7Jme5 .row.card-wrapper {
  padding: 80px;
  border: 3px solid #bff747;
  box-shadow: 4px 4px #bff747;
  background-color: #ffffff;
  border-radius: 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-v7Jmb7Jme5 .row.card-wrapper {
    border-radius: 32px;
    padding: 24px;
  }
}
.cid-v7Jmb7Jme5 .row.card-wrapper .card {
  align-items: center;
  justify-content: center;
}
.cid-v7Jmb7Jme5 .row.card-wrapper .card .image-wrapper img {
  width: 392px;
  height: 392px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 1200px) {
  .cid-v7Jmb7Jme5 .row.card-wrapper .card .image-wrapper img {
    width: 330px;
    height: 330px;
  }
}
@media (max-width: 992px) {
  .cid-v7Jmb7Jme5 .row.card-wrapper .card .image-wrapper img {
    margin: 0 auto 40px;
    width: 280px;
    height: 260px;
  }
}
.cid-v7Jmb7Jme5 .row.card-wrapper .card .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-v7Jmb7Jme5 .row.card-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-v7Jmb7Jme5 .row.card-wrapper .card .text-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v7Jmb7Jme5 .row.card-wrapper .card .text-wrapper .list .item-wrap {
  padding-left: 14px;
  margin-bottom: 20px;
  border-left: 2px solid #bff747;
}
.cid-v7Jmb7Jme5 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v7Jmb7Jme5 .mbr-section-subtitle {
  color: #000000;
  text-align: justify;
}
.cid-v7Jmb7Jme5 .mbr-text {
  color: #000000;
}
.cid-v7Jmb7Jme5 .list {
  color: #222222;
}
.cid-v7Jmb8UC8Z {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
  display: flex;
  align-items: center;
}
.cid-v7Jmb8UC8Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7Jmb8UC8Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7Jmb8UC8Z .row {
  justify-content: flex-start;
}
.cid-v7Jmb8UC8Z .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-v7Jmb8UC8Z .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-v7Jmba8B7r {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-color: #000000;
}
.cid-v7Jmba8B7r .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7Jmba8B7r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7Jmba8B7r .mbr-desc {
  margin-bottom: 15px;
}
.cid-v7Jmba8B7r .tabs-wrapper {
  background-color: #000000;
  border-radius: 2rem 2rem 0 0;
  padding: 35px 60px 225px;
  text-align: center;
}
@media (max-width: 1200px) {
  .cid-v7Jmba8B7r .tabs-wrapper {
    padding: 35px 30px 225px;
  }
}
@media (max-width: 992px) {
  .cid-v7Jmba8B7r .tabs-wrapper {
    padding: 35px 16px 225px;
    border-radius: 2rem 2rem 0 0;
  }
}
.cid-v7Jmba8B7r .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-v7Jmba8B7r .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 10px 20px;
  border: none;
  border-radius: 0;
  display: block;
  margin: 0;
}
.cid-v7Jmba8B7r .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  color: #bff747;
  padding: 0;
  border: none;
  margin-bottom: 0;
}
.cid-v7Jmba8B7r .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  transition: all 0.3s ease-in-out;
  background-color: #bff747;
}
.cid-v7Jmba8B7r .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
}
.cid-v7Jmba8B7r .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  width: 100%;
}
.cid-v7Jmba8B7r .tab-content {
  background-color: #fffff5;
  border-radius: 2rem;
  margin-top: -190px;
  padding: 110px 60px;
}
@media (max-width: 1200px) {
  .cid-v7Jmba8B7r .tab-content {
    padding: 70px 30px;
  }
}
@media (max-width: 992px) {
  .cid-v7Jmba8B7r .tab-content {
    padding: 16px;
    border-radius: 2rem;
  }
}
.cid-v7Jmba8B7r .tab-content .tab-pane .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v7Jmba8B7r .tab-content .tab-pane .content-wrap {
    display: block;
    margin-bottom: 15px;
  }
}
.cid-v7Jmba8B7r .tab-content .tab-pane .content-wrap .image-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-v7Jmba8B7r .tab-content .tab-pane .content-wrap .image-wrapper {
    width: 100%;
    margin-bottom: 35px;
  }
}
.cid-v7Jmba8B7r .tab-content .tab-pane .content-wrap .image-wrapper img {
  height: 350px;
  object-fit: cover;
  border-radius: 2rem;
  background-color: #000000;
  padding: 4px;
}
@media (max-width: 992px) {
  .cid-v7Jmba8B7r .tab-content .tab-pane .content-wrap .image-wrapper img {
    border-radius: 1rem;
  }
}
.cid-v7Jmba8B7r .tab-content .tab-pane .content-wrap .text-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-v7Jmba8B7r .tab-content .tab-pane .content-wrap .text-wrapper {
    width: 100%;
  }
}
.cid-v7Jmba8B7r .tab-content .tab-pane .content-wrap .text-wrapper .item-title {
  margin-bottom: 20px;
}
.cid-v7Jmba8B7r .tab-content .tab-pane .content-wrap .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v7Jmba8B7r .card {
  justify-content: center;
}
.cid-v7Jmba8B7r .item-title {
  color: #000000;
}
.cid-v7Jmba8B7r .item-text {
  color: #000000;
}
.cid-v7JmbbKots {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v7JmbbKots .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JmbbKots .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JmbbKots .mbr-text,
.cid-v7JmbbKots .mbr-section-btn {
  text-align: center;
}
.cid-v7JmbbKots .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v7JmbcOnvg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffff5;
}
.cid-v7JmbcOnvg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JmbcOnvg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JmbcOnvg .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v7JmbcOnvg .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v7JmbcOnvg .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-v7JmbcOnvg .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-v7JmbcOnvg .item .item-wrapper .item-title {
  margin-bottom: 10px;
}
.cid-v7JmbcOnvg .item .item-wrapper .item-desc {
  margin-bottom: 16px;
}
.cid-v7JmbcOnvg .item .item-wrapper .card-box {
  border: 2px solid #000;
  padding: 42px 28px;
  min-height: 470px;
}
@media (max-width: 992px) {
  .cid-v7JmbcOnvg .item .item-wrapper .card-box {
    padding: 36px 24px;
    min-height: auto;
  }
}
.cid-v7JmbcOnvg .item .item-wrapper .card-box .icon-wrap {
  margin-bottom: 16px;
}
.cid-v7JmbcOnvg .item .item-wrapper .card-box .icon-wrap .mbr-iconfont {
  width: 70px;
  height: 70px;
  font-size: 70px;
  display: inline-flex;
}
.cid-v7JmbcOnvg .item .item-wrapper .card-box .item-text_1,
.cid-v7JmbcOnvg .item .item-wrapper .card-box .item-text_2 {
  margin-bottom: 0;
}
.cid-v7JmbcOnvg .item .item-wrapper .card_1 {
  background-color: #000000;
}
.cid-v7JmbcOnvg .item .item-wrapper .card_1 .icon-wrap .mbr-iconfont {
  color: #fffff5;
}
.cid-v7JmbcOnvg .item .item-wrapper .card_2 {
  background-color: #bff747;
}
.cid-v7JmbcOnvg .item .item-wrapper .card_2 .icon-wrap .mbr-iconfont {
  color: #000000;
}
.cid-v7JmbcOnvg .item .item-wrapper .card {
  justify-content: center;
}
.cid-v7JmbcOnvg .mbr-section-btn {
  margin-top: 1.5rem;
  text-align: center;
}
.cid-v7JmbcOnvg .item-title {
  color: #000000;
  text-align: center;
}
.cid-v7JmbcOnvg .item-desc {
  color: #000000;
}
.cid-v7JmbcOnvg .item-text_1 {
  color: #fdfde1;
}
.cid-v7JmbcOnvg .item-text_2 {
  color: #000000;
  text-align: center;
}
.cid-v7JmbcOnvg .item-text_1,
.cid-v7JmbcOnvg .icon-wrap {
  text-align: center;
}
.cid-v7Jmbe7Tnf {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-v7Jmbe7Tnf img {
  width: 90%;
}
.cid-v7Jmbe7Tnf .mbr-text,
.cid-v7Jmbe7Tnf .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-v7Jmbe7Tnf img {
    width: 100%;
  }
  .cid-v7Jmbe7Tnf .pb-5 {
    padding-bottom: 1rem !important;
  }
}
.cid-v7Jmbe7Tnf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7Jmbe7Tnf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7Jmbe7Tnf H3 {
  color: #000000;
}
.cid-v7JmbfkTiE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7JmbfkTiE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JmbfkTiE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JmbfkTiE .row {
  justify-content: center;
}
.cid-v7JmbfkTiE .title-wrapper {
  padding: 71px;
  background-color: #bff747;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-v7JmbfkTiE .title-wrapper {
    padding: 50px 25px;
  }
}
.cid-v7JmbfkTiE .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v7JmbfkTiE .text-wrapper .mbr-text {
  margin-bottom: 25px;
}
.cid-v7JmbfkTiE .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v7JmbfkTiE .mbr-text {
  color: #747474;
}
.cid-v7JmbfkTiE .mbr-text,
.cid-v7JmbfkTiE .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v7JmbfkTiE .mbr-section-title,
.cid-v7JmbfkTiE .mbr-iconfont {
  color: #000000;
}
.cid-v7JmbgvieY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-v7JmbgvieY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JmbgvieY .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-v7JmbgvieY .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-v7JmbgvieY .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v7JmbgvieY .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: #000000;
  border: 1px solid #a5a5a5;
  border-radius: 0;
  margin-top: 12px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v7JmbgvieY .panel-group .card {
    padding: 16px;
  }
}
.cid-v7JmbgvieY .panel-group .card:first-child {
  margin-top: 0;
}
.cid-v7JmbgvieY .panel-group .card:hover,
.cid-v7JmbgvieY .panel-group .card:focus {
  border: 1px solid #bff747;
}
.cid-v7JmbgvieY .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v7JmbgvieY .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v7JmbgvieY .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-v7JmbgvieY .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #666666;
}
.cid-v7JmbgvieY .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #bff747;
}
.cid-v7JmbgvieY .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-v7JmbgvieY .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #bff747;
}
.cid-v7JmbgvieY .panel-group .card .panel-collapse .panel-body {
  margin-top: 16px;
}
.cid-v7JmbgvieY .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v7JmbgvieY .mbr-section-title {
  color: #ffffff;
}
.cid-v7JmbgvieY .panel-title-edit {
  color: #fdfde1;
}
.cid-v7JmbgvieY .panel-text {
  color: #ffffff;
}
.cid-v7JmbgvieY .mbr-section-title,
.cid-v7JmbgvieY .mbr-section-btn {
  color: #fdfde1;
}
.cid-v7JzcdSZGr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
  overflow: hidden;
  position: relative;
}
.cid-v7JzcdSZGr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JzcdSZGr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JzcdSZGr .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-v7JzcdSZGr .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px dotted #e6e6e6;
  pointer-events: none;
}
.cid-v7JzcdSZGr .content-wrapper .border_1 {
  left: 0;
}
.cid-v7JzcdSZGr .content-wrapper .border_2 {
  left: 25%;
}
@media (max-width: 992px) {
  .cid-v7JzcdSZGr .content-wrapper .border_2 {
    display: none;
  }
}
.cid-v7JzcdSZGr .content-wrapper .border_3 {
  left: 50%;
}
.cid-v7JzcdSZGr .content-wrapper .border_4 {
  left: 75%;
}
@media (max-width: 992px) {
  .cid-v7JzcdSZGr .content-wrapper .border_4 {
    display: none;
  }
}
.cid-v7JzcdSZGr .content-wrapper .border_5 {
  left: 100%;
}
.cid-v7JzcdSZGr .content-wrapper .content-wrap {
  margin: 0;
  z-index: 0;
}
.cid-v7JzcdSZGr .content-wrapper .title-wrap {
  position: relative;
  z-index: 1 !important;
}
.cid-v7JzcdSZGr .content-wrapper .card {
  position: relative;
  z-index: 1;
  padding: 0;
}
.cid-v7JzcdSZGr .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v7JzcdSZGr .content-wrapper .title-wrapper {
    padding: 0 16px;
  }
}
.cid-v7JzcdSZGr .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v7JzcdSZGr .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v7JzcdSZGr .content-wrapper .google-map {
  margin-left: 1px;
}
.cid-v7JzcdSZGr .content-wrapper .google-map iframe {
  height: 600px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v7JzcdSZGr .content-wrapper .google-map iframe {
    height: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-v7JzcdSZGr .content-wrapper .google-map iframe {
    height: 400px;
  }
}
@media (max-width: 992px) {
  .cid-v7JzcdSZGr .content-wrapper .google-map iframe {
    height: 300px;
  }
}
.cid-v7JzcdSZGr .mbr-section-title {
  color: #1a1a1a;
}
.cid-v7JmbhTETK {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v7JmbhTETK .row {
  align-items: center;
}
.cid-v7JmbhTETK .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-v7JmbhTETK .mbr-text,
.cid-v7JmbhTETK .mbr-section-btn {
  color: #000000;
}
.cid-v7JmbhTETK .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v7JmbhTETK .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #bff747;
  border: 1px solid #efefef;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-v7JmbhTETK .social-list .mbr-iconfont-social:hover {
  background: #bff747;
  color: white;
}
.cid-v7JmbhTETK .social-list .soc-item {
  margin-right: 1rem;
}
.cid-v7JmbhTETK .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-v7JmbhTETK .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v7JmbhTETK .mbr-text-title {
  color: #bbbbbb;
}
.cid-v7Jmbjd51L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
  position: relative;
}
.cid-v7Jmbjd51L .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7Jmbjd51L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7Jmbjd51L .content-wrapper {
  justify-content: center;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.cid-v7Jmbjd51L .content-wrapper .border-wrap {
  content: '';
  position: absolute;
  width: 1000%;
  height: 1px;
  background-color: #404040;
}
.cid-v7Jmbjd51L .content-wrapper .border_1 {
  top: 0;
}
.cid-v7Jmbjd51L .content-wrapper .border_2 {
  bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7Jmbjd51L .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v7Jmbjd51L .content-wrapper::before,
.cid-v7Jmbjd51L .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #404040;
}
.cid-v7Jmbjd51L .content-wrapper::before {
  left: 0;
}
.cid-v7Jmbjd51L .content-wrapper::after {
  right: 0;
}
.cid-v7Jmbjd51L .content-wrapper .main-wrap {
  padding-top: 32px;
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v7Jmbjd51L .content-wrapper .main-wrap {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.cid-v7Jmbjd51L .content-wrapper .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
}
.cid-v7Jmbjd51L .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v7Jmbjd51L .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7Jmbjd51L .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v7Jmbjd51L .content-wrapper .content-wrap .mbr-section-btn {
    margin-bottom: 24px;
  }
}
.cid-v7Jmbjd51L .content-wrapper .content-wrap .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 16px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-v7Jmbjd51L .content-wrapper .content-wrap .nav-wrapper {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-v7Jmbjd51L .content-wrapper .content-wrap .nav-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
.cid-v7Jmbjd51L .content-wrapper .content-wrap .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v7Jmbjd51L .content-wrapper .content-wrap .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-v7Jmbjd51L .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v7Jmbjd51L .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-v7Jmbjd51L .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-v7Jmbjd51L .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:focus {
  opacity: .5;
}
.cid-v7Jmbjd51L .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v7Jmbjd51L .mbr-copy {
  padding: 32px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v7Jmbjd51L .mbr-section-title {
  color: #ffffff;
}
.cid-v7Jmbjd51L .mbr-text {
  color: #ffffff;
}
.cid-v7Jmbjd51L .mbr-list-title {
  color: #ffffff;
}
.cid-v7Jmbjd51L .list {
  color: #ffffff;
}
.cid-v7JoRZs5OD {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v7JoRZs5OD .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v7JoRZs5OD .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v7JoRZs5OD .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v7JoRZs5OD .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-v7JoRZs5OD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v7JoRZs5OD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7JoRZs5OD .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v7JoRZs5OD .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v7JoRZs5OD .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v7JoRZs5OD .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v7JoRZs5OD .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v7JoRZs5OD .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v7JoRZs5OD .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v7JoRZs5OD .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v7JoRZs5OD .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v7JoRZs5OD .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v7JoRZs5OD .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v7JoRZs5OD .navbar-logo {
    padding-left: 0;
  }
}
.cid-v7JoRZs5OD .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v7JoRZs5OD .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v7JoRZs5OD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v7JoRZs5OD .container {
  display: flex;
  height: 80px;
  padding: 0 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v7JoRZs5OD .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v7JoRZs5OD .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-v7JoRZs5OD .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v7JoRZs5OD .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.8) !important;
}
.cid-v7JoRZs5OD .nav-item:focus,
.cid-v7JoRZs5OD .nav-link:focus {
  outline: none;
}
.cid-v7JoRZs5OD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7JoRZs5OD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v7JoRZs5OD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7JoRZs5OD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7JoRZs5OD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7JoRZs5OD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7JoRZs5OD .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v7JoRZs5OD .navbar.opened {
  transition: all 0.3s;
}
.cid-v7JoRZs5OD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v7JoRZs5OD .navbar .navbar-logo img {
  width: auto;
}
.cid-v7JoRZs5OD .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v7JoRZs5OD .navbar.collapsed {
  justify-content: center;
}
.cid-v7JoRZs5OD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7JoRZs5OD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7JoRZs5OD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-v7JoRZs5OD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7JoRZs5OD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7JoRZs5OD .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-v7JoRZs5OD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7JoRZs5OD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7JoRZs5OD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v7JoRZs5OD .navbar {
    min-height: 72px;
  }
  .cid-v7JoRZs5OD .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v7JoRZs5OD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7JoRZs5OD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7JoRZs5OD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7JoRZs5OD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7JoRZs5OD .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-v7JoRZs5OD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v7JoRZs5OD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v7JoRZs5OD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7JoRZs5OD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7JoRZs5OD .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v7JoRZs5OD .dropdown-item.active,
.cid-v7JoRZs5OD .dropdown-item:active {
  background-color: transparent;
}
.cid-v7JoRZs5OD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7JoRZs5OD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7JoRZs5OD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7JoRZs5OD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v7JoRZs5OD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v7JoRZs5OD .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v7JoRZs5OD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v7JoRZs5OD .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v7JoRZs5OD .navbar-buttons {
    text-align: left;
  }
}
.cid-v7JoRZs5OD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v7JoRZs5OD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v7JoRZs5OD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v7JoRZs5OD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7JoRZs5OD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7JoRZs5OD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v7JoRZs5OD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7JoRZs5OD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7JoRZs5OD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7JoRZs5OD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7JoRZs5OD .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v7JoRZs5OD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7JoRZs5OD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v7JoRZs5OD .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7JoRZs5OD .navbar {
    height: 70px;
  }
  .cid-v7JoRZs5OD .navbar.opened {
    height: auto;
  }
  .cid-v7JoRZs5OD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7JoRZs5OD .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v7JoRZs5OD .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v7JoRZs5OD .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v7JoRZs5OD .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v7JoRZs5OD .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v7JoRZs5OD .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v7JoRZs5OD .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v7JoRZs5OD .navbar-brand {
    margin-right: auto;
  }
  .cid-v7JoRZs5OD .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.8) !important;
    background: rgba(0, 0, 0, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v7JoRZs5OD .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v7JoRZs5OD .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v7JoRZs5OD .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v7JoRZs5OD .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v7JoRZs5OD .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v7JoRZs5OD .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v7JoRZs5OD .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v7JoRZs5OD .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v7JoRZs5OD .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v7JoRZs5OD .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v7JoS0ymwO {
  padding-top: 12rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-v7JoS0ymwO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JoS0ymwO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JoS0ymwO .items-wrap {
  justify-content: space-between;
}
.cid-v7JoS0ymwO .items-wrap .card {
  justify-content: center;
}
.cid-v7JoS0ymwO .title-wrapper .mbr-desc {
  margin-bottom: 15px;
}
.cid-v7JoS0ymwO .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v7JoS0ymwO .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v7JoS0ymwO .title-wrapper {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-v7JoS0ymwO .content-wrapper {
    margin-bottom: 32px;
    text-align: center;
  }
}
.cid-v7JoS0ymwO .icon-title {
  color: #bff747;
}
@media (max-width: 992px) {
  .cid-v7JoS0ymwO .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7JoS0ymwO .image-wrapper img {
  border-radius: 2rem;
  padding: 5px;
  background-color: #bff747;
  height: 550px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v7JoS0ymwO .image-wrapper img {
    height: 350px;
  }
}
.cid-v7JoS0ymwO .mbr-section-title {
  color: #fdfde1;
}
.cid-v7JoS0ymwO .mbr-text {
  color: #000000;
}
.cid-v7JoS0ymwO .mbr-text,
.cid-v7JoS0ymwO .mbr-section-btn {
  color: #fdfde1;
}
.cid-v7JoS0ymwO .mbr-desc {
  color: #fdfde1;
}
.cid-v7JoS0ymwO .mbr-section-subtitle {
  color: #fdfde1;
}
.cid-v7JoS0ymwO .mbr-desc,
.cid-v7JoS0ymwO .mbr-section-btn {
  color: #fdfde1;
}
.cid-v7JoS1CHCj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v7JoS1CHCj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JoS1CHCj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JoS1CHCj .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-v7JoS1CHCj .container-fluid {
    padding: 0 20px;
  }
}
.cid-v7JoS1CHCj .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v7JoS1CHCj .container {
    padding: 0 20px;
  }
  .cid-v7JoS1CHCj .container .row {
    padding: 0;
  }
}
.cid-v7JoS1CHCj .container,
.cid-v7JoS1CHCj .container-fluid {
  position: relative;
}
.cid-v7JoS1CHCj .row {
  justify-content: center;
}
.cid-v7JoS1CHCj .text-wrapper {
  margin-bottom: 40px;
}
.cid-v7JoS1CHCj .text-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-v7JoS1CHCj .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7JoS1CHCj .list-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-v7JoS1CHCj .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}
.cid-v7JoS1CHCj .list-wrapper .list .item-wrap {
  margin-bottom: 5px;
}
.cid-v7JoS1CHCj .list-wrapper .list .item-wrap::marker {
  color: #000000;
}
.cid-v7JoS1CHCj .mbr-section-title {
  color: #ffffff;
}
.cid-v7JoS1CHCj .mbr-text {
  color: #000000;
}
.cid-v7JoS1CHCj .list {
  color: #000000;
}
.cid-v7JoS2QiZt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v7JoS2QiZt .card-wrapper {
  background: #ffffff;
  padding: 5rem;
}
@media (max-width: 992px) {
  .cid-v7JoS2QiZt .card-wrapper {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v7JoS2QiZt .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-v7JoS2QiZt .mbr-text {
  color: #000000;
}
.cid-v7JoS2QiZt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v7JoS2QiZt .mbr-section-title {
  color: #000000;
}
.cid-v7JoS3txDv {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v7JoS3txDv .card-wrapper {
  display: flex;
  padding-bottom: 2rem;
}
.cid-v7JoS3txDv .card-wrapper:hover .card-title {
  color: #fdfde1;
}
.cid-v7JoS3txDv img {
  border-radius: 8px;
  height: 100%;
  object-fit: cover;
}
.cid-v7JoS3txDv .main-sub-title {
  background: #bff747;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-v7JoS3txDv .wrapper {
  background: #000000;
  padding: 5rem;
  border-radius: 8px;
}
@media (max-width: 1600px) {
  .cid-v7JoS3txDv .wrapper {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v7JoS3txDv .wrapper {
    padding: 3rem 1rem;
  }
}
.cid-v7JoS3txDv .mbr-iconfont {
  padding-right: 1.5rem;
  font-size: 2rem;
  padding-top: 0.5rem;
  color: #fdfde1;
}
.cid-v7JoS3txDv .card-title {
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-v7JoS3txDv .card-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .cid-v7JoS3txDv span {
    padding: 0!important;
    margin-bottom: 1rem;
  }
  .cid-v7JoS3txDv .col2 .card-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-v7JoS3txDv .main-text {
  color: #ffffff;
}
.cid-v7JoS3txDv .card-text {
  color: #c8c8c8;
}
.cid-v7JoS3txDv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JoS3txDv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JoS3txDv .main-sub-title,
.cid-v7JoS3txDv .align-wrapper {
  color: #000000;
}
.cid-v7JoS4ehGm {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v7JoS4ehGm .mbr-text {
  color: #000000;
}
.cid-v7JoS4ehGm .mbr-section-subtitle {
  color: #f3f6f9;
}
.cid-v7JoS4ehGm .mbr-section-title {
  color: #000000;
}
.cid-v7JoS4SzXx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffff5;
}
.cid-v7JoS4SzXx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JoS4SzXx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JoS4SzXx .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v7JoS4SzXx .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v7JoS4SzXx .title .icon-wrap {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v7JoS4SzXx .title .icon-wrap {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cid-v7JoS4SzXx .title .icon-wrap .mbr-iconfont {
  display: inline-flex;
  width: 70px;
  height: 70px;
  color: #000000;
  font-size: 70px;
}
@media (max-width: 992px) {
  .cid-v7JoS4SzXx .title .icon-wrap .mbr-iconfont {
    width: 48px;
    height: 48px;
    font-size: 48px;
  }
}
.cid-v7JoS4SzXx .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-v7JoS4SzXx .items-wrap .card {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-v7JoS4SzXx .items-wrap .card_2 {
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-v7JoS4SzXx .items-wrap .card_2 {
    padding-top: 0;
  }
}
.cid-v7JoS4SzXx .items-wrap .card_3 {
  padding-top: 400px;
}
@media (max-width: 992px) {
  .cid-v7JoS4SzXx .items-wrap .card_3 {
    padding-top: 0;
  }
}
.cid-v7JoS4SzXx .card .item-wrapper {
  background-color: #000000;
  transition: all 0.3s ease;
}
.cid-v7JoS4SzXx .card .item-wrapper .card-box {
  padding: 3rem 1.5rem;
  min-height: 500px;
}
@media (max-width: 992px) {
  .cid-v7JoS4SzXx .card .item-wrapper .card-box {
    padding: 36px 24px;
    min-height: auto;
  }
}
.cid-v7JoS4SzXx .card .item-wrapper .card-box .item-number {
  margin-bottom: 32px;
}
.cid-v7JoS4SzXx .card .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
.cid-v7JoS4SzXx .card .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  line-height: 1.66;
}
.cid-v7JoS4SzXx .card .item-wrapper .card-box .icon-wrap {
  font-size: 3rem;
  color: #fdfde1;
}
.cid-v7JoS4SzXx .card .item-wrapper:hover {
  box-shadow: 5px 5px 0 0 #666666;
  transform: translateY(-1.15rem);
}
.cid-v7JoS4SzXx .mbr-section-title {
  color: #000000;
}
.cid-v7JoS4SzXx .item-title {
  color: #bff747;
}
.cid-v7JoS4SzXx .item-number {
  color: #ffffff;
}
.cid-v7JoS4SzXx .item-text {
  color: #fdfde1;
}
.cid-v7JoS5GtHM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v7JoS5GtHM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JoS5GtHM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JoS5GtHM .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-v7JoS5GtHM .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v7JoS5GtHM .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7JoS5GtHM .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-v7JoS5GtHM .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7JoS5GtHM .mbr-section-title {
  color: #000000;
}
.cid-v7JoS5GtHM .mbr-desc {
  color: #fdfde1;
}
.cid-v7JoS5GtHM .mbr-text {
  color: #000000;
}
.cid-v7JoS5GtHM .mbr-text,
.cid-v7JoS5GtHM .text-wrapper {
  color: #fdfde1;
}
.cid-v7JoS5GtHM .mbr-section-title,
.cid-v7JoS5GtHM .mbr-section-btn {
  color: #fdfde1;
}
.cid-v7JoS6jVhy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7JoS6jVhy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JoS6jVhy .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-v7JoS6jVhy .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-v7JoS6jVhy .container {
    padding: 0 12px;
  }
}
.cid-v7JoS6jVhy .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v7JoS6jVhy .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v7JoS6jVhy .row.card-wrapper {
  padding: 80px;
  border: 3px solid #bff747;
  box-shadow: 4px 4px #bff747;
  background-color: #ffffff;
  border-radius: 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-v7JoS6jVhy .row.card-wrapper {
    border-radius: 32px;
    padding: 24px;
  }
}
.cid-v7JoS6jVhy .row.card-wrapper .card {
  align-items: center;
  justify-content: center;
}
.cid-v7JoS6jVhy .row.card-wrapper .card .image-wrapper img {
  width: 392px;
  height: 392px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 1200px) {
  .cid-v7JoS6jVhy .row.card-wrapper .card .image-wrapper img {
    width: 330px;
    height: 330px;
  }
}
@media (max-width: 992px) {
  .cid-v7JoS6jVhy .row.card-wrapper .card .image-wrapper img {
    margin: 0 auto 40px;
    width: 280px;
    height: 260px;
  }
}
.cid-v7JoS6jVhy .row.card-wrapper .card .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-v7JoS6jVhy .row.card-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-v7JoS6jVhy .row.card-wrapper .card .text-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v7JoS6jVhy .row.card-wrapper .card .text-wrapper .list .item-wrap {
  padding-left: 14px;
  margin-bottom: 20px;
  border-left: 2px solid #bff747;
}
.cid-v7JoS6jVhy .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v7JoS6jVhy .mbr-section-subtitle {
  color: #000000;
  text-align: justify;
}
.cid-v7JoS6jVhy .mbr-text {
  color: #000000;
}
.cid-v7JoS6jVhy .list {
  color: #222222;
}
.cid-v7JoS78eH7 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
  display: flex;
  align-items: center;
}
.cid-v7JoS78eH7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JoS78eH7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JoS78eH7 .row {
  justify-content: flex-start;
}
.cid-v7JoS78eH7 .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-v7JoS78eH7 .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-v7JoS7VYbv {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-color: #000000;
}
.cid-v7JoS7VYbv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JoS7VYbv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JoS7VYbv .mbr-desc {
  margin-bottom: 15px;
}
.cid-v7JoS7VYbv .tabs-wrapper {
  background-color: #000000;
  border-radius: 2rem 2rem 0 0;
  padding: 35px 60px 225px;
  text-align: center;
}
@media (max-width: 1200px) {
  .cid-v7JoS7VYbv .tabs-wrapper {
    padding: 35px 30px 225px;
  }
}
@media (max-width: 992px) {
  .cid-v7JoS7VYbv .tabs-wrapper {
    padding: 35px 16px 225px;
    border-radius: 2rem 2rem 0 0;
  }
}
.cid-v7JoS7VYbv .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-v7JoS7VYbv .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 10px 20px;
  border: none;
  border-radius: 0;
  display: block;
  margin: 0;
}
.cid-v7JoS7VYbv .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  color: #bff747;
  padding: 0;
  border: none;
  margin-bottom: 0;
}
.cid-v7JoS7VYbv .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  transition: all 0.3s ease-in-out;
  background-color: #bff747;
}
.cid-v7JoS7VYbv .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
}
.cid-v7JoS7VYbv .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  width: 100%;
}
.cid-v7JoS7VYbv .tab-content {
  background-color: #fffff5;
  border-radius: 2rem;
  margin-top: -190px;
  padding: 110px 60px;
}
@media (max-width: 1200px) {
  .cid-v7JoS7VYbv .tab-content {
    padding: 70px 30px;
  }
}
@media (max-width: 992px) {
  .cid-v7JoS7VYbv .tab-content {
    padding: 16px;
    border-radius: 2rem;
  }
}
.cid-v7JoS7VYbv .tab-content .tab-pane .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v7JoS7VYbv .tab-content .tab-pane .content-wrap {
    display: block;
    margin-bottom: 15px;
  }
}
.cid-v7JoS7VYbv .tab-content .tab-pane .content-wrap .image-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-v7JoS7VYbv .tab-content .tab-pane .content-wrap .image-wrapper {
    width: 100%;
    margin-bottom: 35px;
  }
}
.cid-v7JoS7VYbv .tab-content .tab-pane .content-wrap .image-wrapper img {
  height: 350px;
  object-fit: cover;
  border-radius: 2rem;
  background-color: #000000;
  padding: 4px;
}
@media (max-width: 992px) {
  .cid-v7JoS7VYbv .tab-content .tab-pane .content-wrap .image-wrapper img {
    border-radius: 1rem;
  }
}
.cid-v7JoS7VYbv .tab-content .tab-pane .content-wrap .text-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-v7JoS7VYbv .tab-content .tab-pane .content-wrap .text-wrapper {
    width: 100%;
  }
}
.cid-v7JoS7VYbv .tab-content .tab-pane .content-wrap .text-wrapper .item-title {
  margin-bottom: 20px;
}
.cid-v7JoS7VYbv .tab-content .tab-pane .content-wrap .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v7JoS7VYbv .card {
  justify-content: center;
}
.cid-v7JoS7VYbv .item-title {
  color: #000000;
}
.cid-v7JoS7VYbv .item-text {
  color: #000000;
}
.cid-v7JoS9j7WU {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v7JoS9j7WU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JoS9j7WU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JoS9j7WU .mbr-text,
.cid-v7JoS9j7WU .mbr-section-btn {
  text-align: center;
}
.cid-v7JoS9j7WU .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v7JoS9Si6E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffff5;
}
.cid-v7JoS9Si6E .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JoS9Si6E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JoS9Si6E .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v7JoS9Si6E .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v7JoS9Si6E .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-v7JoS9Si6E .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-v7JoS9Si6E .item .item-wrapper .item-title {
  margin-bottom: 10px;
}
.cid-v7JoS9Si6E .item .item-wrapper .item-desc {
  margin-bottom: 16px;
}
.cid-v7JoS9Si6E .item .item-wrapper .card-box {
  border: 2px solid #000;
  padding: 42px 28px;
  min-height: 470px;
}
@media (max-width: 992px) {
  .cid-v7JoS9Si6E .item .item-wrapper .card-box {
    padding: 36px 24px;
    min-height: auto;
  }
}
.cid-v7JoS9Si6E .item .item-wrapper .card-box .icon-wrap {
  margin-bottom: 16px;
}
.cid-v7JoS9Si6E .item .item-wrapper .card-box .icon-wrap .mbr-iconfont {
  width: 70px;
  height: 70px;
  font-size: 70px;
  display: inline-flex;
}
.cid-v7JoS9Si6E .item .item-wrapper .card-box .item-text_1,
.cid-v7JoS9Si6E .item .item-wrapper .card-box .item-text_2 {
  margin-bottom: 0;
}
.cid-v7JoS9Si6E .item .item-wrapper .card_1 {
  background-color: #000000;
}
.cid-v7JoS9Si6E .item .item-wrapper .card_1 .icon-wrap .mbr-iconfont {
  color: #fffff5;
}
.cid-v7JoS9Si6E .item .item-wrapper .card_2 {
  background-color: #bff747;
}
.cid-v7JoS9Si6E .item .item-wrapper .card_2 .icon-wrap .mbr-iconfont {
  color: #000000;
}
.cid-v7JoS9Si6E .item .item-wrapper .card {
  justify-content: center;
}
.cid-v7JoS9Si6E .mbr-section-btn {
  margin-top: 1.5rem;
  text-align: center;
}
.cid-v7JoS9Si6E .item-title {
  color: #000000;
  text-align: center;
}
.cid-v7JoS9Si6E .item-desc {
  color: #000000;
}
.cid-v7JoS9Si6E .item-text_1 {
  color: #fdfde1;
}
.cid-v7JoS9Si6E .item-text_2 {
  color: #000000;
  text-align: center;
}
.cid-v7JoS9Si6E .item-text_1,
.cid-v7JoS9Si6E .icon-wrap {
  text-align: center;
}
.cid-v7JznBVVtt {
  padding-top: 7rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-v7JznBVVtt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JznBVVtt .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-v7JznBVVtt .container {
    padding: 0 20px;
  }
}
.cid-v7JznBVVtt .row {
  margin: 0;
}
.cid-v7JznBVVtt .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v7JznBVVtt .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v7JznBVVtt .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-v7JznBVVtt .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-v7JznBVVtt .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-v7JznBVVtt .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-v7JznBVVtt .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v7JoSaHmzO {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-v7JoSaHmzO img {
  width: 90%;
}
.cid-v7JoSaHmzO .mbr-text,
.cid-v7JoSaHmzO .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-v7JoSaHmzO img {
    width: 100%;
  }
  .cid-v7JoSaHmzO .pb-5 {
    padding-bottom: 1rem !important;
  }
}
.cid-v7JoSaHmzO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JoSaHmzO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JoSaHmzO H3 {
  color: #000000;
}
.cid-v7JoSbBHkn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7JoSbBHkn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JoSbBHkn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JoSbBHkn .row {
  justify-content: center;
}
.cid-v7JoSbBHkn .title-wrapper {
  padding: 71px;
  background-color: #bff747;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-v7JoSbBHkn .title-wrapper {
    padding: 50px 25px;
  }
}
.cid-v7JoSbBHkn .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v7JoSbBHkn .text-wrapper .mbr-text {
  margin-bottom: 25px;
}
.cid-v7JoSbBHkn .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v7JoSbBHkn .mbr-text {
  color: #747474;
}
.cid-v7JoSbBHkn .mbr-text,
.cid-v7JoSbBHkn .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v7JoSbBHkn .mbr-section-title,
.cid-v7JoSbBHkn .mbr-iconfont {
  color: #000000;
}
.cid-v7JoScb1QT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-v7JoScb1QT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JoScb1QT .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-v7JoScb1QT .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-v7JoScb1QT .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v7JoScb1QT .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: #000000;
  border: 1px solid #a5a5a5;
  border-radius: 0;
  margin-top: 12px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v7JoScb1QT .panel-group .card {
    padding: 16px;
  }
}
.cid-v7JoScb1QT .panel-group .card:first-child {
  margin-top: 0;
}
.cid-v7JoScb1QT .panel-group .card:hover,
.cid-v7JoScb1QT .panel-group .card:focus {
  border: 1px solid #bff747;
}
.cid-v7JoScb1QT .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v7JoScb1QT .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v7JoScb1QT .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-v7JoScb1QT .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #666666;
}
.cid-v7JoScb1QT .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #bff747;
}
.cid-v7JoScb1QT .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-v7JoScb1QT .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #bff747;
}
.cid-v7JoScb1QT .panel-group .card .panel-collapse .panel-body {
  margin-top: 16px;
}
.cid-v7JoScb1QT .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v7JoScb1QT .mbr-section-title {
  color: #ffffff;
}
.cid-v7JoScb1QT .panel-title-edit {
  color: #fdfde1;
}
.cid-v7JoScb1QT .panel-text {
  color: #ffffff;
}
.cid-v7JoScb1QT .mbr-section-title,
.cid-v7JoScb1QT .mbr-section-btn {
  color: #fdfde1;
}
.cid-v7JoScVR5I {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v7JoScVR5I .row {
  align-items: center;
}
.cid-v7JoScVR5I .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-v7JoScVR5I .mbr-text,
.cid-v7JoScVR5I .mbr-section-btn {
  color: #000000;
}
.cid-v7JoScVR5I .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v7JoScVR5I .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #bff747;
  border: 1px solid #efefef;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-v7JoScVR5I .social-list .mbr-iconfont-social:hover {
  background: #bff747;
  color: white;
}
.cid-v7JoScVR5I .social-list .soc-item {
  margin-right: 1rem;
}
.cid-v7JoScVR5I .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-v7JoScVR5I .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v7JoScVR5I .mbr-text-title {
  color: #bbbbbb;
}
.cid-v7JoSdFrGV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
  position: relative;
}
.cid-v7JoSdFrGV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JoSdFrGV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JoSdFrGV .content-wrapper {
  justify-content: center;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.cid-v7JoSdFrGV .content-wrapper .border-wrap {
  content: '';
  position: absolute;
  width: 1000%;
  height: 1px;
  background-color: #404040;
}
.cid-v7JoSdFrGV .content-wrapper .border_1 {
  top: 0;
}
.cid-v7JoSdFrGV .content-wrapper .border_2 {
  bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7JoSdFrGV .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v7JoSdFrGV .content-wrapper::before,
.cid-v7JoSdFrGV .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #404040;
}
.cid-v7JoSdFrGV .content-wrapper::before {
  left: 0;
}
.cid-v7JoSdFrGV .content-wrapper::after {
  right: 0;
}
.cid-v7JoSdFrGV .content-wrapper .main-wrap {
  padding-top: 32px;
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v7JoSdFrGV .content-wrapper .main-wrap {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.cid-v7JoSdFrGV .content-wrapper .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
}
.cid-v7JoSdFrGV .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v7JoSdFrGV .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7JoSdFrGV .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v7JoSdFrGV .content-wrapper .content-wrap .mbr-section-btn {
    margin-bottom: 24px;
  }
}
.cid-v7JoSdFrGV .content-wrapper .content-wrap .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 16px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-v7JoSdFrGV .content-wrapper .content-wrap .nav-wrapper {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-v7JoSdFrGV .content-wrapper .content-wrap .nav-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
.cid-v7JoSdFrGV .content-wrapper .content-wrap .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v7JoSdFrGV .content-wrapper .content-wrap .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-v7JoSdFrGV .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v7JoSdFrGV .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-v7JoSdFrGV .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-v7JoSdFrGV .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:focus {
  opacity: .5;
}
.cid-v7JoSdFrGV .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v7JoSdFrGV .mbr-copy {
  padding: 32px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v7JoSdFrGV .mbr-section-title {
  color: #ffffff;
}
.cid-v7JoSdFrGV .mbr-text {
  color: #ffffff;
}
.cid-v7JoSdFrGV .mbr-list-title {
  color: #ffffff;
}
.cid-v7JoSdFrGV .list {
  color: #ffffff;
}
.cid-v7Jqu1iokf {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v7Jqu1iokf .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v7Jqu1iokf .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v7Jqu1iokf .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v7Jqu1iokf .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-v7Jqu1iokf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v7Jqu1iokf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7Jqu1iokf .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v7Jqu1iokf .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v7Jqu1iokf .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v7Jqu1iokf .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v7Jqu1iokf .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v7Jqu1iokf .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v7Jqu1iokf .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v7Jqu1iokf .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v7Jqu1iokf .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v7Jqu1iokf .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v7Jqu1iokf .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v7Jqu1iokf .navbar-logo {
    padding-left: 0;
  }
}
.cid-v7Jqu1iokf .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v7Jqu1iokf .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v7Jqu1iokf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v7Jqu1iokf .container {
  display: flex;
  height: 80px;
  padding: 0 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v7Jqu1iokf .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v7Jqu1iokf .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-v7Jqu1iokf .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v7Jqu1iokf .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.8) !important;
}
.cid-v7Jqu1iokf .nav-item:focus,
.cid-v7Jqu1iokf .nav-link:focus {
  outline: none;
}
.cid-v7Jqu1iokf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7Jqu1iokf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v7Jqu1iokf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7Jqu1iokf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7Jqu1iokf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7Jqu1iokf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7Jqu1iokf .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v7Jqu1iokf .navbar.opened {
  transition: all 0.3s;
}
.cid-v7Jqu1iokf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v7Jqu1iokf .navbar .navbar-logo img {
  width: auto;
}
.cid-v7Jqu1iokf .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v7Jqu1iokf .navbar.collapsed {
  justify-content: center;
}
.cid-v7Jqu1iokf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7Jqu1iokf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7Jqu1iokf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-v7Jqu1iokf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7Jqu1iokf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7Jqu1iokf .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-v7Jqu1iokf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7Jqu1iokf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7Jqu1iokf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v7Jqu1iokf .navbar {
    min-height: 72px;
  }
  .cid-v7Jqu1iokf .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v7Jqu1iokf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7Jqu1iokf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7Jqu1iokf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7Jqu1iokf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7Jqu1iokf .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-v7Jqu1iokf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v7Jqu1iokf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v7Jqu1iokf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7Jqu1iokf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7Jqu1iokf .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v7Jqu1iokf .dropdown-item.active,
.cid-v7Jqu1iokf .dropdown-item:active {
  background-color: transparent;
}
.cid-v7Jqu1iokf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7Jqu1iokf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7Jqu1iokf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7Jqu1iokf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v7Jqu1iokf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v7Jqu1iokf .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v7Jqu1iokf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v7Jqu1iokf .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v7Jqu1iokf .navbar-buttons {
    text-align: left;
  }
}
.cid-v7Jqu1iokf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v7Jqu1iokf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v7Jqu1iokf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v7Jqu1iokf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7Jqu1iokf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7Jqu1iokf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v7Jqu1iokf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7Jqu1iokf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7Jqu1iokf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7Jqu1iokf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7Jqu1iokf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v7Jqu1iokf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7Jqu1iokf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v7Jqu1iokf .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7Jqu1iokf .navbar {
    height: 70px;
  }
  .cid-v7Jqu1iokf .navbar.opened {
    height: auto;
  }
  .cid-v7Jqu1iokf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7Jqu1iokf .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v7Jqu1iokf .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v7Jqu1iokf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v7Jqu1iokf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v7Jqu1iokf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v7Jqu1iokf .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v7Jqu1iokf .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v7Jqu1iokf .navbar-brand {
    margin-right: auto;
  }
  .cid-v7Jqu1iokf .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.8) !important;
    background: rgba(0, 0, 0, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v7Jqu1iokf .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v7Jqu1iokf .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v7Jqu1iokf .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v7Jqu1iokf .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v7Jqu1iokf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v7Jqu1iokf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v7Jqu1iokf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v7Jqu1iokf .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v7Jqu1iokf .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v7Jqu1iokf .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v7Jqu2izJo {
  padding-top: 12rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-v7Jqu2izJo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7Jqu2izJo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7Jqu2izJo .items-wrap {
  justify-content: space-between;
}
.cid-v7Jqu2izJo .items-wrap .card {
  justify-content: center;
}
.cid-v7Jqu2izJo .title-wrapper .mbr-desc {
  margin-bottom: 15px;
}
.cid-v7Jqu2izJo .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v7Jqu2izJo .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v7Jqu2izJo .title-wrapper {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-v7Jqu2izJo .content-wrapper {
    margin-bottom: 32px;
    text-align: center;
  }
}
.cid-v7Jqu2izJo .icon-title {
  color: #bff747;
}
@media (max-width: 992px) {
  .cid-v7Jqu2izJo .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7Jqu2izJo .image-wrapper img {
  border-radius: 2rem;
  padding: 5px;
  background-color: #bff747;
  height: 550px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v7Jqu2izJo .image-wrapper img {
    height: 350px;
  }
}
.cid-v7Jqu2izJo .mbr-section-title {
  color: #fdfde1;
}
.cid-v7Jqu2izJo .mbr-text {
  color: #000000;
}
.cid-v7Jqu2izJo .mbr-text,
.cid-v7Jqu2izJo .mbr-section-btn {
  color: #fdfde1;
}
.cid-v7Jqu2izJo .mbr-desc {
  color: #fdfde1;
}
.cid-v7Jqu2izJo .mbr-section-subtitle {
  color: #fdfde1;
}
.cid-v7Jqu2izJo .mbr-desc,
.cid-v7Jqu2izJo .mbr-section-btn {
  color: #fdfde1;
}
.cid-v7Jqu3dhVD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v7Jqu3dhVD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7Jqu3dhVD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7Jqu3dhVD .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-v7Jqu3dhVD .container-fluid {
    padding: 0 20px;
  }
}
.cid-v7Jqu3dhVD .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v7Jqu3dhVD .container {
    padding: 0 20px;
  }
  .cid-v7Jqu3dhVD .container .row {
    padding: 0;
  }
}
.cid-v7Jqu3dhVD .container,
.cid-v7Jqu3dhVD .container-fluid {
  position: relative;
}
.cid-v7Jqu3dhVD .row {
  justify-content: center;
}
.cid-v7Jqu3dhVD .text-wrapper {
  margin-bottom: 40px;
}
.cid-v7Jqu3dhVD .text-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-v7Jqu3dhVD .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7Jqu3dhVD .list-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-v7Jqu3dhVD .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}
.cid-v7Jqu3dhVD .list-wrapper .list .item-wrap {
  margin-bottom: 5px;
}
.cid-v7Jqu3dhVD .list-wrapper .list .item-wrap::marker {
  color: #000000;
}
.cid-v7Jqu3dhVD .mbr-section-title {
  color: #ffffff;
}
.cid-v7Jqu3dhVD .mbr-text {
  color: #000000;
}
.cid-v7Jqu3dhVD .list {
  color: #000000;
}
.cid-v7Jqu3YxQ4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v7Jqu3YxQ4 .card-wrapper {
  background: #ffffff;
  padding: 5rem;
}
@media (max-width: 992px) {
  .cid-v7Jqu3YxQ4 .card-wrapper {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v7Jqu3YxQ4 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-v7Jqu3YxQ4 .mbr-text {
  color: #000000;
}
.cid-v7Jqu3YxQ4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v7Jqu3YxQ4 .mbr-section-title {
  color: #000000;
}
.cid-v7Jqu4MbmO {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v7Jqu4MbmO .card-wrapper {
  display: flex;
  padding-bottom: 2rem;
}
.cid-v7Jqu4MbmO .card-wrapper:hover .card-title {
  color: #fdfde1;
}
.cid-v7Jqu4MbmO img {
  border-radius: 8px;
  height: 100%;
  object-fit: cover;
}
.cid-v7Jqu4MbmO .main-sub-title {
  background: #bff747;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-v7Jqu4MbmO .wrapper {
  background: #000000;
  padding: 5rem;
  border-radius: 8px;
}
@media (max-width: 1600px) {
  .cid-v7Jqu4MbmO .wrapper {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v7Jqu4MbmO .wrapper {
    padding: 3rem 1rem;
  }
}
.cid-v7Jqu4MbmO .mbr-iconfont {
  padding-right: 1.5rem;
  font-size: 2rem;
  padding-top: 0.5rem;
  color: #fdfde1;
}
.cid-v7Jqu4MbmO .card-title {
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-v7Jqu4MbmO .card-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .cid-v7Jqu4MbmO span {
    padding: 0!important;
    margin-bottom: 1rem;
  }
  .cid-v7Jqu4MbmO .col2 .card-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-v7Jqu4MbmO .main-text {
  color: #ffffff;
}
.cid-v7Jqu4MbmO .card-text {
  color: #c8c8c8;
}
.cid-v7Jqu4MbmO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7Jqu4MbmO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7Jqu4MbmO .main-sub-title,
.cid-v7Jqu4MbmO .align-wrapper {
  color: #000000;
}
.cid-v7Jqu5K6u6 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v7Jqu5K6u6 .mbr-text {
  color: #000000;
}
.cid-v7Jqu5K6u6 .mbr-section-subtitle {
  color: #f3f6f9;
}
.cid-v7Jqu5K6u6 .mbr-section-title {
  color: #000000;
}
.cid-v7Jqu6uaRs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffff5;
}
.cid-v7Jqu6uaRs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7Jqu6uaRs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7Jqu6uaRs .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v7Jqu6uaRs .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v7Jqu6uaRs .title .icon-wrap {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v7Jqu6uaRs .title .icon-wrap {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cid-v7Jqu6uaRs .title .icon-wrap .mbr-iconfont {
  display: inline-flex;
  width: 70px;
  height: 70px;
  color: #000000;
  font-size: 70px;
}
@media (max-width: 992px) {
  .cid-v7Jqu6uaRs .title .icon-wrap .mbr-iconfont {
    width: 48px;
    height: 48px;
    font-size: 48px;
  }
}
.cid-v7Jqu6uaRs .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-v7Jqu6uaRs .items-wrap .card {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-v7Jqu6uaRs .items-wrap .card_2 {
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-v7Jqu6uaRs .items-wrap .card_2 {
    padding-top: 0;
  }
}
.cid-v7Jqu6uaRs .items-wrap .card_3 {
  padding-top: 400px;
}
@media (max-width: 992px) {
  .cid-v7Jqu6uaRs .items-wrap .card_3 {
    padding-top: 0;
  }
}
.cid-v7Jqu6uaRs .card .item-wrapper {
  background-color: #000000;
  transition: all 0.3s ease;
}
.cid-v7Jqu6uaRs .card .item-wrapper .card-box {
  padding: 3rem 1.5rem;
  min-height: 500px;
}
@media (max-width: 992px) {
  .cid-v7Jqu6uaRs .card .item-wrapper .card-box {
    padding: 36px 24px;
    min-height: auto;
  }
}
.cid-v7Jqu6uaRs .card .item-wrapper .card-box .item-number {
  margin-bottom: 32px;
}
.cid-v7Jqu6uaRs .card .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
.cid-v7Jqu6uaRs .card .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  line-height: 1.66;
}
.cid-v7Jqu6uaRs .card .item-wrapper .card-box .icon-wrap {
  font-size: 3rem;
  color: #fdfde1;
}
.cid-v7Jqu6uaRs .card .item-wrapper:hover {
  box-shadow: 5px 5px 0 0 #666666;
  transform: translateY(-1.15rem);
}
.cid-v7Jqu6uaRs .mbr-section-title {
  color: #000000;
}
.cid-v7Jqu6uaRs .item-title {
  color: #bff747;
}
.cid-v7Jqu6uaRs .item-number {
  color: #ffffff;
}
.cid-v7Jqu6uaRs .item-text {
  color: #fdfde1;
}
.cid-v7Jqu7Ki9J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v7Jqu7Ki9J .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7Jqu7Ki9J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7Jqu7Ki9J .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-v7Jqu7Ki9J .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v7Jqu7Ki9J .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7Jqu7Ki9J .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-v7Jqu7Ki9J .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7Jqu7Ki9J .mbr-section-title {
  color: #000000;
}
.cid-v7Jqu7Ki9J .mbr-desc {
  color: #fdfde1;
}
.cid-v7Jqu7Ki9J .mbr-text {
  color: #000000;
}
.cid-v7Jqu7Ki9J .mbr-text,
.cid-v7Jqu7Ki9J .text-wrapper {
  color: #fdfde1;
}
.cid-v7Jqu7Ki9J .mbr-section-title,
.cid-v7Jqu7Ki9J .mbr-section-btn {
  color: #fdfde1;
}
.cid-v7Jqu8Hosu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7Jqu8Hosu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7Jqu8Hosu .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-v7Jqu8Hosu .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-v7Jqu8Hosu .container {
    padding: 0 12px;
  }
}
.cid-v7Jqu8Hosu .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v7Jqu8Hosu .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v7Jqu8Hosu .row.card-wrapper {
  padding: 80px;
  border: 3px solid #bff747;
  box-shadow: 4px 4px #bff747;
  background-color: #ffffff;
  border-radius: 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-v7Jqu8Hosu .row.card-wrapper {
    border-radius: 32px;
    padding: 24px;
  }
}
.cid-v7Jqu8Hosu .row.card-wrapper .card {
  align-items: center;
  justify-content: center;
}
.cid-v7Jqu8Hosu .row.card-wrapper .card .image-wrapper img {
  width: 392px;
  height: 392px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 1200px) {
  .cid-v7Jqu8Hosu .row.card-wrapper .card .image-wrapper img {
    width: 330px;
    height: 330px;
  }
}
@media (max-width: 992px) {
  .cid-v7Jqu8Hosu .row.card-wrapper .card .image-wrapper img {
    margin: 0 auto 40px;
    width: 280px;
    height: 260px;
  }
}
.cid-v7Jqu8Hosu .row.card-wrapper .card .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-v7Jqu8Hosu .row.card-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-v7Jqu8Hosu .row.card-wrapper .card .text-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v7Jqu8Hosu .row.card-wrapper .card .text-wrapper .list .item-wrap {
  padding-left: 14px;
  margin-bottom: 20px;
  border-left: 2px solid #bff747;
}
.cid-v7Jqu8Hosu .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v7Jqu8Hosu .mbr-section-subtitle {
  color: #000000;
  text-align: justify;
}
.cid-v7Jqu8Hosu .mbr-text {
  color: #000000;
}
.cid-v7Jqu8Hosu .list {
  color: #222222;
}
.cid-v7Jqu9xtWT {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
  display: flex;
  align-items: center;
}
.cid-v7Jqu9xtWT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7Jqu9xtWT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7Jqu9xtWT .row {
  justify-content: flex-start;
}
.cid-v7Jqu9xtWT .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-v7Jqu9xtWT .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-v7JquaqwG0 {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-color: #000000;
}
.cid-v7JquaqwG0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JquaqwG0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JquaqwG0 .mbr-desc {
  margin-bottom: 15px;
}
.cid-v7JquaqwG0 .tabs-wrapper {
  background-color: #000000;
  border-radius: 2rem 2rem 0 0;
  padding: 35px 60px 225px;
  text-align: center;
}
@media (max-width: 1200px) {
  .cid-v7JquaqwG0 .tabs-wrapper {
    padding: 35px 30px 225px;
  }
}
@media (max-width: 992px) {
  .cid-v7JquaqwG0 .tabs-wrapper {
    padding: 35px 16px 225px;
    border-radius: 2rem 2rem 0 0;
  }
}
.cid-v7JquaqwG0 .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-v7JquaqwG0 .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 10px 20px;
  border: none;
  border-radius: 0;
  display: block;
  margin: 0;
}
.cid-v7JquaqwG0 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  color: #bff747;
  padding: 0;
  border: none;
  margin-bottom: 0;
}
.cid-v7JquaqwG0 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  transition: all 0.3s ease-in-out;
  background-color: #bff747;
}
.cid-v7JquaqwG0 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
}
.cid-v7JquaqwG0 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  width: 100%;
}
.cid-v7JquaqwG0 .tab-content {
  background-color: #fffff5;
  border-radius: 2rem;
  margin-top: -190px;
  padding: 110px 60px;
}
@media (max-width: 1200px) {
  .cid-v7JquaqwG0 .tab-content {
    padding: 70px 30px;
  }
}
@media (max-width: 992px) {
  .cid-v7JquaqwG0 .tab-content {
    padding: 16px;
    border-radius: 2rem;
  }
}
.cid-v7JquaqwG0 .tab-content .tab-pane .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v7JquaqwG0 .tab-content .tab-pane .content-wrap {
    display: block;
    margin-bottom: 15px;
  }
}
.cid-v7JquaqwG0 .tab-content .tab-pane .content-wrap .image-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-v7JquaqwG0 .tab-content .tab-pane .content-wrap .image-wrapper {
    width: 100%;
    margin-bottom: 35px;
  }
}
.cid-v7JquaqwG0 .tab-content .tab-pane .content-wrap .image-wrapper img {
  height: 350px;
  object-fit: cover;
  border-radius: 2rem;
  background-color: #000000;
  padding: 4px;
}
@media (max-width: 992px) {
  .cid-v7JquaqwG0 .tab-content .tab-pane .content-wrap .image-wrapper img {
    border-radius: 1rem;
  }
}
.cid-v7JquaqwG0 .tab-content .tab-pane .content-wrap .text-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-v7JquaqwG0 .tab-content .tab-pane .content-wrap .text-wrapper {
    width: 100%;
  }
}
.cid-v7JquaqwG0 .tab-content .tab-pane .content-wrap .text-wrapper .item-title {
  margin-bottom: 20px;
}
.cid-v7JquaqwG0 .tab-content .tab-pane .content-wrap .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v7JquaqwG0 .card {
  justify-content: center;
}
.cid-v7JquaqwG0 .item-title {
  color: #000000;
}
.cid-v7JquaqwG0 .item-text {
  color: #000000;
}
.cid-v7JqubXNDO {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v7JqubXNDO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JqubXNDO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JqubXNDO .mbr-text,
.cid-v7JqubXNDO .mbr-section-btn {
  text-align: center;
}
.cid-v7JqubXNDO .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v7JqucR3i8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffff5;
}
.cid-v7JqucR3i8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JqucR3i8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JqucR3i8 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v7JqucR3i8 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v7JqucR3i8 .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-v7JqucR3i8 .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-v7JqucR3i8 .item .item-wrapper .item-title {
  margin-bottom: 10px;
}
.cid-v7JqucR3i8 .item .item-wrapper .item-desc {
  margin-bottom: 16px;
}
.cid-v7JqucR3i8 .item .item-wrapper .card-box {
  border: 2px solid #000;
  padding: 42px 28px;
  min-height: 470px;
}
@media (max-width: 992px) {
  .cid-v7JqucR3i8 .item .item-wrapper .card-box {
    padding: 36px 24px;
    min-height: auto;
  }
}
.cid-v7JqucR3i8 .item .item-wrapper .card-box .icon-wrap {
  margin-bottom: 16px;
}
.cid-v7JqucR3i8 .item .item-wrapper .card-box .icon-wrap .mbr-iconfont {
  width: 70px;
  height: 70px;
  font-size: 70px;
  display: inline-flex;
}
.cid-v7JqucR3i8 .item .item-wrapper .card-box .item-text_1,
.cid-v7JqucR3i8 .item .item-wrapper .card-box .item-text_2 {
  margin-bottom: 0;
}
.cid-v7JqucR3i8 .item .item-wrapper .card_1 {
  background-color: #000000;
}
.cid-v7JqucR3i8 .item .item-wrapper .card_1 .icon-wrap .mbr-iconfont {
  color: #fffff5;
}
.cid-v7JqucR3i8 .item .item-wrapper .card_2 {
  background-color: #bff747;
}
.cid-v7JqucR3i8 .item .item-wrapper .card_2 .icon-wrap .mbr-iconfont {
  color: #000000;
}
.cid-v7JqucR3i8 .item .item-wrapper .card {
  justify-content: center;
}
.cid-v7JqucR3i8 .mbr-section-btn {
  margin-top: 1.5rem;
  text-align: center;
}
.cid-v7JqucR3i8 .item-title {
  color: #000000;
  text-align: center;
}
.cid-v7JqucR3i8 .item-desc {
  color: #000000;
}
.cid-v7JqucR3i8 .item-text_1 {
  color: #fdfde1;
}
.cid-v7JqucR3i8 .item-text_2 {
  color: #000000;
  text-align: center;
}
.cid-v7JqucR3i8 .item-text_1,
.cid-v7JqucR3i8 .icon-wrap {
  text-align: center;
}
.cid-v7Jque0ZQA {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-v7Jque0ZQA img {
  width: 90%;
}
.cid-v7Jque0ZQA .mbr-text,
.cid-v7Jque0ZQA .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-v7Jque0ZQA img {
    width: 100%;
  }
  .cid-v7Jque0ZQA .pb-5 {
    padding-bottom: 1rem !important;
  }
}
.cid-v7Jque0ZQA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7Jque0ZQA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7Jque0ZQA H3 {
  color: #000000;
}
.cid-v7Jquf0IzR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7Jquf0IzR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7Jquf0IzR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7Jquf0IzR .row {
  justify-content: center;
}
.cid-v7Jquf0IzR .title-wrapper {
  padding: 71px;
  background-color: #bff747;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-v7Jquf0IzR .title-wrapper {
    padding: 50px 25px;
  }
}
.cid-v7Jquf0IzR .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v7Jquf0IzR .text-wrapper .mbr-text {
  margin-bottom: 25px;
}
.cid-v7Jquf0IzR .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v7Jquf0IzR .mbr-text {
  color: #747474;
}
.cid-v7Jquf0IzR .mbr-text,
.cid-v7Jquf0IzR .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v7Jquf0IzR .mbr-section-title,
.cid-v7Jquf0IzR .mbr-iconfont {
  color: #000000;
}
.cid-v7JqufUpMD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-v7JqufUpMD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JqufUpMD .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-v7JqufUpMD .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-v7JqufUpMD .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v7JqufUpMD .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: #000000;
  border: 1px solid #a5a5a5;
  border-radius: 0;
  margin-top: 12px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v7JqufUpMD .panel-group .card {
    padding: 16px;
  }
}
.cid-v7JqufUpMD .panel-group .card:first-child {
  margin-top: 0;
}
.cid-v7JqufUpMD .panel-group .card:hover,
.cid-v7JqufUpMD .panel-group .card:focus {
  border: 1px solid #bff747;
}
.cid-v7JqufUpMD .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v7JqufUpMD .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v7JqufUpMD .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-v7JqufUpMD .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #666666;
}
.cid-v7JqufUpMD .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #bff747;
}
.cid-v7JqufUpMD .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-v7JqufUpMD .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #bff747;
}
.cid-v7JqufUpMD .panel-group .card .panel-collapse .panel-body {
  margin-top: 16px;
}
.cid-v7JqufUpMD .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v7JqufUpMD .mbr-section-title {
  color: #ffffff;
}
.cid-v7JqufUpMD .panel-title-edit {
  color: #fdfde1;
}
.cid-v7JqufUpMD .panel-text {
  color: #ffffff;
}
.cid-v7JqufUpMD .mbr-section-title,
.cid-v7JqufUpMD .mbr-section-btn {
  color: #fdfde1;
}
.cid-v7JqugZXzk {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v7JqugZXzk .row {
  align-items: center;
}
.cid-v7JqugZXzk .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-v7JqugZXzk .mbr-text,
.cid-v7JqugZXzk .mbr-section-btn {
  color: #000000;
}
.cid-v7JqugZXzk .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v7JqugZXzk .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #bff747;
  border: 1px solid #efefef;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-v7JqugZXzk .social-list .mbr-iconfont-social:hover {
  background: #bff747;
  color: white;
}
.cid-v7JqugZXzk .social-list .soc-item {
  margin-right: 1rem;
}
.cid-v7JqugZXzk .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-v7JqugZXzk .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v7JqugZXzk .mbr-text-title {
  color: #bbbbbb;
}
.cid-v7JquhNflT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
  position: relative;
}
.cid-v7JquhNflT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JquhNflT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JquhNflT .content-wrapper {
  justify-content: center;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.cid-v7JquhNflT .content-wrapper .border-wrap {
  content: '';
  position: absolute;
  width: 1000%;
  height: 1px;
  background-color: #404040;
}
.cid-v7JquhNflT .content-wrapper .border_1 {
  top: 0;
}
.cid-v7JquhNflT .content-wrapper .border_2 {
  bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7JquhNflT .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v7JquhNflT .content-wrapper::before,
.cid-v7JquhNflT .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #404040;
}
.cid-v7JquhNflT .content-wrapper::before {
  left: 0;
}
.cid-v7JquhNflT .content-wrapper::after {
  right: 0;
}
.cid-v7JquhNflT .content-wrapper .main-wrap {
  padding-top: 32px;
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v7JquhNflT .content-wrapper .main-wrap {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.cid-v7JquhNflT .content-wrapper .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
}
.cid-v7JquhNflT .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v7JquhNflT .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7JquhNflT .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v7JquhNflT .content-wrapper .content-wrap .mbr-section-btn {
    margin-bottom: 24px;
  }
}
.cid-v7JquhNflT .content-wrapper .content-wrap .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 16px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-v7JquhNflT .content-wrapper .content-wrap .nav-wrapper {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-v7JquhNflT .content-wrapper .content-wrap .nav-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
.cid-v7JquhNflT .content-wrapper .content-wrap .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v7JquhNflT .content-wrapper .content-wrap .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-v7JquhNflT .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v7JquhNflT .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-v7JquhNflT .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-v7JquhNflT .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:focus {
  opacity: .5;
}
.cid-v7JquhNflT .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v7JquhNflT .mbr-copy {
  padding: 32px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v7JquhNflT .mbr-section-title {
  color: #ffffff;
}
.cid-v7JquhNflT .mbr-text {
  color: #ffffff;
}
.cid-v7JquhNflT .mbr-list-title {
  color: #ffffff;
}
.cid-v7JquhNflT .list {
  color: #ffffff;
}
