.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Schibsted Grotesk;
}
.display-1 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 6.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 8.125rem;
}
.display-2 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 3.9rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 4.875rem;
}
.display-4 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2.25rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 2.8125rem;
}
.display-7 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 5.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.55rem;
    font-size: calc( 2.925rem + (6.5 - 2.925) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.925rem + (6.5 - 2.925) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.12rem;
    font-size: calc( 2.0149999999999997rem + (3.9 - 2.0149999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.0149999999999997rem + (3.9 - 2.0149999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 4.55rem;
    font-size: calc( 2.925rem + (6.5 - 2.925) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.925rem + (6.5 - 2.925) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.12rem;
    font-size: calc( 2.0149999999999997rem + (3.9 - 2.0149999999999997) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.0149999999999997rem + (3.9 - 2.0149999999999997) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #59c818 !important;
}
.bg-success {
  background-color: #a78aff !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ff9b39 !important;
}
.bg-danger {
  background-color: #ff4c39 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #59c818 !important;
  border-color: #59c818 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #59c818 !important;
  border-color: #59c818 !important;
  box-shadow: 0 0 33px 0 #59c818;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #71e62d !important;
  border-color: #71e62d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff398a !important;
  border-color: #ff398a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ff398a !important;
  border-color: #ff398a !important;
  box-shadow: 0 0 33px 0 #ff398a;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff6ca8 !important;
  border-color: #ff6ca8 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: 0 0 33px 0 #ffffff;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #a78aff !important;
  border-color: #a78aff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #a78aff !important;
  border-color: #a78aff !important;
  box-shadow: 0 0 33px 0 #a78aff;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #cdbdff !important;
  border-color: #cdbdff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff9b39 !important;
  border-color: #ff9b39 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ff9b39 !important;
  border-color: #ff9b39 !important;
  box-shadow: 0 0 33px 0 #ff9b39;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffb56c !important;
  border-color: #ffb56c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff4c39 !important;
  border-color: #ff4c39 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ff4c39 !important;
  border-color: #ff4c39 !important;
  box-shadow: 0 0 33px 0 #ff4c39;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff7a6c !important;
  border-color: #ff7a6c !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  box-shadow: 0 0 33px 0 #eff0ec;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #232323 !important;
  border-color: #232323 !important;
  box-shadow: 0 0 33px 0 #232323;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #59c818;
  color: #59c818;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #59c818 !important;
  background-color: transparent !important;
  border-color: #59c818 !important;
  box-shadow: 0 0 33px 0 #59c818;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #59c818 !important;
  border-color: #59c818 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff398a;
  color: #ff398a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff398a !important;
  background-color: transparent !important;
  border-color: #ff398a !important;
  box-shadow: 0 0 33px 0 #ff398a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff398a !important;
  border-color: #ff398a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: transparent !important;
  border-color: #ffffff !important;
  box-shadow: 0 0 33px 0 #ffffff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #a78aff;
  color: #a78aff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #a78aff !important;
  background-color: transparent !important;
  border-color: #a78aff !important;
  box-shadow: 0 0 33px 0 #a78aff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #a78aff !important;
  border-color: #a78aff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ff9b39;
  color: #ff9b39;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff9b39 !important;
  background-color: transparent !important;
  border-color: #ff9b39 !important;
  box-shadow: 0 0 33px 0 #ff9b39;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9b39 !important;
  border-color: #ff9b39 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff4c39;
  color: #ff4c39;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff4c39 !important;
  background-color: transparent !important;
  border-color: #ff4c39 !important;
  box-shadow: 0 0 33px 0 #ff4c39;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4c39 !important;
  border-color: #ff4c39 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #232323 !important;
  background-color: transparent !important;
  border-color: #232323 !important;
  box-shadow: 0 0 33px 0 #232323;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #fafafa !important;
  background-color: transparent !important;
  border-color: #fafafa !important;
  box-shadow: 0 0 33px 0 #fafafa;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #59c818 !important;
}
.text-secondary {
  color: #ff398a !important;
}
.text-success {
  color: #a78aff !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ff9b39 !important;
}
.text-danger {
  color: #ff4c39 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #306d0d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #d20056 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #5a24ff !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #d26800 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #d21400 !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: #59c818;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ff9b39;
}
.alert-danger {
  background-color: #ff4c39;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #59c818;
  border-color: #59c818;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #59c818;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #9fee71;
}
.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: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
  border-radius: 10px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #59c818 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #59c818;
}
/* 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: #59c818;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #59c818;
}
.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: #59c818;
  border-bottom-color: #59c818;
}
.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: #59c818 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff398a !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='%2359c818' %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;
}
.mbr-section-btn .btn,
.mbr-section-btn-item .btn {
  padding: 10px 44px;
  border-radius: 10px !important;
}
.item-wrap {
  border-radius: 10px !important;
}
ul.navbar-nav {
  border-radius: 10px !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.form-wrapper {
  border-radius: 20px !important;
}
.cid-uKpQawsdNj {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uKpQawsdNj .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-uKpQawsdNj .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uKpQawsdNj .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-uKpQawsdNj .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-uKpQawsdNj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKpQawsdNj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKpQawsdNj .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uKpQawsdNj .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uKpQawsdNj .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uKpQawsdNj .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uKpQawsdNj .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uKpQawsdNj .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uKpQawsdNj .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uKpQawsdNj .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uKpQawsdNj .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uKpQawsdNj .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uKpQawsdNj .nav-link:hover {
  color: #5d803a !important;
}
.cid-uKpQawsdNj .nav-link:hover::before {
  width: 100%;
}
.cid-uKpQawsdNj .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #5d803a;
  transition: all 0.3s ease-in-out;
}
.cid-uKpQawsdNj .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uKpQawsdNj .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uKpQawsdNj .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uKpQawsdNj .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uKpQawsdNj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uKpQawsdNj .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0) !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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #59c818;
  position: relative;
}
.cid-uKpQawsdNj .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uKpQawsdNj .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uKpQawsdNj .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-uKpQawsdNj .iconfont-wrapper {
  color: #59c818 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKpQawsdNj .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0) !important;
}
.cid-uKpQawsdNj .nav-item:focus,
.cid-uKpQawsdNj .nav-link:focus {
  outline: none;
}
.cid-uKpQawsdNj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKpQawsdNj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKpQawsdNj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKpQawsdNj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKpQawsdNj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKpQawsdNj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKpQawsdNj .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-uKpQawsdNj .navbar.opened {
  transition: all 0.3s;
}
.cid-uKpQawsdNj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKpQawsdNj .navbar .navbar-logo img {
  width: auto;
}
.cid-uKpQawsdNj .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uKpQawsdNj .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uKpQawsdNj .navbar.collapsed {
  justify-content: center;
}
.cid-uKpQawsdNj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKpQawsdNj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKpQawsdNj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uKpQawsdNj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKpQawsdNj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKpQawsdNj .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-uKpQawsdNj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKpQawsdNj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKpQawsdNj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uKpQawsdNj .navbar {
    min-height: 72px;
  }
  .cid-uKpQawsdNj .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uKpQawsdNj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKpQawsdNj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKpQawsdNj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKpQawsdNj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKpQawsdNj .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-uKpQawsdNj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKpQawsdNj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uKpQawsdNj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKpQawsdNj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uKpQawsdNj .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uKpQawsdNj .dropdown-item.active,
.cid-uKpQawsdNj .dropdown-item:active {
  background-color: transparent;
}
.cid-uKpQawsdNj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKpQawsdNj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKpQawsdNj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKpQawsdNj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uKpQawsdNj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uKpQawsdNj .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uKpQawsdNj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKpQawsdNj .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uKpQawsdNj .navbar-buttons {
    text-align: left;
  }
}
.cid-uKpQawsdNj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKpQawsdNj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #59c818;
}
.cid-uKpQawsdNj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKpQawsdNj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKpQawsdNj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKpQawsdNj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKpQawsdNj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKpQawsdNj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKpQawsdNj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKpQawsdNj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKpQawsdNj .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uKpQawsdNj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKpQawsdNj .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-uKpQawsdNj .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKpQawsdNj .navbar {
    height: 70px;
  }
  .cid-uKpQawsdNj .navbar.opened {
    height: auto;
  }
  .cid-uKpQawsdNj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKpQawsdNj .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uKpQawsdNj .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uKpQawsdNj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uKpQawsdNj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uKpQawsdNj .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uKpQawsdNj .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uKpQawsdNj .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uKpQawsdNj .navbar-brand {
    margin-right: auto;
  }
  .cid-uKpQawsdNj .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) !important;
    background: rgba(0, 0, 0, 0) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uKpQawsdNj .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uKpQawsdNj .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uKpQawsdNj .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-uKpQawsdNj .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uKpQawsdNj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uKpQawsdNj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uKpQawsdNj .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uKpQawsdNj .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-uKpQawsdNj .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uKpQawsdNj .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uKpQawsdNj .navbar-brand,
.cid-uKpQawsdNj .navbar-toggler,
.cid-uKpQawsdNj .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uKpSi4407l {
  background-color: #000000;
}
.cid-uKpSi4407l .mbr-section-title,
.cid-uKpSi4407l .mbr-section-subtitle {
  color: #000000;
}
.cid-uKpSi4407l .mbr-section-text {
  color: #232323;
}
.cid-uKpSi4407l .mbr-text,
.cid-uKpSi4407l .typed-text,
.cid-uKpSi4407l .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-uKpSi4407l .btn {
  margin-left: 4px !important;
}
.cid-uKpSi4407l .animated-element {
  color: #5d803a;
}
.cid-uKpSi4407l .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #5d803a;
}
.cid-uKpSi4407l .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-uKpSi4407l .mbr-figure {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKpSi4407l .typed-text,
  .cid-uKpSi4407l .mbr-section-subtitle,
  .cid-uKpSi4407l .mbr-section-text,
  .cid-uKpSi4407l .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-uKpSi4407l .mbr-section-subtitle,
.cid-uKpSi4407l .typed-text {
  color: #59c818;
  text-align: left;
}
.cid-uKpSi4407l .mbr-section-text,
.cid-uKpSi4407l .mbr-section-btn {
  color: #59c818;
  text-align: left;
}
.cid-uM7XcPIcP0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uM7XcPIcP0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM7XcPIcP0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM7XcPIcP0 .row {
  justify-content: center;
}
.cid-uM7XcPIcP0 .card {
  justify-content: center;
}
.cid-uM7XcPIcP0 .mbr-copy {
  margin-bottom: 0;
  color: #59c818;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uM7XcPIcP0 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uM7XcPIcP0 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uM7XcPIcP0 .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uM7XcPIcP0 .nav-wrapper .list .item-wrap:hover,
.cid-uM7XcPIcP0 .nav-wrapper .list .item-wrap:focus {
  color: #59c818;
}
.cid-uM7XcPIcP0 .list,
.cid-uM7XcPIcP0 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uM7XcPIcP0 .list,
.cid-uM7XcPIcP0 .item-wrap,
.cid-uM7XcPIcP0 .nav-wrapper {
  color: #5d803a;
}
.cid-uKpQawsdNj {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uKpQawsdNj .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-uKpQawsdNj .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uKpQawsdNj .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-uKpQawsdNj .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-uKpQawsdNj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKpQawsdNj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKpQawsdNj .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uKpQawsdNj .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uKpQawsdNj .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uKpQawsdNj .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uKpQawsdNj .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uKpQawsdNj .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uKpQawsdNj .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uKpQawsdNj .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uKpQawsdNj .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uKpQawsdNj .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uKpQawsdNj .nav-link:hover {
  color: #5d803a !important;
}
.cid-uKpQawsdNj .nav-link:hover::before {
  width: 100%;
}
.cid-uKpQawsdNj .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #5d803a;
  transition: all 0.3s ease-in-out;
}
.cid-uKpQawsdNj .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uKpQawsdNj .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uKpQawsdNj .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uKpQawsdNj .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uKpQawsdNj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uKpQawsdNj .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0) !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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #59c818;
  position: relative;
}
.cid-uKpQawsdNj .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uKpQawsdNj .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uKpQawsdNj .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-uKpQawsdNj .iconfont-wrapper {
  color: #59c818 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKpQawsdNj .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0) !important;
}
.cid-uKpQawsdNj .nav-item:focus,
.cid-uKpQawsdNj .nav-link:focus {
  outline: none;
}
.cid-uKpQawsdNj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKpQawsdNj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKpQawsdNj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKpQawsdNj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKpQawsdNj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKpQawsdNj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKpQawsdNj .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-uKpQawsdNj .navbar.opened {
  transition: all 0.3s;
}
.cid-uKpQawsdNj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKpQawsdNj .navbar .navbar-logo img {
  width: auto;
}
.cid-uKpQawsdNj .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uKpQawsdNj .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uKpQawsdNj .navbar.collapsed {
  justify-content: center;
}
.cid-uKpQawsdNj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKpQawsdNj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKpQawsdNj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uKpQawsdNj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKpQawsdNj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKpQawsdNj .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-uKpQawsdNj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKpQawsdNj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKpQawsdNj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uKpQawsdNj .navbar {
    min-height: 72px;
  }
  .cid-uKpQawsdNj .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uKpQawsdNj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKpQawsdNj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKpQawsdNj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKpQawsdNj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKpQawsdNj .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-uKpQawsdNj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKpQawsdNj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uKpQawsdNj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKpQawsdNj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uKpQawsdNj .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uKpQawsdNj .dropdown-item.active,
.cid-uKpQawsdNj .dropdown-item:active {
  background-color: transparent;
}
.cid-uKpQawsdNj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKpQawsdNj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKpQawsdNj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKpQawsdNj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uKpQawsdNj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uKpQawsdNj .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uKpQawsdNj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKpQawsdNj .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uKpQawsdNj .navbar-buttons {
    text-align: left;
  }
}
.cid-uKpQawsdNj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKpQawsdNj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #59c818;
}
.cid-uKpQawsdNj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKpQawsdNj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKpQawsdNj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKpQawsdNj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKpQawsdNj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKpQawsdNj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKpQawsdNj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKpQawsdNj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKpQawsdNj .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uKpQawsdNj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKpQawsdNj .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-uKpQawsdNj .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKpQawsdNj .navbar {
    height: 70px;
  }
  .cid-uKpQawsdNj .navbar.opened {
    height: auto;
  }
  .cid-uKpQawsdNj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKpQawsdNj .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uKpQawsdNj .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uKpQawsdNj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uKpQawsdNj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uKpQawsdNj .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uKpQawsdNj .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uKpQawsdNj .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uKpQawsdNj .navbar-brand {
    margin-right: auto;
  }
  .cid-uKpQawsdNj .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) !important;
    background: rgba(0, 0, 0, 0) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uKpQawsdNj .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uKpQawsdNj .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uKpQawsdNj .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-uKpQawsdNj .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uKpQawsdNj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uKpQawsdNj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uKpQawsdNj .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uKpQawsdNj .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-uKpQawsdNj .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uKpQawsdNj .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uKpQawsdNj .navbar-brand,
.cid-uKpQawsdNj .navbar-toggler,
.cid-uKpQawsdNj .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uLOPxA8Eal {
  background-color: #080a10;
}
.cid-uLOPxA8Eal .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLOPxA8Eal .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-uLOPxA8Eal .container {
    padding: 0 20px;
  }
}
.cid-uLOPxA8Eal .row {
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .cid-uLOPxA8Eal .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLOPxA8Eal .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .cid-uLOPxA8Eal .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uLOPxA8Eal .content-wrapper .mbr-desc {
  margin: 56px 0 0 0;
}
@media (max-width: 1440px) {
  .cid-uLOPxA8Eal .content-wrapper .mbr-desc {
    margin: 40px 0 0 0;
  }
}
.cid-uLOPxA8Eal .image-wrapper img {
  height: 400px;
  border-radius: .75rem !important;
  object-fit: cover;
}
.cid-uLOPxA8Eal .mbr-section-title {
  color: #000000;
}
.cid-uLOPxA8Eal .mbr-desc {
  color: #5d803a;
  text-align: center;
}
.cid-uLOPxA8Eal .mbr-section-title,
.cid-uLOPxA8Eal .mbr-section-btn {
  color: #59c818;
  text-align: center;
}
.cid-vmARXXkmVh {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-color: #000000;
  position: relative;
}
.cid-vmARXXkmVh::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#000000 50%, transparent);
  pointer-events: none;
  z-index: 1;
}
.cid-vmARXXkmVh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmARXXkmVh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmARXXkmVh .row {
  justify-content: center;
}
.cid-vmARXXkmVh .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-vmARXXkmVh .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(0deg, #a78aff, #ffffff 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-vmARXXkmVh .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-vmARXXkmVh .mbr-section-title {
  color: #ffffff;
}
.cid-vmARXXkmVh .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vmARXXkmVh .mbr-section-title,
.cid-vmARXXkmVh .mbr-section-btn {
  text-align: center;
}
.cid-vnDCeQIwyz {
  padding-top: 3rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-vnDCeQIwyz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnDCeQIwyz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnDCeQIwyz .col-text {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 30px;
  flex-wrap: wrap;
  padding: 15px;
}
.cid-vnDCeQIwyz .text-wrapper {
  width: 100%;
  border-radius: 10px;
  padding: 35px;
  transition: 0.4s all;
}
.cid-vnDCeQIwyz .text-wrapper:hover {
  transform: translateY(-5px);
}
@media (max-width: 575px) {
  .cid-vnDCeQIwyz .text-wrapper {
    padding: 35px 25px 25px;
  }
}
.cid-vnDCeQIwyz .icon-wrap {
  position: relative;
  display: flex;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 9px;
  width: fit-content;
}
.cid-vnDCeQIwyz .icon-wrap .mbr-iconfont {
  position: relative;
  z-index: 5;
  font-size: 22px;
  color: #ffffff;
}
.cid-vnDCeQIwyz .icon-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  border-radius: 50%;
  width: 100%;
  aspect-ratio: 1;
  background-color: #c69b1b;
}
.cid-vnDCeQIwyz .icon-wrap:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  border-radius: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  background: rgba(198, 155, 27, 0.2);
}
.cid-vnDCeQIwyz .mbr-section-title {
  color: #59c818;
  margin-bottom: 11px;
  text-align: center;
}
.cid-vnDCeQIwyz .mbr-section-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-vnDCeQIwyz .mbr-section-subtitle {
  color: #5d803a;
  margin-bottom: 0;
}
.cid-vnDCeQIwyz .list-container {
  margin-top: 30px;
}
.cid-vnDCeQIwyz .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 13px;
}
.cid-vnDCeQIwyz .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
}
.cid-vnDCeQIwyz .iconfont-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #c69b1b;
}
.cid-vnDCeQIwyz .list-item-text {
  color: #C4CFDE;
  width: fit-content;
}
.cid-vnDCeQIwyz .btn-wrap {
  width: 100%;
  border-radius: 10px;
  padding: 20px 30px 25px;
}
.cid-vnDCeQIwyz .mbr-text {
  color: #C4CFDE;
  margin-bottom: 10px;
  width: 100%;
}
.cid-vnDCeQIwyz .col-img {
  display: flex;
  align-items: center;
  padding: 15px;
}
.cid-vnDCeQIwyz .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vnDCeQIwyz .img-container {
    padding-right: 20px;
  }
}
.cid-vnDCeQIwyz .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
}
@media (max-width: 1199px) {
  .cid-vnDCeQIwyz .image-wrapper {
    padding: 15px;
  }
}
.cid-vnDCeQIwyz .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-vnDCeQIwyz .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-vnDCeQIwyz .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-vnDCeQIwyz .shadow-item {
  background: linear-gradient(145deg, #000000, #1e2024);
  box-shadow: 10px 10px 19px #59c818, -10px -10px 19px #23272b;
}
.cid-vnDCeQIwyz .mbr-text,
.cid-vnDCeQIwyz .mbr-section-btn {
  text-align: center;
  color: #5d803a;
}
.cid-vmjUc9dsfp {
  padding-top: 3rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-vmjUc9dsfp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmjUc9dsfp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmjUc9dsfp .col-text {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 30px;
  flex-wrap: wrap;
  padding: 15px;
}
.cid-vmjUc9dsfp .text-wrapper {
  width: 100%;
  border-radius: 10px;
  padding: 35px;
  transition: 0.4s all;
}
.cid-vmjUc9dsfp .text-wrapper:hover {
  transform: translateY(-5px);
}
@media (max-width: 575px) {
  .cid-vmjUc9dsfp .text-wrapper {
    padding: 35px 25px 25px;
  }
}
.cid-vmjUc9dsfp .icon-wrap {
  position: relative;
  display: flex;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 9px;
  width: fit-content;
}
.cid-vmjUc9dsfp .icon-wrap .mbr-iconfont {
  position: relative;
  z-index: 5;
  font-size: 22px;
  color: #ffffff;
}
.cid-vmjUc9dsfp .icon-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  border-radius: 50%;
  width: 100%;
  aspect-ratio: 1;
  background-color: #c69b1b;
}
.cid-vmjUc9dsfp .icon-wrap:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  border-radius: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  background: rgba(198, 155, 27, 0.2);
}
.cid-vmjUc9dsfp .mbr-section-title {
  color: #59c818;
  margin-bottom: 11px;
  text-align: center;
}
.cid-vmjUc9dsfp .mbr-section-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-vmjUc9dsfp .mbr-section-subtitle {
  color: #5d803a;
  margin-bottom: 0;
}
.cid-vmjUc9dsfp .list-container {
  margin-top: 30px;
}
.cid-vmjUc9dsfp .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 13px;
}
.cid-vmjUc9dsfp .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
}
.cid-vmjUc9dsfp .iconfont-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #c69b1b;
}
.cid-vmjUc9dsfp .list-item-text {
  color: #C4CFDE;
  width: fit-content;
}
.cid-vmjUc9dsfp .btn-wrap {
  width: 100%;
  border-radius: 10px;
  padding: 20px 30px 25px;
}
.cid-vmjUc9dsfp .mbr-text {
  color: #C4CFDE;
  margin-bottom: 10px;
  width: 100%;
}
.cid-vmjUc9dsfp .col-img {
  display: flex;
  align-items: center;
  padding: 15px;
}
.cid-vmjUc9dsfp .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vmjUc9dsfp .img-container {
    padding-right: 20px;
  }
}
.cid-vmjUc9dsfp .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
}
@media (max-width: 1199px) {
  .cid-vmjUc9dsfp .image-wrapper {
    padding: 15px;
  }
}
.cid-vmjUc9dsfp .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-vmjUc9dsfp .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-vmjUc9dsfp .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-vmjUc9dsfp .shadow-item {
  background: linear-gradient(145deg, #000000, #1e2024);
  box-shadow: 10px 10px 19px #59c818, -10px -10px 19px #23272b;
}
.cid-vmjUc9dsfp .mbr-text,
.cid-vmjUc9dsfp .mbr-section-btn {
  text-align: center;
  color: #5d803a;
}
.cid-vlSZwtLa3o {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-vlSZwtLa3o .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlSZwtLa3o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlSZwtLa3o .col-text {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 30px;
  flex-wrap: wrap;
  padding: 15px;
}
.cid-vlSZwtLa3o .text-wrapper {
  width: 100%;
  border-radius: 10px;
  padding: 35px;
  transition: 0.4s all;
}
.cid-vlSZwtLa3o .text-wrapper:hover {
  transform: translateY(-5px);
}
@media (max-width: 575px) {
  .cid-vlSZwtLa3o .text-wrapper {
    padding: 35px 25px 25px;
  }
}
.cid-vlSZwtLa3o .icon-wrap {
  position: relative;
  display: flex;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 9px;
  width: fit-content;
}
.cid-vlSZwtLa3o .icon-wrap .mbr-iconfont {
  position: relative;
  z-index: 5;
  font-size: 22px;
  color: #ffffff;
}
.cid-vlSZwtLa3o .icon-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  border-radius: 50%;
  width: 100%;
  aspect-ratio: 1;
  background-color: #c69b1b;
}
.cid-vlSZwtLa3o .icon-wrap:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  border-radius: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  background: rgba(198, 155, 27, 0.2);
}
.cid-vlSZwtLa3o .mbr-section-title {
  color: #59c818;
  margin-bottom: 11px;
  text-align: center;
}
.cid-vlSZwtLa3o .mbr-section-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-vlSZwtLa3o .mbr-section-subtitle {
  color: #59c818;
  margin-bottom: 0;
}
.cid-vlSZwtLa3o .list-container {
  margin-top: 30px;
}
.cid-vlSZwtLa3o .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 13px;
}
.cid-vlSZwtLa3o .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
}
.cid-vlSZwtLa3o .iconfont-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #c69b1b;
}
.cid-vlSZwtLa3o .list-item-text {
  color: #C4CFDE;
  width: fit-content;
}
.cid-vlSZwtLa3o .btn-wrap {
  width: 100%;
  border-radius: 10px;
  padding: 20px 30px 25px;
}
.cid-vlSZwtLa3o .mbr-text {
  color: #C4CFDE;
  margin-bottom: 10px;
  width: 100%;
}
.cid-vlSZwtLa3o .col-img {
  display: flex;
  align-items: center;
  padding: 15px;
}
.cid-vlSZwtLa3o .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vlSZwtLa3o .img-container {
    padding-right: 20px;
  }
}
.cid-vlSZwtLa3o .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
}
@media (max-width: 1199px) {
  .cid-vlSZwtLa3o .image-wrapper {
    padding: 15px;
  }
}
.cid-vlSZwtLa3o .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-vlSZwtLa3o .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-vlSZwtLa3o .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-vlSZwtLa3o .shadow-item {
  background: linear-gradient(145deg, #000000, #1e2024);
  box-shadow: 10px 10px 19px #59c818, -10px -10px 19px #23272b;
}
.cid-vlSZwtLa3o .mbr-text,
.cid-vlSZwtLa3o .mbr-section-btn {
  text-align: center;
  color: #59c818;
}
.cid-vnRtjAFBO1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-vnRtjAFBO1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnRtjAFBO1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnRtjAFBO1 .col-text {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 30px;
  flex-wrap: wrap;
  padding: 15px;
}
.cid-vnRtjAFBO1 .text-wrapper {
  width: 100%;
  border-radius: 10px;
  padding: 35px;
  transition: 0.4s all;
}
.cid-vnRtjAFBO1 .text-wrapper:hover {
  transform: translateY(-5px);
}
@media (max-width: 575px) {
  .cid-vnRtjAFBO1 .text-wrapper {
    padding: 35px 25px 25px;
  }
}
.cid-vnRtjAFBO1 .icon-wrap {
  position: relative;
  display: flex;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 9px;
  width: fit-content;
}
.cid-vnRtjAFBO1 .icon-wrap .mbr-iconfont {
  position: relative;
  z-index: 5;
  font-size: 22px;
  color: #ffffff;
}
.cid-vnRtjAFBO1 .icon-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  border-radius: 50%;
  width: 100%;
  aspect-ratio: 1;
  background-color: #c69b1b;
}
.cid-vnRtjAFBO1 .icon-wrap:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  border-radius: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  background: rgba(198, 155, 27, 0.2);
}
.cid-vnRtjAFBO1 .mbr-section-title {
  color: #59c818;
  margin-bottom: 11px;
  text-align: center;
}
.cid-vnRtjAFBO1 .mbr-section-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-vnRtjAFBO1 .mbr-section-subtitle {
  color: #59c818;
  margin-bottom: 0;
}
.cid-vnRtjAFBO1 .list-container {
  margin-top: 30px;
}
.cid-vnRtjAFBO1 .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 13px;
}
.cid-vnRtjAFBO1 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
}
.cid-vnRtjAFBO1 .iconfont-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #c69b1b;
}
.cid-vnRtjAFBO1 .list-item-text {
  color: #C4CFDE;
  width: fit-content;
}
.cid-vnRtjAFBO1 .btn-wrap {
  width: 100%;
  border-radius: 10px;
  padding: 20px 30px 25px;
}
.cid-vnRtjAFBO1 .mbr-text {
  color: #C4CFDE;
  margin-bottom: 10px;
  width: 100%;
}
.cid-vnRtjAFBO1 .col-img {
  display: flex;
  align-items: center;
  padding: 15px;
}
.cid-vnRtjAFBO1 .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vnRtjAFBO1 .img-container {
    padding-right: 20px;
  }
}
.cid-vnRtjAFBO1 .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
}
@media (max-width: 1199px) {
  .cid-vnRtjAFBO1 .image-wrapper {
    padding: 15px;
  }
}
.cid-vnRtjAFBO1 .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-vnRtjAFBO1 .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-vnRtjAFBO1 .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-vnRtjAFBO1 .shadow-item {
  background: linear-gradient(145deg, #000000, #1e2024);
  box-shadow: 10px 10px 19px #59c818, -10px -10px 19px #23272b;
}
.cid-vnRtjAFBO1 .mbr-text,
.cid-vnRtjAFBO1 .mbr-section-btn {
  text-align: center;
  color: #59c818;
}
.cid-uTSCr1bTLK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uTSCr1bTLK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTSCr1bTLK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTSCr1bTLK .col-text {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 30px;
  flex-wrap: wrap;
  padding: 15px;
}
.cid-uTSCr1bTLK .text-wrapper {
  width: 100%;
  border-radius: 10px;
  padding: 35px;
  transition: 0.4s all;
}
.cid-uTSCr1bTLK .text-wrapper:hover {
  transform: translateY(-5px);
}
@media (max-width: 575px) {
  .cid-uTSCr1bTLK .text-wrapper {
    padding: 35px 25px 25px;
  }
}
.cid-uTSCr1bTLK .icon-wrap {
  position: relative;
  display: flex;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 9px;
  width: fit-content;
}
.cid-uTSCr1bTLK .icon-wrap .mbr-iconfont {
  position: relative;
  z-index: 5;
  font-size: 22px;
  color: #ffffff;
}
.cid-uTSCr1bTLK .icon-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  border-radius: 50%;
  width: 100%;
  aspect-ratio: 1;
  background-color: #c69b1b;
}
.cid-uTSCr1bTLK .icon-wrap:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  border-radius: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  background: rgba(198, 155, 27, 0.2);
}
.cid-uTSCr1bTLK .mbr-section-title {
  color: #59c818;
  margin-bottom: 11px;
  text-align: center;
}
.cid-uTSCr1bTLK .mbr-section-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uTSCr1bTLK .mbr-section-subtitle {
  color: #59c818;
  margin-bottom: 0;
}
.cid-uTSCr1bTLK .list-container {
  margin-top: 30px;
}
.cid-uTSCr1bTLK .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 13px;
}
.cid-uTSCr1bTLK .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
}
.cid-uTSCr1bTLK .iconfont-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #c69b1b;
}
.cid-uTSCr1bTLK .list-item-text {
  color: #C4CFDE;
  width: fit-content;
}
.cid-uTSCr1bTLK .btn-wrap {
  width: 100%;
  border-radius: 10px;
  padding: 20px 30px 25px;
}
.cid-uTSCr1bTLK .mbr-text {
  color: #C4CFDE;
  margin-bottom: 10px;
  width: 100%;
}
.cid-uTSCr1bTLK .col-img {
  display: flex;
  align-items: center;
  padding: 15px;
}
.cid-uTSCr1bTLK .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uTSCr1bTLK .img-container {
    padding-right: 20px;
  }
}
.cid-uTSCr1bTLK .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
}
@media (max-width: 1199px) {
  .cid-uTSCr1bTLK .image-wrapper {
    padding: 15px;
  }
}
.cid-uTSCr1bTLK .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-uTSCr1bTLK .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-uTSCr1bTLK .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-uTSCr1bTLK .shadow-item {
  background: linear-gradient(145deg, #000000, #1e2024);
  box-shadow: 10px 10px 19px #59c818, -10px -10px 19px #23272b;
}
.cid-uTSCr1bTLK .mbr-text,
.cid-uTSCr1bTLK .mbr-section-btn {
  text-align: center;
  color: #59c818;
}
.cid-uKxZ7CWOr9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uKxZ7CWOr9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKxZ7CWOr9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKxZ7CWOr9 .col-text {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 30px;
  flex-wrap: wrap;
  padding: 15px;
}
.cid-uKxZ7CWOr9 .text-wrapper {
  width: 100%;
  border-radius: 10px;
  padding: 35px;
  transition: 0.4s all;
}
.cid-uKxZ7CWOr9 .text-wrapper:hover {
  transform: translateY(-5px);
}
@media (max-width: 575px) {
  .cid-uKxZ7CWOr9 .text-wrapper {
    padding: 35px 25px 25px;
  }
}
.cid-uKxZ7CWOr9 .icon-wrap {
  position: relative;
  display: flex;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 9px;
  width: fit-content;
}
.cid-uKxZ7CWOr9 .icon-wrap .mbr-iconfont {
  position: relative;
  z-index: 5;
  font-size: 22px;
  color: #ffffff;
}
.cid-uKxZ7CWOr9 .icon-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  border-radius: 50%;
  width: 100%;
  aspect-ratio: 1;
  background-color: #c69b1b;
}
.cid-uKxZ7CWOr9 .icon-wrap:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  border-radius: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  background: rgba(198, 155, 27, 0.2);
}
.cid-uKxZ7CWOr9 .mbr-section-title {
  color: #59c818;
  margin-bottom: 11px;
  text-align: center;
}
.cid-uKxZ7CWOr9 .mbr-section-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uKxZ7CWOr9 .mbr-section-subtitle {
  color: #59c818;
  margin-bottom: 0;
}
.cid-uKxZ7CWOr9 .list-container {
  margin-top: 30px;
}
.cid-uKxZ7CWOr9 .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 13px;
}
.cid-uKxZ7CWOr9 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
}
.cid-uKxZ7CWOr9 .iconfont-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #c69b1b;
}
.cid-uKxZ7CWOr9 .list-item-text {
  color: #C4CFDE;
  width: fit-content;
}
.cid-uKxZ7CWOr9 .btn-wrap {
  width: 100%;
  border-radius: 10px;
  padding: 20px 30px 25px;
}
.cid-uKxZ7CWOr9 .mbr-text {
  color: #C4CFDE;
  margin-bottom: 10px;
  width: 100%;
}
.cid-uKxZ7CWOr9 .col-img {
  display: flex;
  align-items: center;
  padding: 15px;
}
.cid-uKxZ7CWOr9 .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uKxZ7CWOr9 .img-container {
    padding-right: 20px;
  }
}
.cid-uKxZ7CWOr9 .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
}
@media (max-width: 1199px) {
  .cid-uKxZ7CWOr9 .image-wrapper {
    padding: 15px;
  }
}
.cid-uKxZ7CWOr9 .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-uKxZ7CWOr9 .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-uKxZ7CWOr9 .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-uKxZ7CWOr9 .shadow-item {
  background: linear-gradient(145deg, #000000, #1e2024);
  box-shadow: 10px 10px 19px #59c818, -10px -10px 19px #23272b;
}
.cid-uKxZ7CWOr9 .mbr-text,
.cid-uKxZ7CWOr9 .mbr-section-btn {
  text-align: center;
  color: #59c818;
}
.cid-uKBiVHRTzJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uKBiVHRTzJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBiVHRTzJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKBiVHRTzJ .col-text {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 30px;
  flex-wrap: wrap;
  padding: 15px;
}
.cid-uKBiVHRTzJ .text-wrapper {
  width: 100%;
  border-radius: 10px;
  padding: 35px;
  transition: 0.4s all;
}
.cid-uKBiVHRTzJ .text-wrapper:hover {
  transform: translateY(-5px);
}
@media (max-width: 575px) {
  .cid-uKBiVHRTzJ .text-wrapper {
    padding: 35px 25px 25px;
  }
}
.cid-uKBiVHRTzJ .icon-wrap {
  position: relative;
  display: flex;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 9px;
  width: fit-content;
}
.cid-uKBiVHRTzJ .icon-wrap .mbr-iconfont {
  position: relative;
  z-index: 5;
  font-size: 22px;
  color: #ffffff;
}
.cid-uKBiVHRTzJ .icon-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  border-radius: 50%;
  width: 100%;
  aspect-ratio: 1;
  background-color: #c69b1b;
}
.cid-uKBiVHRTzJ .icon-wrap:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  border-radius: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  background: rgba(198, 155, 27, 0.2);
}
.cid-uKBiVHRTzJ .mbr-section-title {
  color: #59c818;
  margin-bottom: 11px;
  text-align: center;
}
.cid-uKBiVHRTzJ .mbr-section-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uKBiVHRTzJ .mbr-section-subtitle {
  color: #59c818;
  margin-bottom: 0;
}
.cid-uKBiVHRTzJ .list-container {
  margin-top: 30px;
}
.cid-uKBiVHRTzJ .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 13px;
}
.cid-uKBiVHRTzJ .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
}
.cid-uKBiVHRTzJ .iconfont-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #c69b1b;
}
.cid-uKBiVHRTzJ .list-item-text {
  color: #C4CFDE;
  width: fit-content;
}
.cid-uKBiVHRTzJ .btn-wrap {
  width: 100%;
  border-radius: 10px;
  padding: 20px 30px 25px;
}
.cid-uKBiVHRTzJ .mbr-text {
  color: #C4CFDE;
  margin-bottom: 10px;
  width: 100%;
}
.cid-uKBiVHRTzJ .col-img {
  display: flex;
  align-items: center;
  padding: 15px;
}
.cid-uKBiVHRTzJ .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uKBiVHRTzJ .img-container {
    padding-right: 20px;
  }
}
.cid-uKBiVHRTzJ .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
}
@media (max-width: 1199px) {
  .cid-uKBiVHRTzJ .image-wrapper {
    padding: 15px;
  }
}
.cid-uKBiVHRTzJ .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-uKBiVHRTzJ .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-uKBiVHRTzJ .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-uKBiVHRTzJ .shadow-item {
  background: linear-gradient(145deg, #000000, #1e2024);
  box-shadow: 10px 10px 19px #59c818, -10px -10px 19px #23272b;
}
.cid-uKBiVHRTzJ .mbr-text,
.cid-uKBiVHRTzJ .mbr-section-btn {
  text-align: center;
  color: #59c818;
}
.cid-uKBjVfKBZm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uKBjVfKBZm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBjVfKBZm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKBjVfKBZm .col-text {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 30px;
  flex-wrap: wrap;
  padding: 15px;
}
.cid-uKBjVfKBZm .text-wrapper {
  width: 100%;
  border-radius: 10px;
  padding: 35px;
  transition: 0.4s all;
}
.cid-uKBjVfKBZm .text-wrapper:hover {
  transform: translateY(-5px);
}
@media (max-width: 575px) {
  .cid-uKBjVfKBZm .text-wrapper {
    padding: 35px 25px 25px;
  }
}
.cid-uKBjVfKBZm .icon-wrap {
  position: relative;
  display: flex;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 9px;
  width: fit-content;
}
.cid-uKBjVfKBZm .icon-wrap .mbr-iconfont {
  position: relative;
  z-index: 5;
  font-size: 22px;
  color: #ffffff;
}
.cid-uKBjVfKBZm .icon-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  border-radius: 50%;
  width: 100%;
  aspect-ratio: 1;
  background-color: #c69b1b;
}
.cid-uKBjVfKBZm .icon-wrap:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  border-radius: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  background: rgba(198, 155, 27, 0.2);
}
.cid-uKBjVfKBZm .mbr-section-title {
  color: #59c818;
  margin-bottom: 11px;
  text-align: center;
}
.cid-uKBjVfKBZm .mbr-section-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uKBjVfKBZm .mbr-section-subtitle {
  color: #59c818;
  margin-bottom: 0;
}
.cid-uKBjVfKBZm .list-container {
  margin-top: 30px;
}
.cid-uKBjVfKBZm .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 13px;
}
.cid-uKBjVfKBZm .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
}
.cid-uKBjVfKBZm .iconfont-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #c69b1b;
}
.cid-uKBjVfKBZm .list-item-text {
  color: #C4CFDE;
  width: fit-content;
}
.cid-uKBjVfKBZm .btn-wrap {
  width: 100%;
  border-radius: 10px;
  padding: 20px 30px 25px;
}
.cid-uKBjVfKBZm .mbr-text {
  color: #C4CFDE;
  margin-bottom: 10px;
  width: 100%;
}
.cid-uKBjVfKBZm .col-img {
  display: flex;
  align-items: center;
  padding: 15px;
}
.cid-uKBjVfKBZm .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uKBjVfKBZm .img-container {
    padding-right: 20px;
  }
}
.cid-uKBjVfKBZm .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
}
@media (max-width: 1199px) {
  .cid-uKBjVfKBZm .image-wrapper {
    padding: 15px;
  }
}
.cid-uKBjVfKBZm .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-uKBjVfKBZm .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-uKBjVfKBZm .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-uKBjVfKBZm .shadow-item {
  background: linear-gradient(145deg, #000000, #1e2024);
  box-shadow: 10px 10px 19px #59c818, -10px -10px 19px #23272b;
}
.cid-uKBjVfKBZm .mbr-text,
.cid-uKBjVfKBZm .mbr-section-btn {
  text-align: center;
  color: #59c818;
}
.cid-uKBkBH9IW6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uKBkBH9IW6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBkBH9IW6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKBkBH9IW6 .col-text {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 30px;
  flex-wrap: wrap;
  padding: 15px;
}
.cid-uKBkBH9IW6 .text-wrapper {
  width: 100%;
  border-radius: 10px;
  padding: 35px;
  transition: 0.4s all;
}
.cid-uKBkBH9IW6 .text-wrapper:hover {
  transform: translateY(-5px);
}
@media (max-width: 575px) {
  .cid-uKBkBH9IW6 .text-wrapper {
    padding: 35px 25px 25px;
  }
}
.cid-uKBkBH9IW6 .icon-wrap {
  position: relative;
  display: flex;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 9px;
  width: fit-content;
}
.cid-uKBkBH9IW6 .icon-wrap .mbr-iconfont {
  position: relative;
  z-index: 5;
  font-size: 22px;
  color: #ffffff;
}
.cid-uKBkBH9IW6 .icon-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  border-radius: 50%;
  width: 100%;
  aspect-ratio: 1;
  background-color: #c69b1b;
}
.cid-uKBkBH9IW6 .icon-wrap:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  border-radius: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  background: rgba(198, 155, 27, 0.2);
}
.cid-uKBkBH9IW6 .mbr-section-title {
  color: #59c818;
  margin-bottom: 11px;
  text-align: center;
}
.cid-uKBkBH9IW6 .mbr-section-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uKBkBH9IW6 .mbr-section-subtitle {
  color: #59c818;
  margin-bottom: 0;
}
.cid-uKBkBH9IW6 .list-container {
  margin-top: 30px;
}
.cid-uKBkBH9IW6 .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 13px;
}
.cid-uKBkBH9IW6 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
}
.cid-uKBkBH9IW6 .iconfont-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #c69b1b;
}
.cid-uKBkBH9IW6 .list-item-text {
  color: #C4CFDE;
  width: fit-content;
}
.cid-uKBkBH9IW6 .btn-wrap {
  width: 100%;
  border-radius: 10px;
  padding: 20px 30px 25px;
}
.cid-uKBkBH9IW6 .mbr-text {
  color: #C4CFDE;
  margin-bottom: 10px;
  width: 100%;
}
.cid-uKBkBH9IW6 .col-img {
  display: flex;
  align-items: center;
  padding: 15px;
}
.cid-uKBkBH9IW6 .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uKBkBH9IW6 .img-container {
    padding-right: 20px;
  }
}
.cid-uKBkBH9IW6 .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
}
@media (max-width: 1199px) {
  .cid-uKBkBH9IW6 .image-wrapper {
    padding: 15px;
  }
}
.cid-uKBkBH9IW6 .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-uKBkBH9IW6 .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-uKBkBH9IW6 .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-uKBkBH9IW6 .shadow-item {
  background: linear-gradient(145deg, #000000, #1e2024);
  box-shadow: 10px 10px 19px #59c818, -10px -10px 19px #23272b;
}
.cid-uKBkBH9IW6 .mbr-text,
.cid-uKBkBH9IW6 .mbr-section-btn {
  text-align: center;
  color: #59c818;
}
.cid-uTAI8rnNZo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uTAI8rnNZo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTAI8rnNZo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTAI8rnNZo .col-text {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 30px;
  flex-wrap: wrap;
  padding: 15px;
}
.cid-uTAI8rnNZo .text-wrapper {
  width: 100%;
  border-radius: 10px;
  padding: 35px;
  transition: 0.4s all;
}
.cid-uTAI8rnNZo .text-wrapper:hover {
  transform: translateY(-5px);
}
@media (max-width: 575px) {
  .cid-uTAI8rnNZo .text-wrapper {
    padding: 35px 25px 25px;
  }
}
.cid-uTAI8rnNZo .icon-wrap {
  position: relative;
  display: flex;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 9px;
  width: fit-content;
}
.cid-uTAI8rnNZo .icon-wrap .mbr-iconfont {
  position: relative;
  z-index: 5;
  font-size: 22px;
  color: #ffffff;
}
.cid-uTAI8rnNZo .icon-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  border-radius: 50%;
  width: 100%;
  aspect-ratio: 1;
  background-color: #c69b1b;
}
.cid-uTAI8rnNZo .icon-wrap:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  border-radius: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  background: rgba(198, 155, 27, 0.2);
}
.cid-uTAI8rnNZo .mbr-section-title {
  color: #59c818;
  margin-bottom: 11px;
  text-align: center;
}
.cid-uTAI8rnNZo .mbr-section-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uTAI8rnNZo .mbr-section-subtitle {
  color: #59c818;
  margin-bottom: 0;
}
.cid-uTAI8rnNZo .list-container {
  margin-top: 30px;
}
.cid-uTAI8rnNZo .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 13px;
}
.cid-uTAI8rnNZo .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
}
.cid-uTAI8rnNZo .iconfont-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #c69b1b;
}
.cid-uTAI8rnNZo .list-item-text {
  color: #C4CFDE;
  width: fit-content;
}
.cid-uTAI8rnNZo .btn-wrap {
  width: 100%;
  border-radius: 10px;
  padding: 20px 30px 25px;
}
.cid-uTAI8rnNZo .mbr-text {
  color: #C4CFDE;
  margin-bottom: 10px;
  width: 100%;
}
.cid-uTAI8rnNZo .col-img {
  display: flex;
  align-items: center;
  padding: 15px;
}
.cid-uTAI8rnNZo .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uTAI8rnNZo .img-container {
    padding-right: 20px;
  }
}
.cid-uTAI8rnNZo .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
}
@media (max-width: 1199px) {
  .cid-uTAI8rnNZo .image-wrapper {
    padding: 15px;
  }
}
.cid-uTAI8rnNZo .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-uTAI8rnNZo .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-uTAI8rnNZo .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-uTAI8rnNZo .shadow-item {
  background: linear-gradient(145deg, #000000, #1e2024);
  box-shadow: 10px 10px 19px #59c818, -10px -10px 19px #23272b;
}
.cid-uTAI8rnNZo .mbr-text,
.cid-uTAI8rnNZo .mbr-section-btn {
  text-align: center;
  color: #59c818;
}
.cid-uKBlkfmH37 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uKBlkfmH37 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBlkfmH37 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKBlkfmH37 .col-text {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 30px;
  flex-wrap: wrap;
  padding: 15px;
}
.cid-uKBlkfmH37 .text-wrapper {
  width: 100%;
  border-radius: 10px;
  padding: 35px;
  transition: 0.4s all;
}
.cid-uKBlkfmH37 .text-wrapper:hover {
  transform: translateY(-5px);
}
@media (max-width: 575px) {
  .cid-uKBlkfmH37 .text-wrapper {
    padding: 35px 25px 25px;
  }
}
.cid-uKBlkfmH37 .icon-wrap {
  position: relative;
  display: flex;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 9px;
  width: fit-content;
}
.cid-uKBlkfmH37 .icon-wrap .mbr-iconfont {
  position: relative;
  z-index: 5;
  font-size: 22px;
  color: #ffffff;
}
.cid-uKBlkfmH37 .icon-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  border-radius: 50%;
  width: 100%;
  aspect-ratio: 1;
  background-color: #c69b1b;
}
.cid-uKBlkfmH37 .icon-wrap:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  border-radius: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  background: rgba(198, 155, 27, 0.2);
}
.cid-uKBlkfmH37 .mbr-section-title {
  color: #59c818;
  margin-bottom: 11px;
  text-align: center;
}
.cid-uKBlkfmH37 .mbr-section-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uKBlkfmH37 .mbr-section-subtitle {
  color: #59c818;
  margin-bottom: 0;
}
.cid-uKBlkfmH37 .list-container {
  margin-top: 30px;
}
.cid-uKBlkfmH37 .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 13px;
}
.cid-uKBlkfmH37 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
}
.cid-uKBlkfmH37 .iconfont-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #c69b1b;
}
.cid-uKBlkfmH37 .list-item-text {
  color: #C4CFDE;
  width: fit-content;
}
.cid-uKBlkfmH37 .btn-wrap {
  width: 100%;
  border-radius: 10px;
  padding: 20px 30px 25px;
}
.cid-uKBlkfmH37 .mbr-text {
  color: #C4CFDE;
  margin-bottom: 10px;
  width: 100%;
}
.cid-uKBlkfmH37 .col-img {
  display: flex;
  align-items: center;
  padding: 15px;
}
.cid-uKBlkfmH37 .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uKBlkfmH37 .img-container {
    padding-right: 20px;
  }
}
.cid-uKBlkfmH37 .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
}
@media (max-width: 1199px) {
  .cid-uKBlkfmH37 .image-wrapper {
    padding: 15px;
  }
}
.cid-uKBlkfmH37 .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-uKBlkfmH37 .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-uKBlkfmH37 .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-uKBlkfmH37 .shadow-item {
  background: linear-gradient(145deg, #000000, #1e2024);
  box-shadow: 10px 10px 19px #59c818, -10px -10px 19px #23272b;
}
.cid-uKBlkfmH37 .mbr-text,
.cid-uKBlkfmH37 .mbr-section-btn {
  text-align: center;
  color: #59c818;
}
.cid-uKBmhh6yfG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uKBmhh6yfG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBmhh6yfG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKBmhh6yfG .col-text {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 30px;
  flex-wrap: wrap;
  padding: 15px;
}
.cid-uKBmhh6yfG .text-wrapper {
  width: 100%;
  border-radius: 10px;
  padding: 35px;
  transition: 0.4s all;
}
.cid-uKBmhh6yfG .text-wrapper:hover {
  transform: translateY(-5px);
}
@media (max-width: 575px) {
  .cid-uKBmhh6yfG .text-wrapper {
    padding: 35px 25px 25px;
  }
}
.cid-uKBmhh6yfG .icon-wrap {
  position: relative;
  display: flex;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 9px;
  width: fit-content;
}
.cid-uKBmhh6yfG .icon-wrap .mbr-iconfont {
  position: relative;
  z-index: 5;
  font-size: 22px;
  color: #ffffff;
}
.cid-uKBmhh6yfG .icon-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  border-radius: 50%;
  width: 100%;
  aspect-ratio: 1;
  background-color: #c69b1b;
}
.cid-uKBmhh6yfG .icon-wrap:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  border-radius: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  background: rgba(198, 155, 27, 0.2);
}
.cid-uKBmhh6yfG .mbr-section-title {
  color: #59c818;
  margin-bottom: 11px;
  text-align: center;
}
.cid-uKBmhh6yfG .mbr-section-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uKBmhh6yfG .mbr-section-subtitle {
  color: #59c818;
  margin-bottom: 0;
}
.cid-uKBmhh6yfG .list-container {
  margin-top: 30px;
}
.cid-uKBmhh6yfG .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 13px;
}
.cid-uKBmhh6yfG .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
}
.cid-uKBmhh6yfG .iconfont-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #c69b1b;
}
.cid-uKBmhh6yfG .list-item-text {
  color: #C4CFDE;
  width: fit-content;
}
.cid-uKBmhh6yfG .btn-wrap {
  width: 100%;
  border-radius: 10px;
  padding: 20px 30px 25px;
}
.cid-uKBmhh6yfG .mbr-text {
  color: #C4CFDE;
  margin-bottom: 10px;
  width: 100%;
}
.cid-uKBmhh6yfG .col-img {
  display: flex;
  align-items: center;
  padding: 15px;
}
.cid-uKBmhh6yfG .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uKBmhh6yfG .img-container {
    padding-right: 20px;
  }
}
.cid-uKBmhh6yfG .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
}
@media (max-width: 1199px) {
  .cid-uKBmhh6yfG .image-wrapper {
    padding: 15px;
  }
}
.cid-uKBmhh6yfG .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-uKBmhh6yfG .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-uKBmhh6yfG .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-uKBmhh6yfG .shadow-item {
  background: linear-gradient(145deg, #000000, #1e2024);
  box-shadow: 10px 10px 19px #59c818, -10px -10px 19px #23272b;
}
.cid-uKBmhh6yfG .mbr-text,
.cid-uKBmhh6yfG .mbr-section-btn {
  text-align: center;
  color: #59c818;
}
.cid-uMAS2LWeMY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uMAS2LWeMY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMAS2LWeMY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMAS2LWeMY .col-text {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 30px;
  flex-wrap: wrap;
  padding: 15px;
}
.cid-uMAS2LWeMY .text-wrapper {
  width: 100%;
  border-radius: 10px;
  padding: 35px;
  transition: 0.4s all;
}
.cid-uMAS2LWeMY .text-wrapper:hover {
  transform: translateY(-5px);
}
@media (max-width: 575px) {
  .cid-uMAS2LWeMY .text-wrapper {
    padding: 35px 25px 25px;
  }
}
.cid-uMAS2LWeMY .icon-wrap {
  position: relative;
  display: flex;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 9px;
  width: fit-content;
}
.cid-uMAS2LWeMY .icon-wrap .mbr-iconfont {
  position: relative;
  z-index: 5;
  font-size: 22px;
  color: #ffffff;
}
.cid-uMAS2LWeMY .icon-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  border-radius: 50%;
  width: 100%;
  aspect-ratio: 1;
  background-color: #c69b1b;
}
.cid-uMAS2LWeMY .icon-wrap:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  border-radius: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  background: rgba(198, 155, 27, 0.2);
}
.cid-uMAS2LWeMY .mbr-section-title {
  color: #59c818;
  margin-bottom: 11px;
  text-align: center;
}
.cid-uMAS2LWeMY .mbr-section-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uMAS2LWeMY .mbr-section-subtitle {
  color: #59c818;
  margin-bottom: 0;
}
.cid-uMAS2LWeMY .list-container {
  margin-top: 30px;
}
.cid-uMAS2LWeMY .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 13px;
}
.cid-uMAS2LWeMY .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
}
.cid-uMAS2LWeMY .iconfont-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #c69b1b;
}
.cid-uMAS2LWeMY .list-item-text {
  color: #C4CFDE;
  width: fit-content;
}
.cid-uMAS2LWeMY .btn-wrap {
  width: 100%;
  border-radius: 10px;
  padding: 20px 30px 25px;
}
.cid-uMAS2LWeMY .mbr-text {
  color: #C4CFDE;
  margin-bottom: 10px;
  width: 100%;
}
.cid-uMAS2LWeMY .col-img {
  display: flex;
  align-items: center;
  padding: 15px;
}
.cid-uMAS2LWeMY .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uMAS2LWeMY .img-container {
    padding-right: 20px;
  }
}
.cid-uMAS2LWeMY .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
}
@media (max-width: 1199px) {
  .cid-uMAS2LWeMY .image-wrapper {
    padding: 15px;
  }
}
.cid-uMAS2LWeMY .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-uMAS2LWeMY .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-uMAS2LWeMY .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-uMAS2LWeMY .shadow-item {
  background: linear-gradient(145deg, #000000, #1e2024);
  box-shadow: 10px 10px 19px #59c818, -10px -10px 19px #23272b;
}
.cid-uMAS2LWeMY .mbr-text,
.cid-uMAS2LWeMY .mbr-section-btn {
  text-align: center;
  color: #59c818;
}
.cid-uMAYZZMcyj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uMAYZZMcyj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMAYZZMcyj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMAYZZMcyj .col-text {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 30px;
  flex-wrap: wrap;
  padding: 15px;
}
.cid-uMAYZZMcyj .text-wrapper {
  width: 100%;
  border-radius: 10px;
  padding: 35px;
  transition: 0.4s all;
}
.cid-uMAYZZMcyj .text-wrapper:hover {
  transform: translateY(-5px);
}
@media (max-width: 575px) {
  .cid-uMAYZZMcyj .text-wrapper {
    padding: 35px 25px 25px;
  }
}
.cid-uMAYZZMcyj .icon-wrap {
  position: relative;
  display: flex;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 9px;
  width: fit-content;
}
.cid-uMAYZZMcyj .icon-wrap .mbr-iconfont {
  position: relative;
  z-index: 5;
  font-size: 22px;
  color: #ffffff;
}
.cid-uMAYZZMcyj .icon-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  border-radius: 50%;
  width: 100%;
  aspect-ratio: 1;
  background-color: #c69b1b;
}
.cid-uMAYZZMcyj .icon-wrap:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  border-radius: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  background: rgba(198, 155, 27, 0.2);
}
.cid-uMAYZZMcyj .mbr-section-title {
  color: #59c818;
  margin-bottom: 11px;
  text-align: center;
}
.cid-uMAYZZMcyj .mbr-section-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uMAYZZMcyj .mbr-section-subtitle {
  color: #59c818;
  margin-bottom: 0;
}
.cid-uMAYZZMcyj .list-container {
  margin-top: 30px;
}
.cid-uMAYZZMcyj .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 13px;
}
.cid-uMAYZZMcyj .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
}
.cid-uMAYZZMcyj .iconfont-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #c69b1b;
}
.cid-uMAYZZMcyj .list-item-text {
  color: #C4CFDE;
  width: fit-content;
}
.cid-uMAYZZMcyj .btn-wrap {
  width: 100%;
  border-radius: 10px;
  padding: 20px 30px 25px;
}
.cid-uMAYZZMcyj .mbr-text {
  color: #C4CFDE;
  margin-bottom: 10px;
  width: 100%;
}
.cid-uMAYZZMcyj .col-img {
  display: flex;
  align-items: center;
  padding: 15px;
}
.cid-uMAYZZMcyj .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uMAYZZMcyj .img-container {
    padding-right: 20px;
  }
}
.cid-uMAYZZMcyj .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
}
@media (max-width: 1199px) {
  .cid-uMAYZZMcyj .image-wrapper {
    padding: 15px;
  }
}
.cid-uMAYZZMcyj .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-uMAYZZMcyj .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-uMAYZZMcyj .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-uMAYZZMcyj .shadow-item {
  background: linear-gradient(145deg, #000000, #1e2024);
  box-shadow: 10px 10px 19px #59c818, -10px -10px 19px #23272b;
}
.cid-uMAYZZMcyj .mbr-text,
.cid-uMAYZZMcyj .mbr-section-btn {
  text-align: center;
  color: #59c818;
}
.cid-uL5zNkBYsQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uL5zNkBYsQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL5zNkBYsQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL5zNkBYsQ .col-text {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 30px;
  flex-wrap: wrap;
  padding: 15px;
}
.cid-uL5zNkBYsQ .text-wrapper {
  width: 100%;
  border-radius: 10px;
  padding: 35px;
  transition: 0.4s all;
}
.cid-uL5zNkBYsQ .text-wrapper:hover {
  transform: translateY(-5px);
}
@media (max-width: 575px) {
  .cid-uL5zNkBYsQ .text-wrapper {
    padding: 35px 25px 25px;
  }
}
.cid-uL5zNkBYsQ .icon-wrap {
  position: relative;
  display: flex;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 9px;
  width: fit-content;
}
.cid-uL5zNkBYsQ .icon-wrap .mbr-iconfont {
  position: relative;
  z-index: 5;
  font-size: 22px;
  color: #ffffff;
}
.cid-uL5zNkBYsQ .icon-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  border-radius: 50%;
  width: 100%;
  aspect-ratio: 1;
  background-color: #59c818;
}
.cid-uL5zNkBYsQ .icon-wrap:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  border-radius: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  background: rgba(89, 200, 24, 0.2);
}
.cid-uL5zNkBYsQ .mbr-section-title {
  color: #59c818;
  margin-bottom: 11px;
  text-align: center;
}
.cid-uL5zNkBYsQ .mbr-section-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uL5zNkBYsQ .mbr-section-subtitle {
  color: #59c818;
  margin-bottom: 0;
  text-align: center;
}
.cid-uL5zNkBYsQ .list-container {
  margin-top: 30px;
}
.cid-uL5zNkBYsQ .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 13px;
}
.cid-uL5zNkBYsQ .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
}
.cid-uL5zNkBYsQ .iconfont-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #c69b1b;
}
.cid-uL5zNkBYsQ .list-item-text {
  color: #C4CFDE;
  width: fit-content;
}
.cid-uL5zNkBYsQ .btn-wrap {
  width: 100%;
  border-radius: 10px;
  padding: 20px 30px 25px;
}
.cid-uL5zNkBYsQ .mbr-text {
  color: #C4CFDE;
  margin-bottom: 10px;
  width: 100%;
}
.cid-uL5zNkBYsQ .col-img {
  display: flex;
  align-items: center;
  padding: 15px;
}
.cid-uL5zNkBYsQ .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uL5zNkBYsQ .img-container {
    padding-right: 20px;
  }
}
.cid-uL5zNkBYsQ .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
}
@media (max-width: 1199px) {
  .cid-uL5zNkBYsQ .image-wrapper {
    padding: 15px;
  }
}
.cid-uL5zNkBYsQ .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-uL5zNkBYsQ .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-uL5zNkBYsQ .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-uL5zNkBYsQ .shadow-item {
  background: linear-gradient(145deg, #000000, #1e2024);
  box-shadow: 10px 10px 19px #59c818, -10px -10px 19px #23272b;
}
.cid-uL5zNkBYsQ .mbr-text,
.cid-uL5zNkBYsQ .mbr-section-btn {
  text-align: center;
  color: #59c818;
}
.cid-uQ6hPcaBE2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uQ6hPcaBE2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ6hPcaBE2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ6hPcaBE2 .col-text {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 30px;
  flex-wrap: wrap;
  padding: 15px;
}
.cid-uQ6hPcaBE2 .text-wrapper {
  width: 100%;
  border-radius: 10px;
  padding: 35px;
  transition: 0.4s all;
}
.cid-uQ6hPcaBE2 .text-wrapper:hover {
  transform: translateY(-5px);
}
@media (max-width: 575px) {
  .cid-uQ6hPcaBE2 .text-wrapper {
    padding: 35px 25px 25px;
  }
}
.cid-uQ6hPcaBE2 .icon-wrap {
  position: relative;
  display: flex;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 9px;
  width: fit-content;
}
.cid-uQ6hPcaBE2 .icon-wrap .mbr-iconfont {
  position: relative;
  z-index: 5;
  font-size: 22px;
  color: #ffffff;
}
.cid-uQ6hPcaBE2 .icon-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  border-radius: 50%;
  width: 100%;
  aspect-ratio: 1;
  background-color: #c69b1b;
}
.cid-uQ6hPcaBE2 .icon-wrap:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  border-radius: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  background: rgba(198, 155, 27, 0.2);
}
.cid-uQ6hPcaBE2 .mbr-section-title {
  color: #59c818;
  margin-bottom: 11px;
  text-align: center;
}
.cid-uQ6hPcaBE2 .mbr-section-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uQ6hPcaBE2 .mbr-section-subtitle {
  color: #59c818;
  margin-bottom: 0;
}
.cid-uQ6hPcaBE2 .list-container {
  margin-top: 30px;
}
.cid-uQ6hPcaBE2 .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 13px;
}
.cid-uQ6hPcaBE2 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
}
.cid-uQ6hPcaBE2 .iconfont-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #c69b1b;
}
.cid-uQ6hPcaBE2 .list-item-text {
  color: #C4CFDE;
  width: fit-content;
}
.cid-uQ6hPcaBE2 .btn-wrap {
  width: 100%;
  border-radius: 10px;
  padding: 20px 30px 25px;
}
.cid-uQ6hPcaBE2 .mbr-text {
  color: #C4CFDE;
  margin-bottom: 10px;
  width: 100%;
}
.cid-uQ6hPcaBE2 .col-img {
  display: flex;
  align-items: center;
  padding: 15px;
}
.cid-uQ6hPcaBE2 .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQ6hPcaBE2 .img-container {
    padding-right: 20px;
  }
}
.cid-uQ6hPcaBE2 .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
}
@media (max-width: 1199px) {
  .cid-uQ6hPcaBE2 .image-wrapper {
    padding: 15px;
  }
}
.cid-uQ6hPcaBE2 .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-uQ6hPcaBE2 .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-uQ6hPcaBE2 .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-uQ6hPcaBE2 .shadow-item {
  background: linear-gradient(145deg, #000000, #1e2024);
  box-shadow: 10px 10px 19px #59c818, -10px -10px 19px #23272b;
}
.cid-uQ6hPcaBE2 .mbr-text,
.cid-uQ6hPcaBE2 .mbr-section-btn {
  text-align: center;
  color: #59c818;
}
.cid-uKBmI4Wght {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uKBmI4Wght .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBmI4Wght .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKBmI4Wght .col-text {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 30px;
  flex-wrap: wrap;
  padding: 15px;
}
.cid-uKBmI4Wght .text-wrapper {
  width: 100%;
  border-radius: 10px;
  padding: 35px;
  transition: 0.4s all;
}
.cid-uKBmI4Wght .text-wrapper:hover {
  transform: translateY(-5px);
}
@media (max-width: 575px) {
  .cid-uKBmI4Wght .text-wrapper {
    padding: 35px 25px 25px;
  }
}
.cid-uKBmI4Wght .icon-wrap {
  position: relative;
  display: flex;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 9px;
  width: fit-content;
}
.cid-uKBmI4Wght .icon-wrap .mbr-iconfont {
  position: relative;
  z-index: 5;
  font-size: 22px;
  color: #ffffff;
}
.cid-uKBmI4Wght .icon-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  border-radius: 50%;
  width: 100%;
  aspect-ratio: 1;
  background-color: #c69b1b;
}
.cid-uKBmI4Wght .icon-wrap:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  border-radius: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  background: rgba(198, 155, 27, 0.2);
}
.cid-uKBmI4Wght .mbr-section-title {
  color: #59c818;
  margin-bottom: 11px;
  text-align: center;
}
.cid-uKBmI4Wght .mbr-section-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uKBmI4Wght .mbr-section-subtitle {
  color: #59c818;
  margin-bottom: 0;
}
.cid-uKBmI4Wght .list-container {
  margin-top: 30px;
}
.cid-uKBmI4Wght .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 13px;
}
.cid-uKBmI4Wght .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
}
.cid-uKBmI4Wght .iconfont-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #c69b1b;
}
.cid-uKBmI4Wght .list-item-text {
  color: #C4CFDE;
  width: fit-content;
}
.cid-uKBmI4Wght .btn-wrap {
  width: 100%;
  border-radius: 10px;
  padding: 20px 30px 25px;
}
.cid-uKBmI4Wght .mbr-text {
  color: #C4CFDE;
  margin-bottom: 10px;
  width: 100%;
}
.cid-uKBmI4Wght .col-img {
  display: flex;
  align-items: center;
  padding: 15px;
}
.cid-uKBmI4Wght .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uKBmI4Wght .img-container {
    padding-right: 20px;
  }
}
.cid-uKBmI4Wght .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
}
@media (max-width: 1199px) {
  .cid-uKBmI4Wght .image-wrapper {
    padding: 15px;
  }
}
.cid-uKBmI4Wght .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-uKBmI4Wght .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-uKBmI4Wght .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-uKBmI4Wght .shadow-item {
  background: linear-gradient(145deg, #000000, #1e2024);
  box-shadow: 10px 10px 19px #59c818, -10px -10px 19px #23272b;
}
.cid-uKBmI4Wght .mbr-text,
.cid-uKBmI4Wght .mbr-section-btn {
  text-align: center;
  color: #59c818;
}
.cid-uL5BcJD3xd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uL5BcJD3xd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL5BcJD3xd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL5BcJD3xd .col-text {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 30px;
  flex-wrap: wrap;
  padding: 15px;
}
.cid-uL5BcJD3xd .text-wrapper {
  width: 100%;
  border-radius: 10px;
  padding: 35px;
  transition: 0.4s all;
}
.cid-uL5BcJD3xd .text-wrapper:hover {
  transform: translateY(-5px);
}
@media (max-width: 575px) {
  .cid-uL5BcJD3xd .text-wrapper {
    padding: 35px 25px 25px;
  }
}
.cid-uL5BcJD3xd .icon-wrap {
  position: relative;
  display: flex;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 9px;
  width: fit-content;
}
.cid-uL5BcJD3xd .icon-wrap .mbr-iconfont {
  position: relative;
  z-index: 5;
  font-size: 22px;
  color: #ffffff;
}
.cid-uL5BcJD3xd .icon-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  border-radius: 50%;
  width: 100%;
  aspect-ratio: 1;
  background-color: #c69b1b;
}
.cid-uL5BcJD3xd .icon-wrap:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  border-radius: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  background: rgba(198, 155, 27, 0.2);
}
.cid-uL5BcJD3xd .mbr-section-title {
  color: #59c818;
  margin-bottom: 11px;
  text-align: center;
}
.cid-uL5BcJD3xd .mbr-section-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uL5BcJD3xd .mbr-section-subtitle {
  color: #59c818;
  margin-bottom: 0;
  text-align: center;
}
.cid-uL5BcJD3xd .list-container {
  margin-top: 30px;
}
.cid-uL5BcJD3xd .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 13px;
}
.cid-uL5BcJD3xd .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
}
.cid-uL5BcJD3xd .iconfont-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #c69b1b;
}
.cid-uL5BcJD3xd .list-item-text {
  color: #C4CFDE;
  width: fit-content;
}
.cid-uL5BcJD3xd .btn-wrap {
  width: 100%;
  border-radius: 10px;
  padding: 20px 30px 25px;
}
.cid-uL5BcJD3xd .mbr-text {
  color: #C4CFDE;
  margin-bottom: 10px;
  width: 100%;
}
.cid-uL5BcJD3xd .col-img {
  display: flex;
  align-items: center;
  padding: 15px;
}
.cid-uL5BcJD3xd .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uL5BcJD3xd .img-container {
    padding-right: 20px;
  }
}
.cid-uL5BcJD3xd .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
}
@media (max-width: 1199px) {
  .cid-uL5BcJD3xd .image-wrapper {
    padding: 15px;
  }
}
.cid-uL5BcJD3xd .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-uL5BcJD3xd .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-uL5BcJD3xd .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-uL5BcJD3xd .shadow-item {
  background: linear-gradient(145deg, #000000, #1e2024);
  box-shadow: 10px 10px 19px #59c818, -10px -10px 19px #23272b;
}
.cid-uL5BcJD3xd .mbr-text,
.cid-uL5BcJD3xd .mbr-section-btn {
  text-align: center;
  color: #59c818;
}
.cid-uOAsfGpZEv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uOAsfGpZEv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOAsfGpZEv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOAsfGpZEv .col-text {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 30px;
  flex-wrap: wrap;
  padding: 15px;
}
.cid-uOAsfGpZEv .text-wrapper {
  width: 100%;
  border-radius: 10px;
  padding: 35px;
  transition: 0.4s all;
}
.cid-uOAsfGpZEv .text-wrapper:hover {
  transform: translateY(-5px);
}
@media (max-width: 575px) {
  .cid-uOAsfGpZEv .text-wrapper {
    padding: 35px 25px 25px;
  }
}
.cid-uOAsfGpZEv .icon-wrap {
  position: relative;
  display: flex;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 9px;
  width: fit-content;
}
.cid-uOAsfGpZEv .icon-wrap .mbr-iconfont {
  position: relative;
  z-index: 5;
  font-size: 22px;
  color: #ffffff;
}
.cid-uOAsfGpZEv .icon-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  border-radius: 50%;
  width: 100%;
  aspect-ratio: 1;
  background-color: #c69b1b;
}
.cid-uOAsfGpZEv .icon-wrap:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  border-radius: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  background: rgba(198, 155, 27, 0.2);
}
.cid-uOAsfGpZEv .mbr-section-title {
  color: #59c818;
  margin-bottom: 11px;
  text-align: center;
}
.cid-uOAsfGpZEv .mbr-section-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uOAsfGpZEv .mbr-section-subtitle {
  color: #59c818;
  margin-bottom: 0;
}
.cid-uOAsfGpZEv .list-container {
  margin-top: 30px;
}
.cid-uOAsfGpZEv .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 13px;
}
.cid-uOAsfGpZEv .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
}
.cid-uOAsfGpZEv .iconfont-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #c69b1b;
}
.cid-uOAsfGpZEv .list-item-text {
  color: #C4CFDE;
  width: fit-content;
}
.cid-uOAsfGpZEv .btn-wrap {
  width: 100%;
  border-radius: 10px;
  padding: 20px 30px 25px;
}
.cid-uOAsfGpZEv .mbr-text {
  color: #C4CFDE;
  margin-bottom: 10px;
  width: 100%;
}
.cid-uOAsfGpZEv .col-img {
  display: flex;
  align-items: center;
  padding: 15px;
}
.cid-uOAsfGpZEv .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uOAsfGpZEv .img-container {
    padding-right: 20px;
  }
}
.cid-uOAsfGpZEv .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
}
@media (max-width: 1199px) {
  .cid-uOAsfGpZEv .image-wrapper {
    padding: 15px;
  }
}
.cid-uOAsfGpZEv .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-uOAsfGpZEv .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-uOAsfGpZEv .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-uOAsfGpZEv .shadow-item {
  background: linear-gradient(145deg, #000000, #1e2024);
  box-shadow: 10px 10px 19px #59c818, -10px -10px 19px #23272b;
}
.cid-uOAsfGpZEv .mbr-text,
.cid-uOAsfGpZEv .mbr-section-btn {
  text-align: center;
  color: #59c818;
}
.cid-veV193qWz2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-veV193qWz2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veV193qWz2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veV193qWz2 .col-text {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 30px;
  flex-wrap: wrap;
  padding: 15px;
}
.cid-veV193qWz2 .text-wrapper {
  width: 100%;
  border-radius: 10px;
  padding: 35px;
  transition: 0.4s all;
}
.cid-veV193qWz2 .text-wrapper:hover {
  transform: translateY(-5px);
}
@media (max-width: 575px) {
  .cid-veV193qWz2 .text-wrapper {
    padding: 35px 25px 25px;
  }
}
.cid-veV193qWz2 .icon-wrap {
  position: relative;
  display: flex;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 9px;
  width: fit-content;
}
.cid-veV193qWz2 .icon-wrap .mbr-iconfont {
  position: relative;
  z-index: 5;
  font-size: 22px;
  color: #ffffff;
}
.cid-veV193qWz2 .icon-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  border-radius: 50%;
  width: 100%;
  aspect-ratio: 1;
  background-color: #c69b1b;
}
.cid-veV193qWz2 .icon-wrap:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  border-radius: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  background: rgba(198, 155, 27, 0.2);
}
.cid-veV193qWz2 .mbr-section-title {
  color: #59c818;
  margin-bottom: 11px;
  text-align: center;
}
.cid-veV193qWz2 .mbr-section-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-veV193qWz2 .mbr-section-subtitle {
  color: #59c818;
  margin-bottom: 0;
}
.cid-veV193qWz2 .list-container {
  margin-top: 30px;
}
.cid-veV193qWz2 .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 13px;
}
.cid-veV193qWz2 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
}
.cid-veV193qWz2 .iconfont-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #c69b1b;
}
.cid-veV193qWz2 .list-item-text {
  color: #C4CFDE;
  width: fit-content;
}
.cid-veV193qWz2 .btn-wrap {
  width: 100%;
  border-radius: 10px;
  padding: 20px 30px 25px;
}
.cid-veV193qWz2 .mbr-text {
  color: #C4CFDE;
  margin-bottom: 10px;
  width: 100%;
}
.cid-veV193qWz2 .col-img {
  display: flex;
  align-items: center;
  padding: 15px;
}
.cid-veV193qWz2 .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-veV193qWz2 .img-container {
    padding-right: 20px;
  }
}
.cid-veV193qWz2 .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
}
@media (max-width: 1199px) {
  .cid-veV193qWz2 .image-wrapper {
    padding: 15px;
  }
}
.cid-veV193qWz2 .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-veV193qWz2 .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-veV193qWz2 .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-veV193qWz2 .shadow-item {
  background: linear-gradient(145deg, #000000, #1e2024);
  box-shadow: 10px 10px 19px #59c818, -10px -10px 19px #23272b;
}
.cid-veV193qWz2 .mbr-text,
.cid-veV193qWz2 .mbr-section-btn {
  text-align: center;
  color: #59c818;
}
.cid-uKBn8fyxxh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uKBn8fyxxh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBn8fyxxh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKBn8fyxxh .col-text {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 30px;
  flex-wrap: wrap;
  padding: 15px;
}
.cid-uKBn8fyxxh .text-wrapper {
  width: 100%;
  border-radius: 10px;
  padding: 35px;
  transition: 0.4s all;
}
.cid-uKBn8fyxxh .text-wrapper:hover {
  transform: translateY(-5px);
}
@media (max-width: 575px) {
  .cid-uKBn8fyxxh .text-wrapper {
    padding: 35px 25px 25px;
  }
}
.cid-uKBn8fyxxh .icon-wrap {
  position: relative;
  display: flex;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 9px;
  width: fit-content;
}
.cid-uKBn8fyxxh .icon-wrap .mbr-iconfont {
  position: relative;
  z-index: 5;
  font-size: 22px;
  color: #ffffff;
}
.cid-uKBn8fyxxh .icon-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  border-radius: 50%;
  width: 100%;
  aspect-ratio: 1;
  background-color: #c69b1b;
}
.cid-uKBn8fyxxh .icon-wrap:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  border-radius: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  background: rgba(198, 155, 27, 0.2);
}
.cid-uKBn8fyxxh .mbr-section-title {
  color: #59c818;
  margin-bottom: 11px;
  text-align: center;
}
.cid-uKBn8fyxxh .mbr-section-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uKBn8fyxxh .mbr-section-subtitle {
  color: #59c818;
  margin-bottom: 0;
}
.cid-uKBn8fyxxh .list-container {
  margin-top: 30px;
}
.cid-uKBn8fyxxh .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 13px;
}
.cid-uKBn8fyxxh .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
}
.cid-uKBn8fyxxh .iconfont-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #c69b1b;
}
.cid-uKBn8fyxxh .list-item-text {
  color: #C4CFDE;
  width: fit-content;
}
.cid-uKBn8fyxxh .btn-wrap {
  width: 100%;
  border-radius: 10px;
  padding: 20px 30px 25px;
}
.cid-uKBn8fyxxh .mbr-text {
  color: #C4CFDE;
  margin-bottom: 10px;
  width: 100%;
}
.cid-uKBn8fyxxh .col-img {
  display: flex;
  align-items: center;
  padding: 15px;
}
.cid-uKBn8fyxxh .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uKBn8fyxxh .img-container {
    padding-right: 20px;
  }
}
.cid-uKBn8fyxxh .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
}
@media (max-width: 1199px) {
  .cid-uKBn8fyxxh .image-wrapper {
    padding: 15px;
  }
}
.cid-uKBn8fyxxh .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-uKBn8fyxxh .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-uKBn8fyxxh .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-uKBn8fyxxh .shadow-item {
  background: linear-gradient(145deg, #000000, #1e2024);
  box-shadow: 10px 10px 19px #59c818, -10px -10px 19px #23272b;
}
.cid-uKBn8fyxxh .mbr-text,
.cid-uKBn8fyxxh .mbr-section-btn {
  text-align: center;
  color: #59c818;
}
.cid-uM7XcPIcP0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uM7XcPIcP0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM7XcPIcP0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM7XcPIcP0 .row {
  justify-content: center;
}
.cid-uM7XcPIcP0 .card {
  justify-content: center;
}
.cid-uM7XcPIcP0 .mbr-copy {
  margin-bottom: 0;
  color: #59c818;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uM7XcPIcP0 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uM7XcPIcP0 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uM7XcPIcP0 .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uM7XcPIcP0 .nav-wrapper .list .item-wrap:hover,
.cid-uM7XcPIcP0 .nav-wrapper .list .item-wrap:focus {
  color: #59c818;
}
.cid-uM7XcPIcP0 .list,
.cid-uM7XcPIcP0 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uM7XcPIcP0 .list,
.cid-uM7XcPIcP0 .item-wrap,
.cid-uM7XcPIcP0 .nav-wrapper {
  color: #5d803a;
}
.cid-uKxJ1In0N3 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uKxJ1In0N3 .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-uKxJ1In0N3 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uKxJ1In0N3 .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-uKxJ1In0N3 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-uKxJ1In0N3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKxJ1In0N3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKxJ1In0N3 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uKxJ1In0N3 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uKxJ1In0N3 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uKxJ1In0N3 .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uKxJ1In0N3 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uKxJ1In0N3 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uKxJ1In0N3 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uKxJ1In0N3 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uKxJ1In0N3 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uKxJ1In0N3 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uKxJ1In0N3 .nav-link:hover {
  color: #5d803a !important;
}
.cid-uKxJ1In0N3 .nav-link:hover::before {
  width: 100%;
}
.cid-uKxJ1In0N3 .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #5d803a;
  transition: all 0.3s ease-in-out;
}
.cid-uKxJ1In0N3 .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uKxJ1In0N3 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uKxJ1In0N3 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uKxJ1In0N3 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uKxJ1In0N3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uKxJ1In0N3 .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0) !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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #59c818;
  position: relative;
}
.cid-uKxJ1In0N3 .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uKxJ1In0N3 .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uKxJ1In0N3 .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-uKxJ1In0N3 .iconfont-wrapper {
  color: #59c818 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKxJ1In0N3 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0) !important;
}
.cid-uKxJ1In0N3 .nav-item:focus,
.cid-uKxJ1In0N3 .nav-link:focus {
  outline: none;
}
.cid-uKxJ1In0N3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKxJ1In0N3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKxJ1In0N3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKxJ1In0N3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKxJ1In0N3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKxJ1In0N3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKxJ1In0N3 .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-uKxJ1In0N3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uKxJ1In0N3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKxJ1In0N3 .navbar .navbar-logo img {
  width: auto;
}
.cid-uKxJ1In0N3 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uKxJ1In0N3 .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uKxJ1In0N3 .navbar.collapsed {
  justify-content: center;
}
.cid-uKxJ1In0N3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKxJ1In0N3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKxJ1In0N3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uKxJ1In0N3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKxJ1In0N3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKxJ1In0N3 .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-uKxJ1In0N3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKxJ1In0N3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKxJ1In0N3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uKxJ1In0N3 .navbar {
    min-height: 72px;
  }
  .cid-uKxJ1In0N3 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uKxJ1In0N3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKxJ1In0N3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKxJ1In0N3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKxJ1In0N3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKxJ1In0N3 .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-uKxJ1In0N3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKxJ1In0N3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uKxJ1In0N3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKxJ1In0N3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uKxJ1In0N3 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uKxJ1In0N3 .dropdown-item.active,
.cid-uKxJ1In0N3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uKxJ1In0N3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKxJ1In0N3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKxJ1In0N3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKxJ1In0N3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uKxJ1In0N3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uKxJ1In0N3 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uKxJ1In0N3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKxJ1In0N3 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uKxJ1In0N3 .navbar-buttons {
    text-align: left;
  }
}
.cid-uKxJ1In0N3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKxJ1In0N3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #59c818;
}
.cid-uKxJ1In0N3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKxJ1In0N3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKxJ1In0N3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKxJ1In0N3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKxJ1In0N3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKxJ1In0N3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKxJ1In0N3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKxJ1In0N3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKxJ1In0N3 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uKxJ1In0N3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKxJ1In0N3 .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-uKxJ1In0N3 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKxJ1In0N3 .navbar {
    height: 70px;
  }
  .cid-uKxJ1In0N3 .navbar.opened {
    height: auto;
  }
  .cid-uKxJ1In0N3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKxJ1In0N3 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uKxJ1In0N3 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uKxJ1In0N3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uKxJ1In0N3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uKxJ1In0N3 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uKxJ1In0N3 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uKxJ1In0N3 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uKxJ1In0N3 .navbar-brand {
    margin-right: auto;
  }
  .cid-uKxJ1In0N3 .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) !important;
    background: rgba(0, 0, 0, 0) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uKxJ1In0N3 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uKxJ1In0N3 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uKxJ1In0N3 .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-uKxJ1In0N3 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uKxJ1In0N3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uKxJ1In0N3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uKxJ1In0N3 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uKxJ1In0N3 .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-uKxJ1In0N3 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uKxJ1In0N3 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uKxJ1In0N3 .navbar-brand,
.cid-uKxJ1In0N3 .navbar-toggler,
.cid-uKxJ1In0N3 .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uLOQdRPF48 {
  background-color: #000000;
}
.cid-uLOQdRPF48 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLOQdRPF48 .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-uLOQdRPF48 .container {
    padding: 0 20px;
  }
}
.cid-uLOQdRPF48 .row {
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .cid-uLOQdRPF48 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLOQdRPF48 .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .cid-uLOQdRPF48 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uLOQdRPF48 .content-wrapper .mbr-desc {
  margin: 56px 0 0 0;
}
@media (max-width: 1440px) {
  .cid-uLOQdRPF48 .content-wrapper .mbr-desc {
    margin: 40px 0 0 0;
  }
}
.cid-uLOQdRPF48 .image-wrapper img {
  height: 400px;
  border-radius: .75rem !important;
  object-fit: cover;
}
.cid-uLOQdRPF48 .mbr-section-title {
  color: #000000;
}
.cid-uLOQdRPF48 .mbr-desc {
  color: #5d803a;
  text-align: center;
}
.cid-uLOQdRPF48 .mbr-section-title,
.cid-uLOQdRPF48 .mbr-section-btn {
  color: #59c818;
  text-align: center;
}
.cid-vmDNoTvfCb {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-color: #000000;
}
.cid-vmDNoTvfCb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmDNoTvfCb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmDNoTvfCb .row {
  justify-content: center;
}
.cid-vmDNoTvfCb .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-vmDNoTvfCb .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(0deg, #a78aff, #ffffff 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-vmDNoTvfCb .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-vmDNoTvfCb .mbr-section-title {
  color: #ffffff;
}
.cid-vmDNoTvfCb .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vmDNoTvfCb .mbr-section-title,
.cid-vmDNoTvfCb .mbr-section-btn {
  text-align: center;
}
.cid-uKxRFwpFmC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uKxRFwpFmC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKxRFwpFmC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKxRFwpFmC .col-text {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 30px;
  flex-wrap: wrap;
  padding: 15px;
}
.cid-uKxRFwpFmC .text-wrapper {
  width: 100%;
  border-radius: 10px;
  padding: 35px;
  transition: 0.4s all;
}
.cid-uKxRFwpFmC .text-wrapper:hover {
  transform: translateY(-5px);
}
@media (max-width: 575px) {
  .cid-uKxRFwpFmC .text-wrapper {
    padding: 35px 25px 25px;
  }
}
.cid-uKxRFwpFmC .icon-wrap {
  position: relative;
  display: flex;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 9px;
  width: fit-content;
}
.cid-uKxRFwpFmC .icon-wrap .mbr-iconfont {
  position: relative;
  z-index: 5;
  font-size: 22px;
  color: #ffffff;
}
.cid-uKxRFwpFmC .icon-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  border-radius: 50%;
  width: 100%;
  aspect-ratio: 1;
  background-color: #c69b1b;
}
.cid-uKxRFwpFmC .icon-wrap:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  border-radius: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  background: rgba(198, 155, 27, 0.2);
}
.cid-uKxRFwpFmC .mbr-section-title {
  color: #59c818;
  margin-bottom: 11px;
  text-align: center;
}
.cid-uKxRFwpFmC .mbr-section-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uKxRFwpFmC .mbr-section-subtitle {
  color: #5d803a;
  margin-bottom: 0;
}
.cid-uKxRFwpFmC .list-container {
  margin-top: 30px;
}
.cid-uKxRFwpFmC .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 13px;
}
.cid-uKxRFwpFmC .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
}
.cid-uKxRFwpFmC .iconfont-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #c69b1b;
}
.cid-uKxRFwpFmC .list-item-text {
  color: #C4CFDE;
  width: fit-content;
}
.cid-uKxRFwpFmC .btn-wrap {
  width: 100%;
  border-radius: 10px;
  padding: 20px 30px 25px;
}
.cid-uKxRFwpFmC .mbr-text {
  color: #C4CFDE;
  margin-bottom: 10px;
  width: 100%;
}
.cid-uKxRFwpFmC .col-img {
  display: flex;
  align-items: center;
  padding: 15px;
}
.cid-uKxRFwpFmC .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uKxRFwpFmC .img-container {
    padding-right: 20px;
  }
}
.cid-uKxRFwpFmC .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
}
@media (max-width: 1199px) {
  .cid-uKxRFwpFmC .image-wrapper {
    padding: 15px;
  }
}
.cid-uKxRFwpFmC .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-uKxRFwpFmC .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-uKxRFwpFmC .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-uKxRFwpFmC .shadow-item {
  background: linear-gradient(145deg, #000000, #1e2024);
  box-shadow: 10px 10px 19px #59c818, -10px -10px 19px #23272b;
}
.cid-uKxRFwpFmC .mbr-text,
.cid-uKxRFwpFmC .mbr-section-btn {
  text-align: center;
  color: #5d803a;
}
.cid-v3bZ96QzO4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-v3bZ96QzO4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3bZ96QzO4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3bZ96QzO4 .col-text {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 30px;
  flex-wrap: wrap;
  padding: 15px;
}
.cid-v3bZ96QzO4 .text-wrapper {
  width: 100%;
  border-radius: 10px;
  padding: 35px;
  transition: 0.4s all;
}
.cid-v3bZ96QzO4 .text-wrapper:hover {
  transform: translateY(-5px);
}
@media (max-width: 575px) {
  .cid-v3bZ96QzO4 .text-wrapper {
    padding: 35px 25px 25px;
  }
}
.cid-v3bZ96QzO4 .icon-wrap {
  position: relative;
  display: flex;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 9px;
  width: fit-content;
}
.cid-v3bZ96QzO4 .icon-wrap .mbr-iconfont {
  position: relative;
  z-index: 5;
  font-size: 22px;
  color: #ffffff;
}
.cid-v3bZ96QzO4 .icon-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  border-radius: 50%;
  width: 100%;
  aspect-ratio: 1;
  background-color: #c69b1b;
}
.cid-v3bZ96QzO4 .icon-wrap:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  border-radius: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  background: rgba(198, 155, 27, 0.2);
}
.cid-v3bZ96QzO4 .mbr-section-title {
  color: #59c818;
  margin-bottom: 11px;
  text-align: center;
}
.cid-v3bZ96QzO4 .mbr-section-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-v3bZ96QzO4 .mbr-section-subtitle {
  color: #5d803a;
  margin-bottom: 0;
}
.cid-v3bZ96QzO4 .list-container {
  margin-top: 30px;
}
.cid-v3bZ96QzO4 .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 13px;
}
.cid-v3bZ96QzO4 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
}
.cid-v3bZ96QzO4 .iconfont-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #c69b1b;
}
.cid-v3bZ96QzO4 .list-item-text {
  color: #C4CFDE;
  width: fit-content;
}
.cid-v3bZ96QzO4 .btn-wrap {
  width: 100%;
  border-radius: 10px;
  padding: 20px 30px 25px;
}
.cid-v3bZ96QzO4 .mbr-text {
  color: #C4CFDE;
  margin-bottom: 10px;
  width: 100%;
}
.cid-v3bZ96QzO4 .col-img {
  display: flex;
  align-items: center;
  padding: 15px;
}
.cid-v3bZ96QzO4 .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v3bZ96QzO4 .img-container {
    padding-right: 20px;
  }
}
.cid-v3bZ96QzO4 .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
}
@media (max-width: 1199px) {
  .cid-v3bZ96QzO4 .image-wrapper {
    padding: 15px;
  }
}
.cid-v3bZ96QzO4 .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-v3bZ96QzO4 .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-v3bZ96QzO4 .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-v3bZ96QzO4 .shadow-item {
  background: linear-gradient(145deg, #000000, #1e2024);
  box-shadow: 10px 10px 19px #59c818, -10px -10px 19px #23272b;
}
.cid-v3bZ96QzO4 .mbr-text,
.cid-v3bZ96QzO4 .mbr-section-btn {
  text-align: center;
  color: #5d803a;
}
.cid-vhDY7ZJ00L {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-vhDY7ZJ00L .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhDY7ZJ00L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhDY7ZJ00L .col-text {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 30px;
  flex-wrap: wrap;
  padding: 15px;
}
.cid-vhDY7ZJ00L .text-wrapper {
  width: 100%;
  border-radius: 10px;
  padding: 35px;
  transition: 0.4s all;
}
.cid-vhDY7ZJ00L .text-wrapper:hover {
  transform: translateY(-5px);
}
@media (max-width: 575px) {
  .cid-vhDY7ZJ00L .text-wrapper {
    padding: 35px 25px 25px;
  }
}
.cid-vhDY7ZJ00L .icon-wrap {
  position: relative;
  display: flex;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 9px;
  width: fit-content;
}
.cid-vhDY7ZJ00L .icon-wrap .mbr-iconfont {
  position: relative;
  z-index: 5;
  font-size: 22px;
  color: #ffffff;
}
.cid-vhDY7ZJ00L .icon-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  border-radius: 50%;
  width: 100%;
  aspect-ratio: 1;
  background-color: #c69b1b;
}
.cid-vhDY7ZJ00L .icon-wrap:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  border-radius: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  background: rgba(198, 155, 27, 0.2);
}
.cid-vhDY7ZJ00L .mbr-section-title {
  color: #59c818;
  margin-bottom: 11px;
  text-align: center;
}
.cid-vhDY7ZJ00L .mbr-section-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-vhDY7ZJ00L .mbr-section-subtitle {
  color: #5d803a;
  margin-bottom: 0;
}
.cid-vhDY7ZJ00L .list-container {
  margin-top: 30px;
}
.cid-vhDY7ZJ00L .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 13px;
}
.cid-vhDY7ZJ00L .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
}
.cid-vhDY7ZJ00L .iconfont-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #c69b1b;
}
.cid-vhDY7ZJ00L .list-item-text {
  color: #C4CFDE;
  width: fit-content;
}
.cid-vhDY7ZJ00L .btn-wrap {
  width: 100%;
  border-radius: 10px;
  padding: 20px 30px 25px;
}
.cid-vhDY7ZJ00L .mbr-text {
  color: #C4CFDE;
  margin-bottom: 10px;
  width: 100%;
}
.cid-vhDY7ZJ00L .col-img {
  display: flex;
  align-items: center;
  padding: 15px;
}
.cid-vhDY7ZJ00L .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vhDY7ZJ00L .img-container {
    padding-right: 20px;
  }
}
.cid-vhDY7ZJ00L .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
}
@media (max-width: 1199px) {
  .cid-vhDY7ZJ00L .image-wrapper {
    padding: 15px;
  }
}
.cid-vhDY7ZJ00L .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-vhDY7ZJ00L .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-vhDY7ZJ00L .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-vhDY7ZJ00L .shadow-item {
  background: linear-gradient(145deg, #000000, #1e2024);
  box-shadow: 10px 10px 19px #59c818, -10px -10px 19px #23272b;
}
.cid-vhDY7ZJ00L .mbr-text,
.cid-vhDY7ZJ00L .mbr-section-btn {
  text-align: center;
  color: #5d803a;
}
.cid-uKBot68koZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uKBot68koZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBot68koZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKBot68koZ .col-text {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 30px;
  flex-wrap: wrap;
  padding: 15px;
}
.cid-uKBot68koZ .text-wrapper {
  width: 100%;
  border-radius: 10px;
  padding: 35px;
  transition: 0.4s all;
}
.cid-uKBot68koZ .text-wrapper:hover {
  transform: translateY(-5px);
}
@media (max-width: 575px) {
  .cid-uKBot68koZ .text-wrapper {
    padding: 35px 25px 25px;
  }
}
.cid-uKBot68koZ .icon-wrap {
  position: relative;
  display: flex;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 9px;
  width: fit-content;
}
.cid-uKBot68koZ .icon-wrap .mbr-iconfont {
  position: relative;
  z-index: 5;
  font-size: 22px;
  color: #ffffff;
}
.cid-uKBot68koZ .icon-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  border-radius: 50%;
  width: 100%;
  aspect-ratio: 1;
  background-color: #c69b1b;
}
.cid-uKBot68koZ .icon-wrap:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  border-radius: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  background: rgba(198, 155, 27, 0.2);
}
.cid-uKBot68koZ .mbr-section-title {
  color: #59c818;
  margin-bottom: 11px;
  text-align: center;
}
.cid-uKBot68koZ .mbr-section-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uKBot68koZ .mbr-section-subtitle {
  color: #59c818;
  margin-bottom: 0;
}
.cid-uKBot68koZ .list-container {
  margin-top: 30px;
}
.cid-uKBot68koZ .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 13px;
}
.cid-uKBot68koZ .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
}
.cid-uKBot68koZ .iconfont-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #c69b1b;
}
.cid-uKBot68koZ .list-item-text {
  color: #C4CFDE;
  width: fit-content;
}
.cid-uKBot68koZ .btn-wrap {
  width: 100%;
  border-radius: 10px;
  padding: 20px 30px 25px;
}
.cid-uKBot68koZ .mbr-text {
  color: #C4CFDE;
  margin-bottom: 10px;
  width: 100%;
}
.cid-uKBot68koZ .col-img {
  display: flex;
  align-items: center;
  padding: 15px;
}
.cid-uKBot68koZ .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uKBot68koZ .img-container {
    padding-right: 20px;
  }
}
.cid-uKBot68koZ .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
}
@media (max-width: 1199px) {
  .cid-uKBot68koZ .image-wrapper {
    padding: 15px;
  }
}
.cid-uKBot68koZ .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-uKBot68koZ .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-uKBot68koZ .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-uKBot68koZ .shadow-item {
  background: linear-gradient(145deg, #000000, #1e2024);
  box-shadow: 10px 10px 19px #59c818, -10px -10px 19px #23272b;
}
.cid-uKBot68koZ .mbr-text,
.cid-uKBot68koZ .mbr-section-btn {
  text-align: center;
  color: #5d803a;
}
.cid-v37kcPH92n {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-v37kcPH92n .mbr-fallback-image.disabled {
  display: none;
}
.cid-v37kcPH92n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v37kcPH92n .col-text {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 30px;
  flex-wrap: wrap;
  padding: 15px;
}
.cid-v37kcPH92n .text-wrapper {
  width: 100%;
  border-radius: 10px;
  padding: 35px;
  transition: 0.4s all;
}
.cid-v37kcPH92n .text-wrapper:hover {
  transform: translateY(-5px);
}
@media (max-width: 575px) {
  .cid-v37kcPH92n .text-wrapper {
    padding: 35px 25px 25px;
  }
}
.cid-v37kcPH92n .icon-wrap {
  position: relative;
  display: flex;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 9px;
  width: fit-content;
}
.cid-v37kcPH92n .icon-wrap .mbr-iconfont {
  position: relative;
  z-index: 5;
  font-size: 22px;
  color: #ffffff;
}
.cid-v37kcPH92n .icon-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  border-radius: 50%;
  width: 100%;
  aspect-ratio: 1;
  background-color: #c69b1b;
}
.cid-v37kcPH92n .icon-wrap:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  border-radius: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  background: rgba(198, 155, 27, 0.2);
}
.cid-v37kcPH92n .mbr-section-title {
  color: #59c818;
  margin-bottom: 11px;
  text-align: center;
}
.cid-v37kcPH92n .mbr-section-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-v37kcPH92n .mbr-section-subtitle {
  color: #5d803a;
  margin-bottom: 0;
}
.cid-v37kcPH92n .list-container {
  margin-top: 30px;
}
.cid-v37kcPH92n .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 13px;
}
.cid-v37kcPH92n .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
}
.cid-v37kcPH92n .iconfont-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #c69b1b;
}
.cid-v37kcPH92n .list-item-text {
  color: #C4CFDE;
  width: fit-content;
}
.cid-v37kcPH92n .btn-wrap {
  width: 100%;
  border-radius: 10px;
  padding: 20px 30px 25px;
}
.cid-v37kcPH92n .mbr-text {
  color: #C4CFDE;
  margin-bottom: 10px;
  width: 100%;
}
.cid-v37kcPH92n .col-img {
  display: flex;
  align-items: center;
  padding: 15px;
}
.cid-v37kcPH92n .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v37kcPH92n .img-container {
    padding-right: 20px;
  }
}
.cid-v37kcPH92n .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
}
@media (max-width: 1199px) {
  .cid-v37kcPH92n .image-wrapper {
    padding: 15px;
  }
}
.cid-v37kcPH92n .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-v37kcPH92n .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-v37kcPH92n .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-v37kcPH92n .shadow-item {
  background: linear-gradient(145deg, #000000, #1e2024);
  box-shadow: 10px 10px 19px #59c818, -10px -10px 19px #23272b;
}
.cid-v37kcPH92n .mbr-text,
.cid-v37kcPH92n .mbr-section-btn {
  text-align: center;
  color: #5d803a;
}
.cid-uKBpvAufsY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uKBpvAufsY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBpvAufsY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKBpvAufsY .col-text {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 30px;
  flex-wrap: wrap;
  padding: 15px;
}
.cid-uKBpvAufsY .text-wrapper {
  width: 100%;
  border-radius: 10px;
  padding: 35px;
  transition: 0.4s all;
}
.cid-uKBpvAufsY .text-wrapper:hover {
  transform: translateY(-5px);
}
@media (max-width: 575px) {
  .cid-uKBpvAufsY .text-wrapper {
    padding: 35px 25px 25px;
  }
}
.cid-uKBpvAufsY .icon-wrap {
  position: relative;
  display: flex;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 9px;
  width: fit-content;
}
.cid-uKBpvAufsY .icon-wrap .mbr-iconfont {
  position: relative;
  z-index: 5;
  font-size: 22px;
  color: #ffffff;
}
.cid-uKBpvAufsY .icon-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  border-radius: 50%;
  width: 100%;
  aspect-ratio: 1;
  background-color: #c69b1b;
}
.cid-uKBpvAufsY .icon-wrap:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  border-radius: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  background: rgba(198, 155, 27, 0.2);
}
.cid-uKBpvAufsY .mbr-section-title {
  color: #59c818;
  margin-bottom: 11px;
  text-align: center;
}
.cid-uKBpvAufsY .mbr-section-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uKBpvAufsY .mbr-section-subtitle {
  color: #5d803a;
  margin-bottom: 0;
}
.cid-uKBpvAufsY .list-container {
  margin-top: 30px;
}
.cid-uKBpvAufsY .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 13px;
}
.cid-uKBpvAufsY .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
}
.cid-uKBpvAufsY .iconfont-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #c69b1b;
}
.cid-uKBpvAufsY .list-item-text {
  color: #C4CFDE;
  width: fit-content;
}
.cid-uKBpvAufsY .btn-wrap {
  width: 100%;
  border-radius: 10px;
  padding: 20px 30px 25px;
}
.cid-uKBpvAufsY .mbr-text {
  color: #C4CFDE;
  margin-bottom: 10px;
  width: 100%;
}
.cid-uKBpvAufsY .col-img {
  display: flex;
  align-items: center;
  padding: 15px;
}
.cid-uKBpvAufsY .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uKBpvAufsY .img-container {
    padding-right: 20px;
  }
}
.cid-uKBpvAufsY .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
}
@media (max-width: 1199px) {
  .cid-uKBpvAufsY .image-wrapper {
    padding: 15px;
  }
}
.cid-uKBpvAufsY .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-uKBpvAufsY .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-uKBpvAufsY .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-uKBpvAufsY .shadow-item {
  background: linear-gradient(145deg, #000000, #1e2024);
  box-shadow: 10px 10px 19px #59c818, -10px -10px 19px #23272b;
}
.cid-uKBpvAufsY .mbr-text,
.cid-uKBpvAufsY .mbr-section-btn {
  text-align: center;
  color: #5d803a;
}
.cid-uKxMaKOsvc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uKxMaKOsvc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKxMaKOsvc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKxMaKOsvc .col-text {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 30px;
  flex-wrap: wrap;
  padding: 15px;
}
.cid-uKxMaKOsvc .text-wrapper {
  width: 100%;
  border-radius: 10px;
  padding: 35px;
  transition: 0.4s all;
}
.cid-uKxMaKOsvc .text-wrapper:hover {
  transform: translateY(-5px);
}
@media (max-width: 575px) {
  .cid-uKxMaKOsvc .text-wrapper {
    padding: 35px 25px 25px;
  }
}
.cid-uKxMaKOsvc .icon-wrap {
  position: relative;
  display: flex;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 9px;
  width: fit-content;
}
.cid-uKxMaKOsvc .icon-wrap .mbr-iconfont {
  position: relative;
  z-index: 5;
  font-size: 22px;
  color: #ffffff;
}
.cid-uKxMaKOsvc .icon-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  border-radius: 50%;
  width: 100%;
  aspect-ratio: 1;
  background-color: #c69b1b;
}
.cid-uKxMaKOsvc .icon-wrap:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  border-radius: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  background: rgba(198, 155, 27, 0.2);
}
.cid-uKxMaKOsvc .mbr-section-title {
  color: #59c818;
  margin-bottom: 11px;
  text-align: center;
}
.cid-uKxMaKOsvc .mbr-section-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uKxMaKOsvc .mbr-section-subtitle {
  color: #5d803a;
  margin-bottom: 0;
}
.cid-uKxMaKOsvc .list-container {
  margin-top: 30px;
}
.cid-uKxMaKOsvc .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 13px;
}
.cid-uKxMaKOsvc .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
}
.cid-uKxMaKOsvc .iconfont-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #c69b1b;
}
.cid-uKxMaKOsvc .list-item-text {
  color: #C4CFDE;
  width: fit-content;
}
.cid-uKxMaKOsvc .btn-wrap {
  width: 100%;
  border-radius: 10px;
  padding: 20px 30px 25px;
}
.cid-uKxMaKOsvc .mbr-text {
  color: #C4CFDE;
  margin-bottom: 10px;
  width: 100%;
}
.cid-uKxMaKOsvc .col-img {
  display: flex;
  align-items: center;
  padding: 15px;
}
.cid-uKxMaKOsvc .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uKxMaKOsvc .img-container {
    padding-right: 20px;
  }
}
.cid-uKxMaKOsvc .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
}
@media (max-width: 1199px) {
  .cid-uKxMaKOsvc .image-wrapper {
    padding: 15px;
  }
}
.cid-uKxMaKOsvc .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-uKxMaKOsvc .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-uKxMaKOsvc .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-uKxMaKOsvc .shadow-item {
  background: linear-gradient(145deg, #000000, #1e2024);
  box-shadow: 10px 10px 19px #59c818, -10px -10px 19px #23272b;
}
.cid-uKxMaKOsvc .mbr-text,
.cid-uKxMaKOsvc .mbr-section-btn {
  text-align: center;
  color: #5d803a;
}
.cid-uM7XcPIcP0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uM7XcPIcP0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM7XcPIcP0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM7XcPIcP0 .row {
  justify-content: center;
}
.cid-uM7XcPIcP0 .card {
  justify-content: center;
}
.cid-uM7XcPIcP0 .mbr-copy {
  margin-bottom: 0;
  color: #59c818;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uM7XcPIcP0 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uM7XcPIcP0 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uM7XcPIcP0 .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uM7XcPIcP0 .nav-wrapper .list .item-wrap:hover,
.cid-uM7XcPIcP0 .nav-wrapper .list .item-wrap:focus {
  color: #59c818;
}
.cid-uM7XcPIcP0 .list,
.cid-uM7XcPIcP0 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uM7XcPIcP0 .list,
.cid-uM7XcPIcP0 .item-wrap,
.cid-uM7XcPIcP0 .nav-wrapper {
  color: #5d803a;
}
.cid-uKpQawsdNj {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uKpQawsdNj .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-uKpQawsdNj .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uKpQawsdNj .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-uKpQawsdNj .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-uKpQawsdNj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKpQawsdNj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKpQawsdNj .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uKpQawsdNj .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uKpQawsdNj .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uKpQawsdNj .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uKpQawsdNj .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uKpQawsdNj .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uKpQawsdNj .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uKpQawsdNj .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uKpQawsdNj .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uKpQawsdNj .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uKpQawsdNj .nav-link:hover {
  color: #5d803a !important;
}
.cid-uKpQawsdNj .nav-link:hover::before {
  width: 100%;
}
.cid-uKpQawsdNj .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #5d803a;
  transition: all 0.3s ease-in-out;
}
.cid-uKpQawsdNj .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uKpQawsdNj .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uKpQawsdNj .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uKpQawsdNj .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uKpQawsdNj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uKpQawsdNj .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0) !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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #59c818;
  position: relative;
}
.cid-uKpQawsdNj .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uKpQawsdNj .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uKpQawsdNj .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-uKpQawsdNj .iconfont-wrapper {
  color: #59c818 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKpQawsdNj .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0) !important;
}
.cid-uKpQawsdNj .nav-item:focus,
.cid-uKpQawsdNj .nav-link:focus {
  outline: none;
}
.cid-uKpQawsdNj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKpQawsdNj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKpQawsdNj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKpQawsdNj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKpQawsdNj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKpQawsdNj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKpQawsdNj .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-uKpQawsdNj .navbar.opened {
  transition: all 0.3s;
}
.cid-uKpQawsdNj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKpQawsdNj .navbar .navbar-logo img {
  width: auto;
}
.cid-uKpQawsdNj .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uKpQawsdNj .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uKpQawsdNj .navbar.collapsed {
  justify-content: center;
}
.cid-uKpQawsdNj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKpQawsdNj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKpQawsdNj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uKpQawsdNj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKpQawsdNj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKpQawsdNj .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-uKpQawsdNj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKpQawsdNj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKpQawsdNj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uKpQawsdNj .navbar {
    min-height: 72px;
  }
  .cid-uKpQawsdNj .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uKpQawsdNj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKpQawsdNj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKpQawsdNj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKpQawsdNj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKpQawsdNj .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-uKpQawsdNj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKpQawsdNj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uKpQawsdNj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKpQawsdNj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uKpQawsdNj .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uKpQawsdNj .dropdown-item.active,
.cid-uKpQawsdNj .dropdown-item:active {
  background-color: transparent;
}
.cid-uKpQawsdNj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKpQawsdNj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKpQawsdNj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKpQawsdNj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uKpQawsdNj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uKpQawsdNj .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uKpQawsdNj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKpQawsdNj .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uKpQawsdNj .navbar-buttons {
    text-align: left;
  }
}
.cid-uKpQawsdNj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKpQawsdNj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #59c818;
}
.cid-uKpQawsdNj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKpQawsdNj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKpQawsdNj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKpQawsdNj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKpQawsdNj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKpQawsdNj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKpQawsdNj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKpQawsdNj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKpQawsdNj .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uKpQawsdNj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKpQawsdNj .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-uKpQawsdNj .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKpQawsdNj .navbar {
    height: 70px;
  }
  .cid-uKpQawsdNj .navbar.opened {
    height: auto;
  }
  .cid-uKpQawsdNj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKpQawsdNj .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uKpQawsdNj .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uKpQawsdNj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uKpQawsdNj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uKpQawsdNj .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uKpQawsdNj .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uKpQawsdNj .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uKpQawsdNj .navbar-brand {
    margin-right: auto;
  }
  .cid-uKpQawsdNj .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) !important;
    background: rgba(0, 0, 0, 0) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uKpQawsdNj .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uKpQawsdNj .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uKpQawsdNj .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-uKpQawsdNj .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uKpQawsdNj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uKpQawsdNj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uKpQawsdNj .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uKpQawsdNj .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-uKpQawsdNj .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uKpQawsdNj .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uKpQawsdNj .navbar-brand,
.cid-uKpQawsdNj .navbar-toggler,
.cid-uKpQawsdNj .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uLEP1tlMx6 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-color: #212428;
}
.cid-uLEP1tlMx6 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uLEP1tlMx6 .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uLEP1tlMx6 .row {
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: wrap;
  align-items: stretch;
}
.cid-uLEP1tlMx6 .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .cid-uLEP1tlMx6 .col-info-card {
    margin-bottom: 50px;
  }
}
.cid-uLEP1tlMx6 .mbr-section-head {
  width: 100%;
  padding-bottom: 40px;
}
.cid-uLEP1tlMx6 .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-uLEP1tlMx6 .mbr-section-title {
    text-align: center;
  }
}
.cid-uLEP1tlMx6 .mbr-section-subtitle {
  color: #59c818;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uLEP1tlMx6 .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-uLEP1tlMx6 .item-card {
  height: 100%;
}
.cid-uLEP1tlMx6 .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #59c818;
}
@media (max-width: 767px) {
  .cid-uLEP1tlMx6 .item-wrap {
    padding: 50px 20px;
  }
}
.cid-uLEP1tlMx6 .item-wrap:hover .item-img img {
  transform: scale(1.1);
}
.cid-uLEP1tlMx6 .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-uLEP1tlMx6 .item-img img {
  width: 100%;
  aspect-ratio: 1.59722222;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-uLEP1tlMx6 .card-box {
  padding-top: 28px;
}
.cid-uLEP1tlMx6 .card-title {
  color: #C4CFDE;
  margin-bottom: 9px;
  text-align: center;
}
.cid-uLEP1tlMx6 .card-subtitle {
  color: #878e99;
  margin-bottom: 15px;
}
.cid-uLEP1tlMx6 .card-text {
  color: #878e99;
  margin-bottom: 20px;
  text-align: center;
}
.cid-uLEP1tlMx6 .card-contacts {
  color: #878e99;
}
.cid-uLEP1tlMx6 .card-contacts a {
  position: relative;
  transition: 0.4s all;
}
.cid-uLEP1tlMx6 .card-contacts a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #59c818;
  transition: 0.4s all;
}
.cid-uLEP1tlMx6 .card-contacts a:hover {
  color: #59c818 !important;
}
.cid-uLEP1tlMx6 .card-contacts a:hover:before {
  width: 100%;
}
.cid-uLEP1tlMx6 .social-container {
  width: 100%;
  padding-top: 30px;
}
.cid-uLEP1tlMx6 .social-title {
  color: #C4CFDE;
  margin-bottom: 8px;
}
.cid-uLEP1tlMx6 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -15px;
  margin-top: 24px;
}
.cid-uLEP1tlMx6 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 15px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-uLEP1tlMx6 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uLEP1tlMx6 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-uLEP1tlMx6 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uLEP1tlMx6 .soc-item:hover .mbr-iconfont {
  color: #59c818;
}
.cid-uLEP1tlMx6 .soc-item:hover:before {
  opacity: 1;
}
.cid-uLEP1tlMx6 .form-main-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .cid-uLEP1tlMx6 .form-main-container {
    padding-left: 20px;
  }
}
.cid-uLEP1tlMx6 .form-wrap {
  width: 100%;
  height: 100%;
  padding: 30px;
  border-radius: 10px;
  background: #212428;
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #59c818;
}
@media (max-width: 575px) {
  .cid-uLEP1tlMx6 .form-wrap {
    padding: 20px;
  }
}
.cid-uLEP1tlMx6 form {
  width: 100%;
}
.cid-uLEP1tlMx6 form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-uLEP1tlMx6 form p {
  color: #878e99;
}
.cid-uLEP1tlMx6 form .mbr-section-btn {
  text-align: center;
  justify-content: center;
}
.cid-uLEP1tlMx6 form .mbr-section-btn .btn {
  width: 100%;
}
.cid-uLEP1tlMx6 form .form-group {
  margin-bottom: 20px !important;
}
.cid-uLEP1tlMx6 form .form-control {
  background-color: #191b1e;
  border-radius: 6px !important;
  height: 55px;
  box-shadow: 1px 4px 2px -3px rgba(0, 0, 0, 0.7) inset, -1px -3px 3px -2px rgba(255, 255, 255, 0.2) inset !important;
  border: 2px solid #191b1e !important;
  padding: 10px 15px;
  font-size: 18px;
  margin-bottom: 0;
  color: #C4CFDE;
  font-weight: 400;
  transition: 0.4s all !important;
  line-height: 29px !important;
}
.cid-uLEP1tlMx6 form .form-control::-webkit-input-placeholder {
  color: #878e99;
}
.cid-uLEP1tlMx6 form .form-control::-moz-placeholder {
  color: #878e99;
}
.cid-uLEP1tlMx6 form .form-control:-moz-placeholder {
  color: #878e99;
}
.cid-uLEP1tlMx6 form .form-control:-ms-input-placeholder {
  color: #878e99;
}
.cid-uLEP1tlMx6 form select {
  color: #878e99 !important;
}
.cid-uLEP1tlMx6 form textarea {
  height: 216px !important;
  resize: none;
}
.cid-uLEP1tlMx6 form input:active,
.cid-uLEP1tlMx6 form textarea:active,
.cid-uLEP1tlMx6 form input:focus,
.cid-uLEP1tlMx6 form textarea:focus {
  border-color: #59c818 !important;
  box-shadow: none !important;
  color: #878e99 !important;
  outline: none !important;
}
.cid-uLEP1tlMx6 form input:active::-webkit-input-placeholder,
.cid-uLEP1tlMx6 form textarea:active::-webkit-input-placeholder,
.cid-uLEP1tlMx6 form input:focus::-webkit-input-placeholder,
.cid-uLEP1tlMx6 form textarea:focus::-webkit-input-placeholder {
  color: #878e99;
}
.cid-uLEP1tlMx6 form input:active::-moz-placeholder,
.cid-uLEP1tlMx6 form textarea:active::-moz-placeholder,
.cid-uLEP1tlMx6 form input:focus::-moz-placeholder,
.cid-uLEP1tlMx6 form textarea:focus::-moz-placeholder {
  color: #878e99;
}
.cid-uLEP1tlMx6 form input:active:-moz-placeholder,
.cid-uLEP1tlMx6 form textarea:active:-moz-placeholder,
.cid-uLEP1tlMx6 form input:focus:-moz-placeholder,
.cid-uLEP1tlMx6 form textarea:focus:-moz-placeholder {
  color: #878e99;
}
.cid-uLEP1tlMx6 form input:active:-ms-input-placeholder,
.cid-uLEP1tlMx6 form textarea:active:-ms-input-placeholder,
.cid-uLEP1tlMx6 form input:focus:-ms-input-placeholder,
.cid-uLEP1tlMx6 form textarea:focus:-ms-input-placeholder {
  color: #878e99;
}
.cid-uLEP1tlMx6 form .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.cid-uLEP1tlMx6 form .row [class*=col] {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uLEP1tlMx6 form label {
  width: 100%;
  color: #878e99;
  margin-bottom: 14px;
}
.cid-uLEP1tlMx6 form .form-control-label {
  width: 100%;
}
.cid-uLEP1tlMx6 form .form-check-label {
  margin-bottom: 14px;
}
.cid-uLEP1tlMx6 form .form-check-input {
  border-color: #191b1e !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uLEP1tlMx6 form .form-check-input:focus,
.cid-uLEP1tlMx6 form .form-check-input:hover {
  border-color: #59c818 !important;
}
.cid-uLEP1tlMx6 form .form-check-input:checked {
  border-color: #59c818 !important;
  background-color: #191b1e !important;
}
.cid-uLEP1tlMx6 LABEL {
  color: #f2bc1c;
}
.cid-uM7XcPIcP0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uM7XcPIcP0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM7XcPIcP0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM7XcPIcP0 .row {
  justify-content: center;
}
.cid-uM7XcPIcP0 .card {
  justify-content: center;
}
.cid-uM7XcPIcP0 .mbr-copy {
  margin-bottom: 0;
  color: #59c818;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uM7XcPIcP0 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uM7XcPIcP0 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uM7XcPIcP0 .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uM7XcPIcP0 .nav-wrapper .list .item-wrap:hover,
.cid-uM7XcPIcP0 .nav-wrapper .list .item-wrap:focus {
  color: #59c818;
}
.cid-uM7XcPIcP0 .list,
.cid-uM7XcPIcP0 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uM7XcPIcP0 .list,
.cid-uM7XcPIcP0 .item-wrap,
.cid-uM7XcPIcP0 .nav-wrapper {
  color: #5d803a;
}
.cid-uKpQawsdNj {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uKpQawsdNj .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-uKpQawsdNj .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uKpQawsdNj .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-uKpQawsdNj .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-uKpQawsdNj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKpQawsdNj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKpQawsdNj .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uKpQawsdNj .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uKpQawsdNj .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uKpQawsdNj .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uKpQawsdNj .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uKpQawsdNj .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uKpQawsdNj .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uKpQawsdNj .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uKpQawsdNj .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uKpQawsdNj .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uKpQawsdNj .nav-link:hover {
  color: #5d803a !important;
}
.cid-uKpQawsdNj .nav-link:hover::before {
  width: 100%;
}
.cid-uKpQawsdNj .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #5d803a;
  transition: all 0.3s ease-in-out;
}
.cid-uKpQawsdNj .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uKpQawsdNj .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uKpQawsdNj .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uKpQawsdNj .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uKpQawsdNj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uKpQawsdNj .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0) !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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #59c818;
  position: relative;
}
.cid-uKpQawsdNj .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uKpQawsdNj .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uKpQawsdNj .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-uKpQawsdNj .iconfont-wrapper {
  color: #59c818 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKpQawsdNj .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0) !important;
}
.cid-uKpQawsdNj .nav-item:focus,
.cid-uKpQawsdNj .nav-link:focus {
  outline: none;
}
.cid-uKpQawsdNj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKpQawsdNj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKpQawsdNj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKpQawsdNj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKpQawsdNj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKpQawsdNj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKpQawsdNj .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-uKpQawsdNj .navbar.opened {
  transition: all 0.3s;
}
.cid-uKpQawsdNj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKpQawsdNj .navbar .navbar-logo img {
  width: auto;
}
.cid-uKpQawsdNj .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uKpQawsdNj .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uKpQawsdNj .navbar.collapsed {
  justify-content: center;
}
.cid-uKpQawsdNj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKpQawsdNj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKpQawsdNj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uKpQawsdNj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKpQawsdNj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKpQawsdNj .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-uKpQawsdNj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKpQawsdNj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKpQawsdNj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uKpQawsdNj .navbar {
    min-height: 72px;
  }
  .cid-uKpQawsdNj .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uKpQawsdNj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKpQawsdNj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKpQawsdNj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKpQawsdNj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKpQawsdNj .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-uKpQawsdNj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKpQawsdNj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uKpQawsdNj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKpQawsdNj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uKpQawsdNj .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uKpQawsdNj .dropdown-item.active,
.cid-uKpQawsdNj .dropdown-item:active {
  background-color: transparent;
}
.cid-uKpQawsdNj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKpQawsdNj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKpQawsdNj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKpQawsdNj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uKpQawsdNj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uKpQawsdNj .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uKpQawsdNj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKpQawsdNj .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uKpQawsdNj .navbar-buttons {
    text-align: left;
  }
}
.cid-uKpQawsdNj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKpQawsdNj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #59c818;
}
.cid-uKpQawsdNj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKpQawsdNj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKpQawsdNj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKpQawsdNj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKpQawsdNj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKpQawsdNj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKpQawsdNj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKpQawsdNj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKpQawsdNj .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uKpQawsdNj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKpQawsdNj .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-uKpQawsdNj .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKpQawsdNj .navbar {
    height: 70px;
  }
  .cid-uKpQawsdNj .navbar.opened {
    height: auto;
  }
  .cid-uKpQawsdNj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKpQawsdNj .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uKpQawsdNj .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uKpQawsdNj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uKpQawsdNj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uKpQawsdNj .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uKpQawsdNj .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uKpQawsdNj .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uKpQawsdNj .navbar-brand {
    margin-right: auto;
  }
  .cid-uKpQawsdNj .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) !important;
    background: rgba(0, 0, 0, 0) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uKpQawsdNj .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uKpQawsdNj .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uKpQawsdNj .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-uKpQawsdNj .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uKpQawsdNj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uKpQawsdNj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uKpQawsdNj .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uKpQawsdNj .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-uKpQawsdNj .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uKpQawsdNj .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uKpQawsdNj .navbar-brand,
.cid-uKpQawsdNj .navbar-toggler,
.cid-uKpQawsdNj .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uLPMkyxRSR {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #212428;
  background-image: linear-gradient(#212428 80%, #212428 110%);
}
.cid-uLPMkyxRSR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLPMkyxRSR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLPMkyxRSR .row {
  justify-content: center;
}
.cid-uLPMkyxRSR .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uLPMkyxRSR .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a78aff, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uLPMkyxRSR .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uLPMkyxRSR .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uLPMkyxRSR .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uLPMkyxRSR .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uLPMkyxRSR .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uLPMkyxRSR .mbr-section-title {
  color: #ffffff;
}
.cid-uLPMkyxRSR .mbr-text {
  color: #ffffff;
}
.cid-uLPMkyxRSR .mbr-desc {
  color: #59c818;
}
.cid-uM7XcPIcP0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uM7XcPIcP0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM7XcPIcP0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM7XcPIcP0 .row {
  justify-content: center;
}
.cid-uM7XcPIcP0 .card {
  justify-content: center;
}
.cid-uM7XcPIcP0 .mbr-copy {
  margin-bottom: 0;
  color: #59c818;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uM7XcPIcP0 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uM7XcPIcP0 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uM7XcPIcP0 .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uM7XcPIcP0 .nav-wrapper .list .item-wrap:hover,
.cid-uM7XcPIcP0 .nav-wrapper .list .item-wrap:focus {
  color: #59c818;
}
.cid-uM7XcPIcP0 .list,
.cid-uM7XcPIcP0 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uM7XcPIcP0 .list,
.cid-uM7XcPIcP0 .item-wrap,
.cid-uM7XcPIcP0 .nav-wrapper {
  color: #5d803a;
}
.cid-uKpQawsdNj {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uKpQawsdNj .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-uKpQawsdNj .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uKpQawsdNj .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-uKpQawsdNj .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-uKpQawsdNj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKpQawsdNj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKpQawsdNj .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uKpQawsdNj .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uKpQawsdNj .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uKpQawsdNj .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uKpQawsdNj .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uKpQawsdNj .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uKpQawsdNj .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uKpQawsdNj .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uKpQawsdNj .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uKpQawsdNj .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uKpQawsdNj .nav-link:hover {
  color: #5d803a !important;
}
.cid-uKpQawsdNj .nav-link:hover::before {
  width: 100%;
}
.cid-uKpQawsdNj .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #5d803a;
  transition: all 0.3s ease-in-out;
}
.cid-uKpQawsdNj .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uKpQawsdNj .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uKpQawsdNj .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uKpQawsdNj .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uKpQawsdNj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uKpQawsdNj .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0) !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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #59c818;
  position: relative;
}
.cid-uKpQawsdNj .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uKpQawsdNj .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uKpQawsdNj .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-uKpQawsdNj .iconfont-wrapper {
  color: #59c818 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKpQawsdNj .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0) !important;
}
.cid-uKpQawsdNj .nav-item:focus,
.cid-uKpQawsdNj .nav-link:focus {
  outline: none;
}
.cid-uKpQawsdNj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKpQawsdNj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKpQawsdNj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKpQawsdNj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKpQawsdNj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKpQawsdNj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKpQawsdNj .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-uKpQawsdNj .navbar.opened {
  transition: all 0.3s;
}
.cid-uKpQawsdNj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKpQawsdNj .navbar .navbar-logo img {
  width: auto;
}
.cid-uKpQawsdNj .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uKpQawsdNj .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uKpQawsdNj .navbar.collapsed {
  justify-content: center;
}
.cid-uKpQawsdNj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKpQawsdNj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKpQawsdNj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uKpQawsdNj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKpQawsdNj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKpQawsdNj .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-uKpQawsdNj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKpQawsdNj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKpQawsdNj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uKpQawsdNj .navbar {
    min-height: 72px;
  }
  .cid-uKpQawsdNj .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uKpQawsdNj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKpQawsdNj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKpQawsdNj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKpQawsdNj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKpQawsdNj .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-uKpQawsdNj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKpQawsdNj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uKpQawsdNj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKpQawsdNj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uKpQawsdNj .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uKpQawsdNj .dropdown-item.active,
.cid-uKpQawsdNj .dropdown-item:active {
  background-color: transparent;
}
.cid-uKpQawsdNj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKpQawsdNj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKpQawsdNj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKpQawsdNj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uKpQawsdNj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uKpQawsdNj .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uKpQawsdNj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKpQawsdNj .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uKpQawsdNj .navbar-buttons {
    text-align: left;
  }
}
.cid-uKpQawsdNj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKpQawsdNj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #59c818;
}
.cid-uKpQawsdNj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKpQawsdNj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKpQawsdNj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKpQawsdNj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKpQawsdNj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKpQawsdNj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKpQawsdNj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKpQawsdNj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKpQawsdNj .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uKpQawsdNj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKpQawsdNj .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-uKpQawsdNj .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKpQawsdNj .navbar {
    height: 70px;
  }
  .cid-uKpQawsdNj .navbar.opened {
    height: auto;
  }
  .cid-uKpQawsdNj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKpQawsdNj .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uKpQawsdNj .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uKpQawsdNj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uKpQawsdNj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uKpQawsdNj .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uKpQawsdNj .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uKpQawsdNj .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uKpQawsdNj .navbar-brand {
    margin-right: auto;
  }
  .cid-uKpQawsdNj .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) !important;
    background: rgba(0, 0, 0, 0) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uKpQawsdNj .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uKpQawsdNj .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uKpQawsdNj .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-uKpQawsdNj .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uKpQawsdNj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uKpQawsdNj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uKpQawsdNj .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uKpQawsdNj .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-uKpQawsdNj .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uKpQawsdNj .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uKpQawsdNj .navbar-brand,
.cid-uKpQawsdNj .navbar-toggler,
.cid-uKpQawsdNj .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-vmJzmLUG7a {
  padding-top: 12rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vmJzmLUG7a .card {
  position: relative;
  align-items: center;
  padding-top: 80px;
}
.cid-vmJzmLUG7a .card .gradient-wrapper {
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 100px;
  width: 100%;
  background-image: linear-gradient(180deg, transparent 0, #000000 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vmJzmLUG7a .card {
    padding-top: 40px;
  }
}
.cid-vmJzmLUG7a .card .decor-wrapper {
  position: absolute;
  top: 0;
  height: 400px;
  width: 60%;
  border-radius: 100%;
  background-image: linear-gradient(100deg, #2c2f35, transparent);
  pointer-events: none;
  filter: blur(40px);
}
.cid-vmJzmLUG7a .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmJzmLUG7a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmJzmLUG7a .card-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-vmJzmLUG7a .card-wrapper .border-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: #ffffff 0 0 0 4px;
  opacity: .1;
  pointer-events: none;
}
.cid-vmJzmLUG7a .card-wrapper .card-wrap {
  position: relative;
  display: flex;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vmJzmLUG7a .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-vmJzmLUG7a .card-wrapper .card-wrap .tabs-wrapper {
  position: relative;
  width: 25%;
  backdrop-filter: blur(40px);
}
@media (max-width: 992px) {
  .cid-vmJzmLUG7a .card-wrapper .card-wrap .tabs-wrapper {
    width: 100%;
  }
}
.cid-vmJzmLUG7a .card-wrapper .card-wrap .tabs-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .7;
  pointer-events: none;
}
.cid-vmJzmLUG7a .card-wrapper .card-wrap .tabs-wrapper .border-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-vmJzmLUG7a .card-wrapper .card-wrap .tabs-wrapper .border-wrap {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 1px;
  }
}
.cid-vmJzmLUG7a .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 24px;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
}
@media (max-width: 992px) {
  .cid-vmJzmLUG7a .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs {
    padding: 16px;
  }
}
.cid-vmJzmLUG7a .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  background-color: transparent;
  display: block;
  margin-top: 8px;
}
.cid-vmJzmLUG7a .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs .nav-item:first-child {
  margin-top: 0;
}
.cid-vmJzmLUG7a .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: block;
  background-color: transparent;
  border: none;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  padding: 16px;
}
.cid-vmJzmLUG7a .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(100deg, #ffffff 0, transparent 100%);
  opacity: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-vmJzmLUG7a .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  opacity: .1;
}
.cid-vmJzmLUG7a .card-wrapper .card-wrap .tab-content {
  position: relative;
  padding: 24px;
  width: 75%;
  backdrop-filter: blur(40px);
}
.cid-vmJzmLUG7a .card-wrapper .card-wrap .tab-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .5;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-vmJzmLUG7a .card-wrapper .card-wrap .tab-content {
    padding: 16px;
    width: 100%;
  }
}
.cid-vmJzmLUG7a .card-wrapper .card-wrap .tab-content .tab-pane .item-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 992px) {
  .cid-vmJzmLUG7a .card-wrapper .card-wrap .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-vmJzmLUG7a .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box {
  display: block;
  position: relative;
  overflow: hidden;
  min-height: 400px;
  height: 100%;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-vmJzmLUG7a .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box {
    min-height: auto;
    padding: 16px;
  }
  .cid-vmJzmLUG7a .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box:first-child {
    margin-bottom: 12px;
  }
}
.cid-vmJzmLUG7a .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #080a10;
  opacity: .1;
  pointer-events: none;
}
.cid-vmJzmLUG7a .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box .item-number {
  position: relative;
  z-index: 3;
  margin-bottom: 0;
}
.cid-vmJzmLUG7a .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box .item-title {
  position: relative;
  z-index: 3;
  margin-bottom: 16px;
}
.cid-vmJzmLUG7a .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box .item-text {
  position: relative;
  z-index: 3;
  margin-bottom: 0;
}
.cid-vmJzmLUG7a .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box .mbr-section-btn {
  position: relative;
  z-index: 3;
  margin-top: 16px;
}
.cid-vmJzmLUG7a .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vmJzmLUG7a .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box img {
  position: relative;
  z-index: 3;
  height: 352px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vmJzmLUG7a .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box img {
    height: 300px;
  }
}
.cid-vmJzmLUG7a .card-wrapper .card-wrap .tab-content .tab-pane .item-content .text-wrap {
  padding: 24px 24px 76px 24px;
}
@media (max-width: 992px) {
  .cid-vmJzmLUG7a .card-wrapper .card-wrap .tab-content .tab-pane .item-content .text-wrap {
    padding: 16px;
  }
}
.cid-vmJzmLUG7a .item-title {
  color: #ffffff;
}
.cid-vmJzmLUG7a .item-number {
  color: #ffffff;
}
.cid-vmJzmLUG7a .item-text {
  color: #5d803a;
}
.cid-vmJzmLUG7a .item-title,
.cid-vmJzmLUG7a .mbr-section-btn {
  color: #59c818;
}
.cid-vmK3zHvZsd {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vmK3zHvZsd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmK3zHvZsd .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-vmK3zHvZsd .container {
    padding: 0 30px;
  }
}
.cid-vmK3zHvZsd .card {
  justify-content: center;
}
.cid-vmK3zHvZsd .title-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-vmK3zHvZsd .title-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-vmK3zHvZsd .title-wrapper {
    padding: 0;
  }
}
.cid-vmK3zHvZsd .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-vmK3zHvZsd .title-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-vmK3zHvZsd .title-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #59c818;
}
@media (max-width: 992px) {
  .cid-vmK3zHvZsd .title-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-vmK3zHvZsd .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vmK3zHvZsd .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vmK3zHvZsd .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-vmK3zHvZsd .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-vmK3zHvZsd .content-wrapper {
    padding: 0;
  }
}
.cid-vmK3zHvZsd .content-wrapper .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  background-color: transparent;
  padding: 0;
}
.cid-vmK3zHvZsd .content-wrapper .panel-group .card:hover::before,
.cid-vmK3zHvZsd .content-wrapper .panel-group .card:focus::before,
.cid-vmK3zHvZsd .content-wrapper .panel-group .card:hover::after,
.cid-vmK3zHvZsd .content-wrapper .panel-group .card:focus::after {
  opacity: 1;
}
.cid-vmK3zHvZsd .content-wrapper .panel-group .card::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #59c818;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-vmK3zHvZsd .content-wrapper .panel-group .card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #59c818;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-vmK3zHvZsd .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vmK3zHvZsd .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-vmK3zHvZsd .content-wrapper .panel-group .card .card-header .panel-title {
    padding: 40px 0;
  }
}
.cid-vmK3zHvZsd .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vmK3zHvZsd .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
    display: block;
  }
}
.cid-vmK3zHvZsd .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-number {
  min-width: 120px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vmK3zHvZsd .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-number {
    display: none;
  }
}
.cid-vmK3zHvZsd .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-bottom: 0;
  transition: all 0.5s ease-in-out;
}
.cid-vmK3zHvZsd .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit::before {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #59c818;
  transition: all 0.5s ease-in-out;
}
.cid-vmK3zHvZsd .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  width: 20px;
  height: 20px;
  min-width: 20px;
  transition: all 0.3s ease-in-out;
  color: #59c818;
  margin-left: 20px;
  opacity: .2;
}
.cid-vmK3zHvZsd .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit {
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-vmK3zHvZsd .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit {
    padding-left: 60px;
  }
}
.cid-vmK3zHvZsd .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit::before {
  width: 90px;
}
@media (max-width: 992px) {
  .cid-vmK3zHvZsd .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit::before {
    width: 40px;
  }
}
.cid-vmK3zHvZsd .content-wrapper .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  opacity: 1;
}
.cid-vmK3zHvZsd .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit {
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-vmK3zHvZsd .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit {
    padding-left: 60px;
  }
}
.cid-vmK3zHvZsd .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit::before {
  width: 90px;
}
@media (max-width: 992px) {
  .cid-vmK3zHvZsd .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit::before {
    width: 40px;
  }
}
.cid-vmK3zHvZsd .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  opacity: 1;
}
.cid-vmK3zHvZsd .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 60px 120px;
}
@media (max-width: 992px) {
  .cid-vmK3zHvZsd .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 0 40px 0;
  }
}
.cid-vmK3zHvZsd .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vmK3zHvZsd .mbr-desc {
  color: #bee0d6;
}
.cid-vmK3zHvZsd .mbr-section-title {
  color: #59c818;
  text-align: center;
}
.cid-vmK3zHvZsd .panel-number {
  color: #59c818;
}
.cid-vmK3zHvZsd .panel-title-edit {
  color: #5d803a;
  text-align: center;
}
.cid-vmK3zHvZsd .panel-text {
  color: #bbbbbb;
}
.cid-vmK3zHvZsd .mbr-desc,
.cid-vmK3zHvZsd .desc-wrapper {
  color: #59c818;
}
.cid-vmK4IXgf0x {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vmK4IXgf0x .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmK4IXgf0x .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-vmK4IXgf0x .container {
    padding: 0 30px;
  }
}
.cid-vmK4IXgf0x .card {
  justify-content: center;
}
.cid-vmK4IXgf0x .title-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-vmK4IXgf0x .title-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-vmK4IXgf0x .title-wrapper {
    padding: 0;
  }
}
.cid-vmK4IXgf0x .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-vmK4IXgf0x .title-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-vmK4IXgf0x .title-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #59c818;
}
@media (max-width: 992px) {
  .cid-vmK4IXgf0x .title-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-vmK4IXgf0x .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vmK4IXgf0x .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vmK4IXgf0x .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-vmK4IXgf0x .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-vmK4IXgf0x .content-wrapper {
    padding: 0;
  }
}
.cid-vmK4IXgf0x .content-wrapper .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  background-color: transparent;
  padding: 0;
}
.cid-vmK4IXgf0x .content-wrapper .panel-group .card:hover::before,
.cid-vmK4IXgf0x .content-wrapper .panel-group .card:focus::before,
.cid-vmK4IXgf0x .content-wrapper .panel-group .card:hover::after,
.cid-vmK4IXgf0x .content-wrapper .panel-group .card:focus::after {
  opacity: 1;
}
.cid-vmK4IXgf0x .content-wrapper .panel-group .card::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #59c818;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-vmK4IXgf0x .content-wrapper .panel-group .card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #59c818;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-vmK4IXgf0x .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vmK4IXgf0x .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-vmK4IXgf0x .content-wrapper .panel-group .card .card-header .panel-title {
    padding: 40px 0;
  }
}
.cid-vmK4IXgf0x .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vmK4IXgf0x .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
    display: block;
  }
}
.cid-vmK4IXgf0x .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-number {
  min-width: 120px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vmK4IXgf0x .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-number {
    display: none;
  }
}
.cid-vmK4IXgf0x .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-bottom: 0;
  transition: all 0.5s ease-in-out;
}
.cid-vmK4IXgf0x .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit::before {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #59c818;
  transition: all 0.5s ease-in-out;
}
.cid-vmK4IXgf0x .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  width: 20px;
  height: 20px;
  min-width: 20px;
  transition: all 0.3s ease-in-out;
  color: #59c818;
  margin-left: 20px;
  opacity: .2;
}
.cid-vmK4IXgf0x .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit {
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-vmK4IXgf0x .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit {
    padding-left: 60px;
  }
}
.cid-vmK4IXgf0x .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit::before {
  width: 90px;
}
@media (max-width: 992px) {
  .cid-vmK4IXgf0x .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit::before {
    width: 40px;
  }
}
.cid-vmK4IXgf0x .content-wrapper .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  opacity: 1;
}
.cid-vmK4IXgf0x .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit {
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-vmK4IXgf0x .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit {
    padding-left: 60px;
  }
}
.cid-vmK4IXgf0x .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit::before {
  width: 90px;
}
@media (max-width: 992px) {
  .cid-vmK4IXgf0x .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit::before {
    width: 40px;
  }
}
.cid-vmK4IXgf0x .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  opacity: 1;
}
.cid-vmK4IXgf0x .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 60px 120px;
}
@media (max-width: 992px) {
  .cid-vmK4IXgf0x .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 0 40px 0;
  }
}
.cid-vmK4IXgf0x .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vmK4IXgf0x .mbr-desc {
  color: #bee0d6;
}
.cid-vmK4IXgf0x .mbr-section-title {
  color: #59c818;
  text-align: center;
}
.cid-vmK4IXgf0x .panel-number {
  color: #59c818;
}
.cid-vmK4IXgf0x .panel-title-edit {
  color: #5d803a;
  text-align: center;
}
.cid-vmK4IXgf0x .panel-text {
  color: #bbbbbb;
}
.cid-vmK4IXgf0x .mbr-desc,
.cid-vmK4IXgf0x .desc-wrapper {
  color: #5d803a;
}
.cid-vmPb0DCtdk {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #080a10;
  overflow: hidden;
}
.cid-vmPb0DCtdk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmPb0DCtdk .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-vmPb0DCtdk .container {
    padding: 0 30px;
  }
}
.cid-vmPb0DCtdk .card {
  justify-content: center;
}
.cid-vmPb0DCtdk .title-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-vmPb0DCtdk .title-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-vmPb0DCtdk .title-wrapper {
    padding: 0;
  }
}
.cid-vmPb0DCtdk .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-vmPb0DCtdk .title-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-vmPb0DCtdk .title-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #59c818;
}
@media (max-width: 992px) {
  .cid-vmPb0DCtdk .title-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-vmPb0DCtdk .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vmPb0DCtdk .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vmPb0DCtdk .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-vmPb0DCtdk .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-vmPb0DCtdk .content-wrapper {
    padding: 0;
  }
}
.cid-vmPb0DCtdk .content-wrapper .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  background-color: transparent;
  padding: 0;
}
.cid-vmPb0DCtdk .content-wrapper .panel-group .card:hover::before,
.cid-vmPb0DCtdk .content-wrapper .panel-group .card:focus::before,
.cid-vmPb0DCtdk .content-wrapper .panel-group .card:hover::after,
.cid-vmPb0DCtdk .content-wrapper .panel-group .card:focus::after {
  opacity: 1;
}
.cid-vmPb0DCtdk .content-wrapper .panel-group .card::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #59c818;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-vmPb0DCtdk .content-wrapper .panel-group .card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #59c818;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-vmPb0DCtdk .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vmPb0DCtdk .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-vmPb0DCtdk .content-wrapper .panel-group .card .card-header .panel-title {
    padding: 40px 0;
  }
}
.cid-vmPb0DCtdk .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vmPb0DCtdk .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
    display: block;
  }
}
.cid-vmPb0DCtdk .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-number {
  min-width: 120px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vmPb0DCtdk .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-number {
    display: none;
  }
}
.cid-vmPb0DCtdk .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-bottom: 0;
  transition: all 0.5s ease-in-out;
}
.cid-vmPb0DCtdk .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit::before {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #59c818;
  transition: all 0.5s ease-in-out;
}
.cid-vmPb0DCtdk .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  width: 20px;
  height: 20px;
  min-width: 20px;
  transition: all 0.3s ease-in-out;
  color: #59c818;
  margin-left: 20px;
  opacity: .2;
}
.cid-vmPb0DCtdk .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit {
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-vmPb0DCtdk .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit {
    padding-left: 60px;
  }
}
.cid-vmPb0DCtdk .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit::before {
  width: 90px;
}
@media (max-width: 992px) {
  .cid-vmPb0DCtdk .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit::before {
    width: 40px;
  }
}
.cid-vmPb0DCtdk .content-wrapper .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  opacity: 1;
}
.cid-vmPb0DCtdk .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit {
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-vmPb0DCtdk .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit {
    padding-left: 60px;
  }
}
.cid-vmPb0DCtdk .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit::before {
  width: 90px;
}
@media (max-width: 992px) {
  .cid-vmPb0DCtdk .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit::before {
    width: 40px;
  }
}
.cid-vmPb0DCtdk .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  opacity: 1;
}
.cid-vmPb0DCtdk .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 60px 120px;
}
@media (max-width: 992px) {
  .cid-vmPb0DCtdk .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 0 40px 0;
  }
}
.cid-vmPb0DCtdk .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vmPb0DCtdk .mbr-desc {
  color: #bee0d6;
}
.cid-vmPb0DCtdk .mbr-section-title {
  color: #59c818;
  text-align: center;
}
.cid-vmPb0DCtdk .panel-number {
  color: #59c818;
}
.cid-vmPb0DCtdk .panel-title-edit {
  color: #5d803a;
  text-align: center;
}
.cid-vmPb0DCtdk .panel-text {
  color: #bbbbbb;
}
.cid-vmPb0DCtdk .mbr-desc,
.cid-vmPb0DCtdk .desc-wrapper {
  color: #59c818;
}
.cid-vmPcENlqxM {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vmPcENlqxM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmPcENlqxM .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-vmPcENlqxM .container {
    padding: 0 30px;
  }
}
.cid-vmPcENlqxM .card {
  justify-content: center;
}
.cid-vmPcENlqxM .title-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-vmPcENlqxM .title-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-vmPcENlqxM .title-wrapper {
    padding: 0;
  }
}
.cid-vmPcENlqxM .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-vmPcENlqxM .title-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-vmPcENlqxM .title-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #59c818;
}
@media (max-width: 992px) {
  .cid-vmPcENlqxM .title-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-vmPcENlqxM .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vmPcENlqxM .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vmPcENlqxM .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-vmPcENlqxM .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-vmPcENlqxM .content-wrapper {
    padding: 0;
  }
}
.cid-vmPcENlqxM .content-wrapper .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  background-color: transparent;
  padding: 0;
}
.cid-vmPcENlqxM .content-wrapper .panel-group .card:hover::before,
.cid-vmPcENlqxM .content-wrapper .panel-group .card:focus::before,
.cid-vmPcENlqxM .content-wrapper .panel-group .card:hover::after,
.cid-vmPcENlqxM .content-wrapper .panel-group .card:focus::after {
  opacity: 1;
}
.cid-vmPcENlqxM .content-wrapper .panel-group .card::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #59c818;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-vmPcENlqxM .content-wrapper .panel-group .card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #59c818;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-vmPcENlqxM .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vmPcENlqxM .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-vmPcENlqxM .content-wrapper .panel-group .card .card-header .panel-title {
    padding: 40px 0;
  }
}
.cid-vmPcENlqxM .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vmPcENlqxM .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
    display: block;
  }
}
.cid-vmPcENlqxM .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-number {
  min-width: 120px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vmPcENlqxM .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-number {
    display: none;
  }
}
.cid-vmPcENlqxM .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-bottom: 0;
  transition: all 0.5s ease-in-out;
}
.cid-vmPcENlqxM .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit::before {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #59c818;
  transition: all 0.5s ease-in-out;
}
.cid-vmPcENlqxM .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  width: 20px;
  height: 20px;
  min-width: 20px;
  transition: all 0.3s ease-in-out;
  color: #59c818;
  margin-left: 20px;
  opacity: .2;
}
.cid-vmPcENlqxM .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit {
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-vmPcENlqxM .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit {
    padding-left: 60px;
  }
}
.cid-vmPcENlqxM .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit::before {
  width: 90px;
}
@media (max-width: 992px) {
  .cid-vmPcENlqxM .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit::before {
    width: 40px;
  }
}
.cid-vmPcENlqxM .content-wrapper .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  opacity: 1;
}
.cid-vmPcENlqxM .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit {
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-vmPcENlqxM .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit {
    padding-left: 60px;
  }
}
.cid-vmPcENlqxM .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit::before {
  width: 90px;
}
@media (max-width: 992px) {
  .cid-vmPcENlqxM .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit::before {
    width: 40px;
  }
}
.cid-vmPcENlqxM .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  opacity: 1;
}
.cid-vmPcENlqxM .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 60px 120px;
}
@media (max-width: 992px) {
  .cid-vmPcENlqxM .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 0 40px 0;
  }
}
.cid-vmPcENlqxM .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vmPcENlqxM .mbr-desc {
  color: #bee0d6;
}
.cid-vmPcENlqxM .mbr-section-title {
  color: #59c818;
  text-align: center;
}
.cid-vmPcENlqxM .panel-number {
  color: #59c818;
}
.cid-vmPcENlqxM .panel-title-edit {
  color: #5d803a;
  text-align: center;
}
.cid-vmPcENlqxM .panel-text {
  color: #bbbbbb;
}
.cid-vmPcENlqxM .mbr-desc,
.cid-vmPcENlqxM .desc-wrapper {
  color: #59c818;
}
.cid-vmYoeE8ssf {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #080a10;
  overflow: hidden;
}
.cid-vmYoeE8ssf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmYoeE8ssf .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-vmYoeE8ssf .container {
    padding: 0 30px;
  }
}
.cid-vmYoeE8ssf .card {
  justify-content: center;
}
.cid-vmYoeE8ssf .title-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-vmYoeE8ssf .title-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-vmYoeE8ssf .title-wrapper {
    padding: 0;
  }
}
.cid-vmYoeE8ssf .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-vmYoeE8ssf .title-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-vmYoeE8ssf .title-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #59c818;
}
@media (max-width: 992px) {
  .cid-vmYoeE8ssf .title-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-vmYoeE8ssf .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vmYoeE8ssf .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vmYoeE8ssf .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-vmYoeE8ssf .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-vmYoeE8ssf .content-wrapper {
    padding: 0;
  }
}
.cid-vmYoeE8ssf .content-wrapper .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  background-color: transparent;
  padding: 0;
}
.cid-vmYoeE8ssf .content-wrapper .panel-group .card:hover::before,
.cid-vmYoeE8ssf .content-wrapper .panel-group .card:focus::before,
.cid-vmYoeE8ssf .content-wrapper .panel-group .card:hover::after,
.cid-vmYoeE8ssf .content-wrapper .panel-group .card:focus::after {
  opacity: 1;
}
.cid-vmYoeE8ssf .content-wrapper .panel-group .card::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #59c818;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-vmYoeE8ssf .content-wrapper .panel-group .card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #59c818;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-vmYoeE8ssf .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vmYoeE8ssf .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-vmYoeE8ssf .content-wrapper .panel-group .card .card-header .panel-title {
    padding: 40px 0;
  }
}
.cid-vmYoeE8ssf .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vmYoeE8ssf .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
    display: block;
  }
}
.cid-vmYoeE8ssf .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-number {
  min-width: 120px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vmYoeE8ssf .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-number {
    display: none;
  }
}
.cid-vmYoeE8ssf .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-bottom: 0;
  transition: all 0.5s ease-in-out;
}
.cid-vmYoeE8ssf .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit::before {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #59c818;
  transition: all 0.5s ease-in-out;
}
.cid-vmYoeE8ssf .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  width: 20px;
  height: 20px;
  min-width: 20px;
  transition: all 0.3s ease-in-out;
  color: #59c818;
  margin-left: 20px;
  opacity: .2;
}
.cid-vmYoeE8ssf .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit {
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-vmYoeE8ssf .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit {
    padding-left: 60px;
  }
}
.cid-vmYoeE8ssf .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit::before {
  width: 90px;
}
@media (max-width: 992px) {
  .cid-vmYoeE8ssf .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit::before {
    width: 40px;
  }
}
.cid-vmYoeE8ssf .content-wrapper .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  opacity: 1;
}
.cid-vmYoeE8ssf .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit {
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-vmYoeE8ssf .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit {
    padding-left: 60px;
  }
}
.cid-vmYoeE8ssf .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit::before {
  width: 90px;
}
@media (max-width: 992px) {
  .cid-vmYoeE8ssf .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit::before {
    width: 40px;
  }
}
.cid-vmYoeE8ssf .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  opacity: 1;
}
.cid-vmYoeE8ssf .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 60px 120px;
}
@media (max-width: 992px) {
  .cid-vmYoeE8ssf .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 0 40px 0;
  }
}
.cid-vmYoeE8ssf .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vmYoeE8ssf .mbr-desc {
  color: #bee0d6;
}
.cid-vmYoeE8ssf .mbr-section-title {
  color: #59c818;
  text-align: center;
}
.cid-vmYoeE8ssf .panel-number {
  color: #59c818;
}
.cid-vmYoeE8ssf .panel-title-edit {
  color: #5d803a;
  text-align: center;
}
.cid-vmYoeE8ssf .panel-text {
  color: #bbbbbb;
}
.cid-vmYoeE8ssf .mbr-desc,
.cid-vmYoeE8ssf .desc-wrapper {
  color: #59c818;
}
.cid-uM7XcPIcP0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uM7XcPIcP0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM7XcPIcP0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM7XcPIcP0 .row {
  justify-content: center;
}
.cid-uM7XcPIcP0 .card {
  justify-content: center;
}
.cid-uM7XcPIcP0 .mbr-copy {
  margin-bottom: 0;
  color: #59c818;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uM7XcPIcP0 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uM7XcPIcP0 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uM7XcPIcP0 .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uM7XcPIcP0 .nav-wrapper .list .item-wrap:hover,
.cid-uM7XcPIcP0 .nav-wrapper .list .item-wrap:focus {
  color: #59c818;
}
.cid-uM7XcPIcP0 .list,
.cid-uM7XcPIcP0 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uM7XcPIcP0 .list,
.cid-uM7XcPIcP0 .item-wrap,
.cid-uM7XcPIcP0 .nav-wrapper {
  color: #5d803a;
}
.cid-vnfFxduweL {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vnfFxduweL .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-vnfFxduweL .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vnfFxduweL .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-vnfFxduweL .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-vnfFxduweL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vnfFxduweL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vnfFxduweL .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vnfFxduweL .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vnfFxduweL .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vnfFxduweL .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-vnfFxduweL .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vnfFxduweL .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vnfFxduweL .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vnfFxduweL .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vnfFxduweL .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vnfFxduweL .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vnfFxduweL .nav-link:hover {
  color: #5d803a !important;
}
.cid-vnfFxduweL .nav-link:hover::before {
  width: 100%;
}
.cid-vnfFxduweL .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #5d803a;
  transition: all 0.3s ease-in-out;
}
.cid-vnfFxduweL .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vnfFxduweL .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vnfFxduweL .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-vnfFxduweL .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vnfFxduweL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vnfFxduweL .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0) !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: 16px;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid #59c818;
  position: relative;
}
.cid-vnfFxduweL .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-vnfFxduweL .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-vnfFxduweL .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-vnfFxduweL .iconfont-wrapper {
  color: #59c818 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vnfFxduweL .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0) !important;
}
.cid-vnfFxduweL .nav-item:focus,
.cid-vnfFxduweL .nav-link:focus {
  outline: none;
}
.cid-vnfFxduweL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vnfFxduweL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vnfFxduweL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vnfFxduweL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vnfFxduweL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vnfFxduweL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vnfFxduweL .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-vnfFxduweL .navbar.opened {
  transition: all 0.3s;
}
.cid-vnfFxduweL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vnfFxduweL .navbar .navbar-logo img {
  width: auto;
}
.cid-vnfFxduweL .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vnfFxduweL .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-vnfFxduweL .navbar.collapsed {
  justify-content: center;
}
.cid-vnfFxduweL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vnfFxduweL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vnfFxduweL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vnfFxduweL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vnfFxduweL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vnfFxduweL .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-vnfFxduweL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vnfFxduweL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vnfFxduweL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vnfFxduweL .navbar {
    min-height: 72px;
  }
  .cid-vnfFxduweL .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vnfFxduweL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vnfFxduweL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vnfFxduweL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vnfFxduweL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vnfFxduweL .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-vnfFxduweL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vnfFxduweL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vnfFxduweL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vnfFxduweL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vnfFxduweL .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vnfFxduweL .dropdown-item.active,
.cid-vnfFxduweL .dropdown-item:active {
  background-color: transparent;
}
.cid-vnfFxduweL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vnfFxduweL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vnfFxduweL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vnfFxduweL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vnfFxduweL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vnfFxduweL .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vnfFxduweL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vnfFxduweL .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vnfFxduweL .navbar-buttons {
    text-align: left;
  }
}
.cid-vnfFxduweL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vnfFxduweL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #59c818;
}
.cid-vnfFxduweL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vnfFxduweL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vnfFxduweL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vnfFxduweL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vnfFxduweL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vnfFxduweL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vnfFxduweL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vnfFxduweL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vnfFxduweL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vnfFxduweL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vnfFxduweL .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-vnfFxduweL .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vnfFxduweL .navbar {
    height: 70px;
  }
  .cid-vnfFxduweL .navbar.opened {
    height: auto;
  }
  .cid-vnfFxduweL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vnfFxduweL .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vnfFxduweL .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vnfFxduweL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vnfFxduweL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vnfFxduweL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vnfFxduweL .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vnfFxduweL .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vnfFxduweL .navbar-brand {
    margin-right: auto;
  }
  .cid-vnfFxduweL .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) !important;
    background: rgba(0, 0, 0, 0) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vnfFxduweL .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vnfFxduweL .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vnfFxduweL .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-vnfFxduweL .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vnfFxduweL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vnfFxduweL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vnfFxduweL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vnfFxduweL .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-vnfFxduweL .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vnfFxduweL .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vnfFxduweL .navbar-brand,
.cid-vnfFxduweL .navbar-toggler,
.cid-vnfFxduweL .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-vnfFUWNztR {
  padding-top: 12rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vnfFUWNztR .card {
  position: relative;
  align-items: center;
  padding-top: 80px;
}
.cid-vnfFUWNztR .card .gradient-wrapper {
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 100px;
  width: 100%;
  background-image: linear-gradient(180deg, transparent 0, #000000 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vnfFUWNztR .card {
    padding-top: 40px;
  }
}
.cid-vnfFUWNztR .card .decor-wrapper {
  position: absolute;
  top: 0;
  height: 400px;
  width: 60%;
  border-radius: 100%;
  background-image: linear-gradient(100deg, #2c2f35, transparent);
  pointer-events: none;
  filter: blur(40px);
}
.cid-vnfFUWNztR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnfFUWNztR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnfFUWNztR .card-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-vnfFUWNztR .card-wrapper .border-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: #ffffff 0 0 0 4px;
  opacity: .1;
  pointer-events: none;
}
.cid-vnfFUWNztR .card-wrapper .card-wrap {
  position: relative;
  display: flex;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vnfFUWNztR .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-vnfFUWNztR .card-wrapper .card-wrap .tabs-wrapper {
  position: relative;
  width: 25%;
  backdrop-filter: blur(40px);
}
@media (max-width: 992px) {
  .cid-vnfFUWNztR .card-wrapper .card-wrap .tabs-wrapper {
    width: 100%;
  }
}
.cid-vnfFUWNztR .card-wrapper .card-wrap .tabs-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .7;
  pointer-events: none;
}
.cid-vnfFUWNztR .card-wrapper .card-wrap .tabs-wrapper .border-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-vnfFUWNztR .card-wrapper .card-wrap .tabs-wrapper .border-wrap {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 1px;
  }
}
.cid-vnfFUWNztR .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 24px;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
}
@media (max-width: 992px) {
  .cid-vnfFUWNztR .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs {
    padding: 16px;
  }
}
.cid-vnfFUWNztR .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  background-color: transparent;
  display: block;
  margin-top: 8px;
}
.cid-vnfFUWNztR .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs .nav-item:first-child {
  margin-top: 0;
}
.cid-vnfFUWNztR .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: block;
  background-color: transparent;
  border: none;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  padding: 16px;
}
.cid-vnfFUWNztR .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(100deg, #ffffff 0, transparent 100%);
  opacity: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-vnfFUWNztR .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  opacity: .1;
}
.cid-vnfFUWNztR .card-wrapper .card-wrap .tab-content {
  position: relative;
  padding: 24px;
  width: 75%;
  backdrop-filter: blur(40px);
}
.cid-vnfFUWNztR .card-wrapper .card-wrap .tab-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .5;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-vnfFUWNztR .card-wrapper .card-wrap .tab-content {
    padding: 16px;
    width: 100%;
  }
}
.cid-vnfFUWNztR .card-wrapper .card-wrap .tab-content .tab-pane .item-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 992px) {
  .cid-vnfFUWNztR .card-wrapper .card-wrap .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-vnfFUWNztR .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box {
  display: block;
  position: relative;
  overflow: hidden;
  min-height: 400px;
  height: 100%;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-vnfFUWNztR .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box {
    min-height: auto;
    padding: 16px;
  }
  .cid-vnfFUWNztR .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box:first-child {
    margin-bottom: 12px;
  }
}
.cid-vnfFUWNztR .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #080a10;
  opacity: .1;
  pointer-events: none;
}
.cid-vnfFUWNztR .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box .item-number {
  position: relative;
  z-index: 3;
  margin-bottom: 0;
}
.cid-vnfFUWNztR .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box .item-title {
  position: relative;
  z-index: 3;
  margin-bottom: 16px;
}
.cid-vnfFUWNztR .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box .item-text {
  position: relative;
  z-index: 3;
  margin-bottom: 0;
}
.cid-vnfFUWNztR .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box .mbr-section-btn {
  position: relative;
  z-index: 3;
  margin-top: 16px;
}
.cid-vnfFUWNztR .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vnfFUWNztR .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box img {
  position: relative;
  z-index: 3;
  height: 352px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vnfFUWNztR .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box img {
    height: 300px;
  }
}
.cid-vnfFUWNztR .card-wrapper .card-wrap .tab-content .tab-pane .item-content .text-wrap {
  padding: 24px 24px 76px 24px;
}
@media (max-width: 992px) {
  .cid-vnfFUWNztR .card-wrapper .card-wrap .tab-content .tab-pane .item-content .text-wrap {
    padding: 16px;
  }
}
.cid-vnfFUWNztR .item-title {
  color: #ffffff;
}
.cid-vnfFUWNztR .item-number {
  color: #ffffff;
}
.cid-vnfFUWNztR .item-text {
  color: #5d803a;
}
.cid-vnfFUWNztR .item-title,
.cid-vnfFUWNztR .mbr-section-btn {
  color: #59c818;
}
.cid-vnfFxdWaQe {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vnfFxdWaQe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnfFxdWaQe .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-vnfFxdWaQe .container {
    padding: 0 30px;
  }
}
.cid-vnfFxdWaQe .card {
  justify-content: center;
}
.cid-vnfFxdWaQe .title-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-vnfFxdWaQe .title-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-vnfFxdWaQe .title-wrapper {
    padding: 0;
  }
}
.cid-vnfFxdWaQe .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-vnfFxdWaQe .title-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-vnfFxdWaQe .title-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #59c818;
}
@media (max-width: 992px) {
  .cid-vnfFxdWaQe .title-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-vnfFxdWaQe .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vnfFxdWaQe .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vnfFxdWaQe .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-vnfFxdWaQe .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-vnfFxdWaQe .content-wrapper {
    padding: 0;
  }
}
.cid-vnfFxdWaQe .content-wrapper .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  background-color: transparent;
  padding: 0;
}
.cid-vnfFxdWaQe .content-wrapper .panel-group .card:hover::before,
.cid-vnfFxdWaQe .content-wrapper .panel-group .card:focus::before,
.cid-vnfFxdWaQe .content-wrapper .panel-group .card:hover::after,
.cid-vnfFxdWaQe .content-wrapper .panel-group .card:focus::after {
  opacity: 1;
}
.cid-vnfFxdWaQe .content-wrapper .panel-group .card::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #59c818;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-vnfFxdWaQe .content-wrapper .panel-group .card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #59c818;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-vnfFxdWaQe .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vnfFxdWaQe .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-vnfFxdWaQe .content-wrapper .panel-group .card .card-header .panel-title {
    padding: 40px 0;
  }
}
.cid-vnfFxdWaQe .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vnfFxdWaQe .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
    display: block;
  }
}
.cid-vnfFxdWaQe .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-number {
  min-width: 120px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnfFxdWaQe .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-number {
    display: none;
  }
}
.cid-vnfFxdWaQe .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-bottom: 0;
  transition: all 0.5s ease-in-out;
}
.cid-vnfFxdWaQe .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit::before {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #59c818;
  transition: all 0.5s ease-in-out;
}
.cid-vnfFxdWaQe .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  width: 20px;
  height: 20px;
  min-width: 20px;
  transition: all 0.3s ease-in-out;
  color: #59c818;
  margin-left: 20px;
  opacity: .2;
}
.cid-vnfFxdWaQe .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit {
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-vnfFxdWaQe .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit {
    padding-left: 60px;
  }
}
.cid-vnfFxdWaQe .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit::before {
  width: 90px;
}
@media (max-width: 992px) {
  .cid-vnfFxdWaQe .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit::before {
    width: 40px;
  }
}
.cid-vnfFxdWaQe .content-wrapper .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  opacity: 1;
}
.cid-vnfFxdWaQe .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit {
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-vnfFxdWaQe .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit {
    padding-left: 60px;
  }
}
.cid-vnfFxdWaQe .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit::before {
  width: 90px;
}
@media (max-width: 992px) {
  .cid-vnfFxdWaQe .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit::before {
    width: 40px;
  }
}
.cid-vnfFxdWaQe .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  opacity: 1;
}
.cid-vnfFxdWaQe .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 60px 120px;
}
@media (max-width: 992px) {
  .cid-vnfFxdWaQe .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 0 40px 0;
  }
}
.cid-vnfFxdWaQe .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vnfFxdWaQe .mbr-desc {
  color: #bee0d6;
}
.cid-vnfFxdWaQe .mbr-section-title {
  color: #59c818;
  text-align: center;
}
.cid-vnfFxdWaQe .panel-number {
  color: #59c818;
}
.cid-vnfFxdWaQe .panel-title-edit {
  color: #5d803a;
  text-align: center;
}
.cid-vnfFxdWaQe .panel-text {
  color: #bbbbbb;
}
.cid-vnfFxdWaQe .mbr-desc,
.cid-vnfFxdWaQe .desc-wrapper {
  color: #59c818;
}
.cid-vnfFxetpnl {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #080a10;
  overflow: hidden;
}
.cid-vnfFxetpnl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnfFxetpnl .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-vnfFxetpnl .container {
    padding: 0 30px;
  }
}
.cid-vnfFxetpnl .card {
  justify-content: center;
}
.cid-vnfFxetpnl .title-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-vnfFxetpnl .title-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-vnfFxetpnl .title-wrapper {
    padding: 0;
  }
}
.cid-vnfFxetpnl .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-vnfFxetpnl .title-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-vnfFxetpnl .title-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #59c818;
}
@media (max-width: 992px) {
  .cid-vnfFxetpnl .title-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-vnfFxetpnl .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vnfFxetpnl .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vnfFxetpnl .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-vnfFxetpnl .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-vnfFxetpnl .content-wrapper {
    padding: 0;
  }
}
.cid-vnfFxetpnl .content-wrapper .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  background-color: transparent;
  padding: 0;
}
.cid-vnfFxetpnl .content-wrapper .panel-group .card:hover::before,
.cid-vnfFxetpnl .content-wrapper .panel-group .card:focus::before,
.cid-vnfFxetpnl .content-wrapper .panel-group .card:hover::after,
.cid-vnfFxetpnl .content-wrapper .panel-group .card:focus::after {
  opacity: 1;
}
.cid-vnfFxetpnl .content-wrapper .panel-group .card::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #59c818;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-vnfFxetpnl .content-wrapper .panel-group .card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #59c818;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-vnfFxetpnl .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vnfFxetpnl .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-vnfFxetpnl .content-wrapper .panel-group .card .card-header .panel-title {
    padding: 40px 0;
  }
}
.cid-vnfFxetpnl .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vnfFxetpnl .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
    display: block;
  }
}
.cid-vnfFxetpnl .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-number {
  min-width: 120px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnfFxetpnl .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-number {
    display: none;
  }
}
.cid-vnfFxetpnl .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-bottom: 0;
  transition: all 0.5s ease-in-out;
}
.cid-vnfFxetpnl .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit::before {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #59c818;
  transition: all 0.5s ease-in-out;
}
.cid-vnfFxetpnl .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  width: 20px;
  height: 20px;
  min-width: 20px;
  transition: all 0.3s ease-in-out;
  color: #59c818;
  margin-left: 20px;
  opacity: .2;
}
.cid-vnfFxetpnl .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit {
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-vnfFxetpnl .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit {
    padding-left: 60px;
  }
}
.cid-vnfFxetpnl .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit::before {
  width: 90px;
}
@media (max-width: 992px) {
  .cid-vnfFxetpnl .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit::before {
    width: 40px;
  }
}
.cid-vnfFxetpnl .content-wrapper .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  opacity: 1;
}
.cid-vnfFxetpnl .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit {
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-vnfFxetpnl .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit {
    padding-left: 60px;
  }
}
.cid-vnfFxetpnl .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit::before {
  width: 90px;
}
@media (max-width: 992px) {
  .cid-vnfFxetpnl .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit::before {
    width: 40px;
  }
}
.cid-vnfFxetpnl .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  opacity: 1;
}
.cid-vnfFxetpnl .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 60px 120px;
}
@media (max-width: 992px) {
  .cid-vnfFxetpnl .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 0 40px 0;
  }
}
.cid-vnfFxetpnl .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vnfFxetpnl .mbr-desc {
  color: #bee0d6;
}
.cid-vnfFxetpnl .mbr-section-title {
  color: #59c818;
  text-align: center;
}
.cid-vnfFxetpnl .panel-number {
  color: #59c818;
}
.cid-vnfFxetpnl .panel-title-edit {
  color: #5d803a;
  text-align: center;
}
.cid-vnfFxetpnl .panel-text {
  color: #bbbbbb;
}
.cid-vnfFxetpnl .mbr-desc,
.cid-vnfFxetpnl .desc-wrapper {
  color: #59c818;
}
.cid-vnfFxeLB4C {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vnfFxeLB4C .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnfFxeLB4C .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-vnfFxeLB4C .container {
    padding: 0 30px;
  }
}
.cid-vnfFxeLB4C .card {
  justify-content: center;
}
.cid-vnfFxeLB4C .title-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-vnfFxeLB4C .title-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-vnfFxeLB4C .title-wrapper {
    padding: 0;
  }
}
.cid-vnfFxeLB4C .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-vnfFxeLB4C .title-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-vnfFxeLB4C .title-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #59c818;
}
@media (max-width: 992px) {
  .cid-vnfFxeLB4C .title-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-vnfFxeLB4C .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vnfFxeLB4C .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vnfFxeLB4C .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-vnfFxeLB4C .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-vnfFxeLB4C .content-wrapper {
    padding: 0;
  }
}
.cid-vnfFxeLB4C .content-wrapper .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  background-color: transparent;
  padding: 0;
}
.cid-vnfFxeLB4C .content-wrapper .panel-group .card:hover::before,
.cid-vnfFxeLB4C .content-wrapper .panel-group .card:focus::before,
.cid-vnfFxeLB4C .content-wrapper .panel-group .card:hover::after,
.cid-vnfFxeLB4C .content-wrapper .panel-group .card:focus::after {
  opacity: 1;
}
.cid-vnfFxeLB4C .content-wrapper .panel-group .card::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #59c818;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-vnfFxeLB4C .content-wrapper .panel-group .card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #59c818;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-vnfFxeLB4C .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vnfFxeLB4C .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-vnfFxeLB4C .content-wrapper .panel-group .card .card-header .panel-title {
    padding: 40px 0;
  }
}
.cid-vnfFxeLB4C .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vnfFxeLB4C .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
    display: block;
  }
}
.cid-vnfFxeLB4C .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-number {
  min-width: 120px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnfFxeLB4C .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-number {
    display: none;
  }
}
.cid-vnfFxeLB4C .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-bottom: 0;
  transition: all 0.5s ease-in-out;
}
.cid-vnfFxeLB4C .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit::before {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #59c818;
  transition: all 0.5s ease-in-out;
}
.cid-vnfFxeLB4C .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  width: 20px;
  height: 20px;
  min-width: 20px;
  transition: all 0.3s ease-in-out;
  color: #59c818;
  margin-left: 20px;
  opacity: .2;
}
.cid-vnfFxeLB4C .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit {
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-vnfFxeLB4C .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit {
    padding-left: 60px;
  }
}
.cid-vnfFxeLB4C .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit::before {
  width: 90px;
}
@media (max-width: 992px) {
  .cid-vnfFxeLB4C .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit::before {
    width: 40px;
  }
}
.cid-vnfFxeLB4C .content-wrapper .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  opacity: 1;
}
.cid-vnfFxeLB4C .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit {
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-vnfFxeLB4C .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit {
    padding-left: 60px;
  }
}
.cid-vnfFxeLB4C .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit::before {
  width: 90px;
}
@media (max-width: 992px) {
  .cid-vnfFxeLB4C .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit::before {
    width: 40px;
  }
}
.cid-vnfFxeLB4C .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  opacity: 1;
}
.cid-vnfFxeLB4C .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 60px 120px;
}
@media (max-width: 992px) {
  .cid-vnfFxeLB4C .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 0 40px 0;
  }
}
.cid-vnfFxeLB4C .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vnfFxeLB4C .mbr-desc {
  color: #bee0d6;
}
.cid-vnfFxeLB4C .mbr-section-title {
  color: #59c818;
  text-align: center;
}
.cid-vnfFxeLB4C .panel-number {
  color: #59c818;
}
.cid-vnfFxeLB4C .panel-title-edit {
  color: #5d803a;
  text-align: center;
}
.cid-vnfFxeLB4C .panel-text {
  color: #bbbbbb;
}
.cid-vnfFxeLB4C .mbr-desc,
.cid-vnfFxeLB4C .desc-wrapper {
  color: #59c818;
}
.cid-vnfFxf76t7 {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #080a10;
  overflow: hidden;
}
.cid-vnfFxf76t7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnfFxf76t7 .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-vnfFxf76t7 .container {
    padding: 0 30px;
  }
}
.cid-vnfFxf76t7 .card {
  justify-content: center;
}
.cid-vnfFxf76t7 .title-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-vnfFxf76t7 .title-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-vnfFxf76t7 .title-wrapper {
    padding: 0;
  }
}
.cid-vnfFxf76t7 .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-vnfFxf76t7 .title-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-vnfFxf76t7 .title-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #59c818;
}
@media (max-width: 992px) {
  .cid-vnfFxf76t7 .title-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-vnfFxf76t7 .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vnfFxf76t7 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vnfFxf76t7 .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-vnfFxf76t7 .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-vnfFxf76t7 .content-wrapper {
    padding: 0;
  }
}
.cid-vnfFxf76t7 .content-wrapper .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  background-color: transparent;
  padding: 0;
}
.cid-vnfFxf76t7 .content-wrapper .panel-group .card:hover::before,
.cid-vnfFxf76t7 .content-wrapper .panel-group .card:focus::before,
.cid-vnfFxf76t7 .content-wrapper .panel-group .card:hover::after,
.cid-vnfFxf76t7 .content-wrapper .panel-group .card:focus::after {
  opacity: 1;
}
.cid-vnfFxf76t7 .content-wrapper .panel-group .card::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #59c818;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-vnfFxf76t7 .content-wrapper .panel-group .card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #59c818;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-vnfFxf76t7 .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vnfFxf76t7 .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-vnfFxf76t7 .content-wrapper .panel-group .card .card-header .panel-title {
    padding: 40px 0;
  }
}
.cid-vnfFxf76t7 .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vnfFxf76t7 .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
    display: block;
  }
}
.cid-vnfFxf76t7 .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-number {
  min-width: 120px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnfFxf76t7 .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-number {
    display: none;
  }
}
.cid-vnfFxf76t7 .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-bottom: 0;
  transition: all 0.5s ease-in-out;
}
.cid-vnfFxf76t7 .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit::before {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #59c818;
  transition: all 0.5s ease-in-out;
}
.cid-vnfFxf76t7 .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  width: 20px;
  height: 20px;
  min-width: 20px;
  transition: all 0.3s ease-in-out;
  color: #59c818;
  margin-left: 20px;
  opacity: .2;
}
.cid-vnfFxf76t7 .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit {
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-vnfFxf76t7 .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit {
    padding-left: 60px;
  }
}
.cid-vnfFxf76t7 .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit::before {
  width: 90px;
}
@media (max-width: 992px) {
  .cid-vnfFxf76t7 .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit::before {
    width: 40px;
  }
}
.cid-vnfFxf76t7 .content-wrapper .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  opacity: 1;
}
.cid-vnfFxf76t7 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit {
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-vnfFxf76t7 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit {
    padding-left: 60px;
  }
}
.cid-vnfFxf76t7 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit::before {
  width: 90px;
}
@media (max-width: 992px) {
  .cid-vnfFxf76t7 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit::before {
    width: 40px;
  }
}
.cid-vnfFxf76t7 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  opacity: 1;
}
.cid-vnfFxf76t7 .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 60px 120px;
}
@media (max-width: 992px) {
  .cid-vnfFxf76t7 .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 0 40px 0;
  }
}
.cid-vnfFxf76t7 .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vnfFxf76t7 .mbr-desc {
  color: #bee0d6;
}
.cid-vnfFxf76t7 .mbr-section-title {
  color: #59c818;
  text-align: center;
}
.cid-vnfFxf76t7 .panel-number {
  color: #59c818;
}
.cid-vnfFxf76t7 .panel-title-edit {
  color: #5d803a;
  text-align: center;
}
.cid-vnfFxf76t7 .panel-text {
  color: #bbbbbb;
}
.cid-vnfFxf76t7 .mbr-desc,
.cid-vnfFxf76t7 .desc-wrapper {
  color: #59c818;
}
.cid-vnfFxfr3To {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vnfFxfr3To .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnfFxfr3To .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnfFxfr3To .row {
  justify-content: center;
}
.cid-vnfFxfr3To .card {
  justify-content: center;
}
.cid-vnfFxfr3To .mbr-copy {
  margin-bottom: 0;
  color: #59c818;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vnfFxfr3To .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vnfFxfr3To .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vnfFxfr3To .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vnfFxfr3To .nav-wrapper .list .item-wrap:hover,
.cid-vnfFxfr3To .nav-wrapper .list .item-wrap:focus {
  color: #59c818;
}
.cid-vnfFxfr3To .list,
.cid-vnfFxfr3To .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vnfFxfr3To .list,
.cid-vnfFxfr3To .item-wrap,
.cid-vnfFxfr3To .nav-wrapper {
  color: #5d803a;
}
