.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #fefae6;
}
body {
  font-family: Golos Text;
}
.display-1 {
  font-family: 'Golos Text', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Golos Text', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Golos Text', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    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: #f55d3e !important;
}
.bg-success {
  background-color: #29d786 !important;
}
.bg-info {
  background-color: #0eccf2 !important;
}
.bg-warning {
  background-color: #ffc001 !important;
}
.bg-danger {
  background-color: #d92738 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f55d3e !important;
  border-color: #f55d3e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #f8866e !important;
  border-color: #f8866e !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f8866e !important;
  border-color: #f8866e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #4d5e85 !important;
  border-color: #4d5e85 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #6175a4 !important;
  border-color: #6175a4 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #6175a4 !important;
  border-color: #6175a4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #0eccf2 !important;
  border-color: #0eccf2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #3ed6f5 !important;
  border-color: #3ed6f5 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #3ed6f5 !important;
  border-color: #3ed6f5 !important;
}
.btn-success,
.btn-success:active {
  background-color: #29d786 !important;
  border-color: #29d786 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #54df9e !important;
  border-color: #54df9e !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #54df9e !important;
  border-color: #54df9e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffc001 !important;
  border-color: #ffc001 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffcd34 !important;
  border-color: #ffcd34 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffcd34 !important;
  border-color: #ffcd34 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d92738 !important;
  border-color: #d92738 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #e15260 !important;
  border-color: #e15260 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e15260 !important;
  border-color: #e15260 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #f55d3e;
  color: #f55d3e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d12c0b !important;
  background-color: transparent !important;
  border-color: #d12c0b !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f55d3e !important;
  border-color: #f55d3e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #4d5e85;
  color: #4d5e85;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #2d374e !important;
  background-color: transparent !important;
  border-color: #2d374e !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #4d5e85 !important;
  border-color: #4d5e85 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0eccf2;
  color: #0eccf2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0987a1 !important;
  background-color: transparent !important;
  border-color: #0987a1 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0eccf2 !important;
  border-color: #0eccf2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #29d786;
  color: #29d786;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1b8f59 !important;
  background-color: transparent !important;
  border-color: #1b8f59 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #29d786 !important;
  border-color: #29d786 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffc001;
  color: #ffc001;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a97f00 !important;
  background-color: transparent !important;
  border-color: #a97f00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffc001 !important;
  border-color: #ffc001 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #d92738;
  color: #d92738;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #901925 !important;
  background-color: transparent !important;
  border-color: #901925 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d92738 !important;
  border-color: #d92738 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #f55d3e !important;
}
.text-secondary {
  color: #4d5e85 !important;
}
.text-success {
  color: #29d786 !important;
}
.text-info {
  color: #0eccf2 !important;
}
.text-warning {
  color: #ffc001 !important;
}
.text-danger {
  color: #d92738 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #c3290a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #283044 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #188251 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #087b92 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #9a7400 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #831721 !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: #f55d3e;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0eccf2;
}
.alert-warning {
  background-color: #ffc001;
}
.alert-danger {
  background-color: #d92738;
}
.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: #f55d3e;
  border-color: #f55d3e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f55d3e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d5f7e7;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d0f5fc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff3cd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f8d4d8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #f55d3e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #f55d3e;
}
/* 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: #f55d3e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f55d3e;
}
.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: #f55d3e;
  border-bottom-color: #f55d3e;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #f55d3e !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: #4d5e85 !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='%23f55d3e' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v5JlR9y5FS {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v5JlR9y5FS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5JlR9y5FS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5JlR9y5FS .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v5JlR9y5FS .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v5JlR9y5FS .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v5JlR9y5FS .navbar-nav .nav-item .nav-link:hover {
  background-color: #67710f;
}
.cid-v5JlR9y5FS .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v5JlR9y5FS .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v5JlR9y5FS .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v5JlR9y5FS .navbar-nav .dropdown-item:hover {
  background-color: #67710f;
}
@media (min-width: 992px) {
  .cid-v5JlR9y5FS .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v5JlR9y5FS .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v5JlR9y5FS .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v5JlR9y5FS .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v5JlR9y5FS .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5JlR9y5FS .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v5JlR9y5FS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v5JlR9y5FS .container {
  display: flex;
  height: 80px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(210, 229, 52, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #d2e534;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v5JlR9y5FS .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5JlR9y5FS .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v5JlR9y5FS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5JlR9y5FS .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #d2e534;
  background: rgba(210, 229, 52, 0.8) !important;
}
.cid-v5JlR9y5FS .nav-item:focus,
.cid-v5JlR9y5FS .nav-link:focus {
  outline: none;
}
.cid-v5JlR9y5FS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5JlR9y5FS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5JlR9y5FS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5JlR9y5FS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5JlR9y5FS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5JlR9y5FS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar.opened {
  transition: all 0.3s;
}
.cid-v5JlR9y5FS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5JlR9y5FS .navbar .navbar-logo img {
  width: auto;
}
.cid-v5JlR9y5FS .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v5JlR9y5FS .navbar.collapsed {
  justify-content: center;
}
.cid-v5JlR9y5FS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5JlR9y5FS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5JlR9y5FS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5JlR9y5FS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5JlR9y5FS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5JlR9y5FS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5JlR9y5FS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5JlR9y5FS .navbar {
    min-height: 72px;
  }
  .cid-v5JlR9y5FS .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v5JlR9y5FS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5JlR9y5FS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5JlR9y5FS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5JlR9y5FS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5JlR9y5FS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v5JlR9y5FS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5JlR9y5FS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5JlR9y5FS .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v5JlR9y5FS .dropdown-item.active,
.cid-v5JlR9y5FS .dropdown-item:active {
  background-color: transparent;
}
.cid-v5JlR9y5FS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5JlR9y5FS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5JlR9y5FS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5JlR9y5FS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2e534;
}
.cid-v5JlR9y5FS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v5JlR9y5FS .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v5JlR9y5FS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5JlR9y5FS .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v5JlR9y5FS .navbar-buttons {
    text-align: left;
  }
}
.cid-v5JlR9y5FS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5JlR9y5FS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5JlR9y5FS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5JlR9y5FS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5JlR9y5FS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5JlR9y5FS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v5JlR9y5FS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5JlR9y5FS .navbar {
    height: 70px;
  }
  .cid-v5JlR9y5FS .navbar.opened {
    height: auto;
  }
  .cid-v5JlR9y5FS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v5JlR9y5FS .navbar-buttons .btn {
  padding: 10px 30px;
}
.cid-v5JlR9y5FS .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v5JlR9y5FS .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v5JlR9y5FS .navbar-brand {
    margin-right: auto;
  }
  .cid-v5JlR9y5FS .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #d2e534;
    opacity: 1;
    border-color: rgba(210, 229, 52, 0.8) !important;
    background: rgba(210, 229, 52, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v5JlR9y5FS .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v5JlR9y5FS .navbar-nav .dropdown-item:hover {
    background-color: #67710f;
  }
  .cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v5JlR9y5FS .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v5C1pfh0pX {
  padding-top: 12rem;
  padding-bottom: 0rem;
  position: relative;
  align-items: center;
  background-color: #151e11;
}
.cid-v5C1pfh0pX .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-v5C1pfh0pX .image-wrap {
    padding: 16px;
  }
}
.cid-v5C1pfh0pX .image-wrap img {
  width: 100%;
  height: 70%;
  object-fit: cover;
}
.cid-v5C1pfh0pX .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-v5C1pfh0pX .image-overlay {
    padding: 16px;
  }
}
.cid-v5C1pfh0pX .image-overlay .image-over {
  background-color: #151e11;
  z-index: 2;
  opacity: 0.5;
  width: 100%;
  height: 70%;
}
.cid-v5C1pfh0pX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5C1pfh0pX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5C1pfh0pX .row {
  justify-content: center;
}
.cid-v5C1pfh0pX .mbr-section-title {
  position: relative;
  z-index: 2;
  margin: 160px 20px;
  color: #fff7ee;
  text-align: center;
}
@media (max-width: 1440px) {
  .cid-v5C1pfh0pX .mbr-section-title {
    margin: 60px 16px;
  }
}
@media (max-width: 992px) {
  .cid-v5C1pfh0pX .mbr-section-title {
    margin: 30px 16px;
  }
}
.cid-v5C1pfh0pX .card-wrapper {
  padding: 90px;
  position: relative;
  z-index: 2;
  background-color: #151e11;
}
@media (max-width: 992px) {
  .cid-v5C1pfh0pX .card-wrapper {
    padding: 30px 16px;
  }
}
.cid-v5C1pfh0pX .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v5C1pfh0pX .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5C1pfh0pX .mbr-text,
.cid-v5C1pfh0pX .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.cid-v5C1pfh0pX .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5C1pfh0pX .mbr-text,
.cid-v5C1pfh0pX .mbr-section-btn {
  text-align: center;
}
.cid-v5BV3rNL4e {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ef6f3f;
}
.cid-v5BV3rNL4e .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5BV3rNL4e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5BV3rNL4e .container-fluid {
  padding: 0 0 0 45px;
}
@media (max-width: 992px) {
  .cid-v5BV3rNL4e .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-v5BV3rNL4e .container {
    padding: 0 25px;
  }
}
.cid-v5BV3rNL4e .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v5BV3rNL4e .image-wrapper {
    margin-top: 20px;
  }
}
.cid-v5BV3rNL4e .image-wrapper img {
  height: 310px;
  object-fit: cover;
  border-radius: 0 0 20rem 20rem !important;
}
@media (max-width: 992px) {
  .cid-v5BV3rNL4e .image-wrapper img {
    height: 210px;
  }
}
@media (max-width: 425px) {
  .cid-v5BV3rNL4e .image-wrapper img {
    border-radius: 0 0 10rem 10rem !important;
  }
}
.cid-v5BV3rNL4e .title-wrapper {
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-v5BV3rNL4e .title-wrapper {
    padding: 0;
  }
}
.cid-v5BV3rNL4e .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v5BV3rNL4e .title-wrapper .mbr-text {
  margin-bottom: 25px;
}
.cid-v5BV3rNL4e .mbr-section-title {
  color: #ffffff;
}
.cid-v5BV3rNL4e .mbr-text {
  color: #ffffff;
}
.cid-v5C0Eu9r3y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://r.mobirisesite.com/1927159/assets/images/gf8f5e9a0fd71870de403d1e8886e-h_mj9jmh85.jpg");
}
.cid-v5C0Eu9r3y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5C0Eu9r3y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5C0Eu9r3y .row {
  margin: 0 -8px;
}
.cid-v5C0Eu9r3y .row .card {
  padding: 0 8px;
}
.cid-v5C0Eu9r3y .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-v5C0Eu9r3y .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-v5C0Eu9r3y .card-wrapper {
    padding: 24px;
  }
}
.cid-v5C0Eu9r3y .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-v5C0Eu9r3y .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .6;
}
.cid-v5C0Eu9r3y .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v5C0Eu9r3y .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-v5C0Eu9r3y .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v5C0Eu9r3y .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v5C0Eu9r3y .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v5C0Eu9r3y .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-v5C0Eu9r3y .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5C0Eu9r3y .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-v5C0Eu9r3y .mbr-label {
  color: #63635d;
  text-align: center;
}
.cid-v5C0Eu9r3y .mbr-text,
.cid-v5C0Eu9r3y .text-wrapper {
  color: #63635d;
  text-align: center;
}
.cid-v5C3LlqIkO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151e11;
}
.cid-v5C3LlqIkO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5C3LlqIkO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5C3LlqIkO .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-v5C3LlqIkO .row .card {
  padding: 0 13px;
}
.cid-v5C3LlqIkO .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v5C3LlqIkO .content-wrapper {
    display: block;
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-v5C3LlqIkO .content-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #ffbe0d;
}
.cid-v5C3LlqIkO .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v5C3LlqIkO .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-v5C3LlqIkO .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v5C3LlqIkO .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v5C3LlqIkO .content-wrapper .cards-wrap .image-wrapper img {
  height: 270px;
  object-fit: cover;
}
.cid-v5C3LlqIkO .content-wrapper .cards-wrap .number-wrap {
  padding: 60px 40px;
  background-color: #ffbe0d;
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-v5C3LlqIkO .content-wrapper .cards-wrap .number-wrap {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-v5C3LlqIkO .content-wrapper .cards-wrap .number-wrap .mbr-number {
  margin-bottom: 10px;
}
.cid-v5C3LlqIkO .content-wrapper .cards-wrap .number-wrap .mbr-number-desc {
  margin-bottom: 0;
}
.cid-v5C3LlqIkO .card-wrapper {
  overflow: hidden;
}
.cid-v5C3LlqIkO .card-wrapper .image-wrap img {
  height: 490px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v5C3LlqIkO .card-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-v5C3LlqIkO .card-wrapper .item-content {
  padding: 54px;
  background-color: #5c7d4f;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-v5C3LlqIkO .card-wrapper .item-content {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-v5C3LlqIkO .card-wrapper .item-content {
    padding: 30px 16px;
  }
}
.cid-v5C3LlqIkO .card-wrapper .item-content .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.cid-v5C3LlqIkO .card-wrapper .item-content .card-label-wrapper .card-label-wrap .card-label {
  margin-bottom: 0;
}
.cid-v5C3LlqIkO .card-wrapper .item-content .card-label-wrapper .card-label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.cid-v5C3LlqIkO .card-wrapper .item-content .card-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v5C3LlqIkO .card-wrapper .item-content .card-title {
    margin-bottom: 30px;
  }
}
.cid-v5C3LlqIkO .card-wrapper .item-content .text-wrapper .card-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5C3LlqIkO .card-wrapper .item-content .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-v5C3LlqIkO .mbr-label,
.cid-v5C3LlqIkO .label-wrapper {
  color: #151e11;
}
.cid-v5C3LlqIkO .mbr-section-title {
  color: #fff7ee;
}
.cid-v5C3LlqIkO .mbr-number {
  color: #fff7ee;
}
.cid-v5C3LlqIkO .mbr-number-desc {
  color: #fff7ee;
}
.cid-v5C3LlqIkO .card-label,
.cid-v5C3LlqIkO .card-label-wrapper {
  color: #fff7ee;
}
.cid-v5C3LlqIkO .card-title {
  color: #fff7ee;
}
.cid-v5C3LlqIkO .card-text {
  color: #fff7ee;
}
.cid-uZEykfpuWr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e9cc0f;
}
.cid-uZEykfpuWr .item:focus,
.cid-uZEykfpuWr span:focus {
  outline: none;
}
.cid-uZEykfpuWr .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZEykfpuWr .content-head {
  max-width: 800px;
}
.cid-uZEykfpuWr .item {
  color: #232323;
  min-height: 90px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .cid-uZEykfpuWr .item {
    min-height: 45px;
  }
}
.cid-uZEykfqpvt {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #151e11;
}
.cid-uZEykfqpvt .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uZEykfqpvt img,
.cid-uZEykfqpvt .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uZEykfqpvt .item:focus,
.cid-uZEykfqpvt span:focus {
  outline: none;
}
.cid-uZEykfqpvt .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZEykfqpvt .item {
    margin-bottom: 1rem;
  }
}
.cid-uZEykfqpvt .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uZEykfqpvt .mbr-section-title {
  color: #ffffff;
}
.cid-uZEykfqpvt .mbr-text,
.cid-uZEykfqpvt .mbr-section-btn {
  color: #ffffff;
}
.cid-uZEykfqpvt .item-title {
  color: #ffffff;
}
.cid-uZEykfqpvt .content-head {
  max-width: 800px;
}
.cid-uZEykfr0Hw {
  background-image: url("https://r.mobirisesite.com/1927159/assets/images/g990d4736b85bfa740b8c21d9f547-h_mj9u5zzi.jpg");
  overflow: hidden;
}
.cid-v5D2bqMnYK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151e11;
}
.cid-v5D2bqMnYK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5D2bqMnYK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5D2bqMnYK .row {
  margin: 0 -15px;
}
.cid-v5D2bqMnYK .row .card {
  padding: 0 15px;
}
@media (max-width: 992px) {
  .cid-v5D2bqMnYK .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v5D2bqMnYK .title-wrapper .title-wrap {
  margin-bottom: 30px;
}
.cid-v5D2bqMnYK .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v5D2bqMnYK .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v5D2bqMnYK .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5D2bqMnYK .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5D2bqMnYK .panel-group .card {
  position: relative;
  padding: 0;
  background-color: transparent;
  border: 1px solid #fefff5;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
}
.cid-v5D2bqMnYK .panel-group .card:first-child {
  margin-top: 0;
}
.cid-v5D2bqMnYK .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v5D2bqMnYK .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
}
.cid-v5D2bqMnYK .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v5D2bqMnYK .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #3a392d;
}
.cid-v5D2bqMnYK .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  color: #fefff5;
}
.cid-v5D2bqMnYK .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
  background-color: #994412;
}
.cid-v5D2bqMnYK .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #fefff5;
}
.cid-v5D2bqMnYK .panel-group .card .panel-collapse .panel-body {
  padding: 0 20px 20px 20px;
}
.cid-v5D2bqMnYK .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v5D2bqMnYK .mbr-section-title {
  color: #fefff5;
}
.cid-v5D2bqMnYK .mbr-section-subtitle {
  color: #a1a1a1;
}
.cid-v5D2bqMnYK .mbr-text {
  color: #fefff5;
}
.cid-v5D2bqMnYK .panel-title-edit {
  color: #fefff5;
}
.cid-v5D2bqMnYK .panel-text {
  color: #fefff5;
}
.cid-uZEykfsTV3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffeb69;
}
.cid-uZEykfsTV3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZEykfsTV3 .item-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.cid-uZEykfsTV3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZEykfsTV3 .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #d70081;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uZEykfsTV3 .card-title,
.cid-uZEykfsTV3 .iconfont-wrapper,
.cid-uZEykfsTV3 .card-text {
  color: #000000;
  text-align: center;
}
.cid-uZEykfsTV3 .content-head {
  max-width: 800px;
}
.cid-uZEykfsTV3 .mbr-section-title {
  color: #000000;
}
.cid-uZEykfsTV3 .mbr-section-btn {
  text-align: center;
}
.cid-uZEykfsTV3 .card-title,
.cid-uZEykfsTV3 .iconfont-wrapper {
  color: #F55D3E;
}
.cid-uZXDabyaP7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #260a30;
}
.cid-uZXDabyaP7 input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-uZXDabyaP7 input:hover {
  border: none !important;
}
.cid-uZXDabyaP7 .btn {
  height: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .cid-uZXDabyaP7 .btn {
    margin-left: 0.625rem;
  }
}
@media (min-width: 992px) {
  .cid-uZXDabyaP7 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZXDabyaP7 .row {
  justify-content: center;
}
.cid-uZXDabyaP7 .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
.cid-uZXDabyaP7 .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-uZXDabyaP7 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uZXDabyaP7 .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-uZXDabyaP7 .justify-content-center {
  align-items: center;
}
.cid-uZXDabyaP7 .mbr-section-title {
  text-align: center;
  color: #ffd7ef;
}
.cid-v5JkY69jzY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #d2e534;
  overflow: hidden;
}
.cid-v5JkY69jzY .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-v5JkY69jzY .item-wrapper {
  background: #2a2c2d;
  border-radius: 2rem;
  padding: 1.5rem;
}
.cid-v5JlR9y5FS {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v5JlR9y5FS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5JlR9y5FS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5JlR9y5FS .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v5JlR9y5FS .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v5JlR9y5FS .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v5JlR9y5FS .navbar-nav .nav-item .nav-link:hover {
  background-color: #6e9e07;
}
.cid-v5JlR9y5FS .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v5JlR9y5FS .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v5JlR9y5FS .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v5JlR9y5FS .navbar-nav .dropdown-item:hover {
  background-color: #6e9e07;
}
@media (min-width: 992px) {
  .cid-v5JlR9y5FS .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v5JlR9y5FS .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v5JlR9y5FS .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v5JlR9y5FS .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v5JlR9y5FS .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5JlR9y5FS .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v5JlR9y5FS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v5JlR9y5FS .container {
  display: flex;
  height: 80px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(191, 247, 71, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #bff747;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v5JlR9y5FS .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5JlR9y5FS .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v5JlR9y5FS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5JlR9y5FS .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #bff747;
  background: rgba(191, 247, 71, 0.8) !important;
}
.cid-v5JlR9y5FS .nav-item:focus,
.cid-v5JlR9y5FS .nav-link:focus {
  outline: none;
}
.cid-v5JlR9y5FS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5JlR9y5FS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5JlR9y5FS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5JlR9y5FS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5JlR9y5FS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5JlR9y5FS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar.opened {
  transition: all 0.3s;
}
.cid-v5JlR9y5FS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5JlR9y5FS .navbar .navbar-logo img {
  width: auto;
}
.cid-v5JlR9y5FS .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v5JlR9y5FS .navbar.collapsed {
  justify-content: center;
}
.cid-v5JlR9y5FS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5JlR9y5FS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5JlR9y5FS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5JlR9y5FS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5JlR9y5FS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5JlR9y5FS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5JlR9y5FS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5JlR9y5FS .navbar {
    min-height: 72px;
  }
  .cid-v5JlR9y5FS .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v5JlR9y5FS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5JlR9y5FS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5JlR9y5FS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5JlR9y5FS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5JlR9y5FS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v5JlR9y5FS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5JlR9y5FS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5JlR9y5FS .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v5JlR9y5FS .dropdown-item.active,
.cid-v5JlR9y5FS .dropdown-item:active {
  background-color: transparent;
}
.cid-v5JlR9y5FS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5JlR9y5FS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5JlR9y5FS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5JlR9y5FS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bff747;
}
.cid-v5JlR9y5FS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v5JlR9y5FS .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v5JlR9y5FS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5JlR9y5FS .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v5JlR9y5FS .navbar-buttons {
    text-align: left;
  }
}
.cid-v5JlR9y5FS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5JlR9y5FS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5JlR9y5FS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5JlR9y5FS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5JlR9y5FS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5JlR9y5FS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v5JlR9y5FS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5JlR9y5FS .navbar {
    height: 70px;
  }
  .cid-v5JlR9y5FS .navbar.opened {
    height: auto;
  }
  .cid-v5JlR9y5FS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v5JlR9y5FS .navbar-buttons .btn {
  padding: 10px 30px;
}
.cid-v5JlR9y5FS .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v5JlR9y5FS .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v5JlR9y5FS .navbar-brand {
    margin-right: auto;
  }
  .cid-v5JlR9y5FS .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #bff747;
    opacity: 1;
    border-color: rgba(191, 247, 71, 0.8) !important;
    background: rgba(191, 247, 71, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v5JlR9y5FS .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v5JlR9y5FS .navbar-nav .dropdown-item:hover {
    background-color: #6e9e07;
  }
  .cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v5JlR9y5FS .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v5Ckzgl6FT {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v5Ckzgl6FT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5Ckzgl6FT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5Ckzgl6FT .content-wrapper {
  margin: 0 auto;
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-v5Ckzgl6FT .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-v5Ckzgl6FT .content-wrapper {
    margin: 0;
    width: 100%;
  }
}
.cid-v5Ckzgl6FT .content-wrapper .tags-wrapper {
  margin-bottom: 24px;
}
.cid-v5Ckzgl6FT .content-wrapper .tags-wrapper .tags-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  padding: 1px;
  overflow: hidden;
}
.cid-v5Ckzgl6FT .content-wrapper .tags-wrapper .tags-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(245deg, #323232 0, transparent 140%);
  z-index: -1;
}
.cid-v5Ckzgl6FT .content-wrapper .tags-wrapper .tags-wrap .tags-content {
  padding: 5px;
  background-color: #000000;
}
.cid-v5Ckzgl6FT .content-wrapper .tags-wrapper .tags-wrap .tags-content .mbr-tag_1 {
  display: inline-flex;
  padding: 0 8px;
  background-color: #ffdf7d;
  margin-bottom: 0;
}
.cid-v5Ckzgl6FT .content-wrapper .tags-wrapper .tags-wrap .tags-content .mbr-tag_2 {
  display: inline-flex;
  padding: 0 6px;
  margin-bottom: 0;
}
.cid-v5Ckzgl6FT .content-wrapper .title-wrapper {
  margin-bottom: 24px;
}
.cid-v5Ckzgl6FT .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v5Ckzgl6FT .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v5Ckzgl6FT .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v5Ckzgl6FT .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5Ckzgl6FT .image-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  position: relative;
  overflow: hidden;
  mask-image: linear-gradient(to top, transparent 2%, #000000 15%, #000000 85%, transparent 98%);
  -webkit-mask-image: linear-gradient(to top, transparent 2%, #000000 15%, #000000 85%, transparent 98%);
}
.cid-v5Ckzgl6FT .image-wrapper img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v5Ckzgl6FT .image-wrapper img {
    height: 300px;
  }
}
.cid-v5Ckzgl6FT .mbr-tag_1,
.cid-v5Ckzgl6FT .tags-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v5Ckzgl6FT .mbr-tag_2 {
  color: #ffdf7d;
}
.cid-v5Ckzgl6FT .mbr-section-title {
  color: #808080;
}
.cid-v5Ckzgl6FT .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v5Ckzgl6FT .mbr-text,
.cid-v5Ckzgl6FT .text-wrapper {
  color: #808080;
  text-align: center;
}
.cid-v5Ckzgl6FT .mbr-section-title,
.cid-v5Ckzgl6FT .mbr-section-btn {
  text-align: center;
}
.cid-v5Clq3k5ug {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-v5Clq3k5ug .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5Clq3k5ug .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5Clq3k5ug .row {
  margin: 0 -6px;
}
.cid-v5Clq3k5ug .card {
  padding: 0 6px;
}
.cid-v5Clq3k5ug .image-wrapper {
  position: relative;
  height: 100%;
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (max-width: 992px) {
  .cid-v5Clq3k5ug .image-wrapper {
    margin-top: 3px;
    margin-bottom: 3px;
    height: 400px;
  }
}
.cid-v5Clq3k5ug .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v5Clq3k5ug .card-wrapper {
  height: 100%;
  padding: 54px 100px;
  background-color: #f5f8ff;
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (max-width: 1440px) {
  .cid-v5Clq3k5ug .card-wrapper {
    padding: 48px 64px;
  }
}
@media (max-width: 992px) {
  .cid-v5Clq3k5ug .card-wrapper {
    padding: 48px 24px;
    margin-top: 3px;
    margin-bottom: 3px;
  }
}
.cid-v5Clq3k5ug .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 200px;
}
@media (max-width: 1440px) {
  .cid-v5Clq3k5ug .card-wrapper .title-wrapper .mbr-label {
    margin-bottom: 100px;
  }
}
@media (max-width: 992px) {
  .cid-v5Clq3k5ug .card-wrapper .title-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-v5Clq3k5ug .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v5Clq3k5ug .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5Clq3k5ug .card-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 200px;
}
@media (max-width: 1440px) {
  .cid-v5Clq3k5ug .card-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 100px;
  }
}
@media (max-width: 992px) {
  .cid-v5Clq3k5ug .card-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-v5Clq3k5ug .card-wrapper .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5Clq3k5ug .mbr-label {
  color: #000000;
  text-align: center;
}
.cid-v5Clq3k5ug .mbr-section-title {
  color: #000000;
}
.cid-v5Clq3k5ug .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v5Clq3k5ug .mbr-section-title,
.cid-v5Clq3k5ug .mbr-section-btn {
  text-align: center;
}
.cid-v5ClrN94ob {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v5ClrN94ob .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5ClrN94ob .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5ClrN94ob .card {
  justify-content: center;
}
.cid-v5ClrN94ob .content-wrapper .mbr-label {
  margin-bottom: 15px;
}
.cid-v5ClrN94ob .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v5ClrN94ob .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v5ClrN94ob .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-v5ClrN94ob .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-v5ClrN94ob .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  padding: 65px;
  height: 615px;
  margin-left: 100px;
}
@media (max-width: 1440px) {
  .cid-v5ClrN94ob .image-wrapper {
    padding: 40px 20px;
    margin-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-v5ClrN94ob .image-wrapper {
    height: 400px;
    padding: 30px 15px;
    margin-left: 0;
    margin-top: 30px;
  }
}
.cid-v5ClrN94ob .image-wrapper .main-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v5ClrN94ob .image-wrapper .image-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  padding: 65px;
  background-color: #e2fa0e;
}
@media (max-width: 1440px) {
  .cid-v5ClrN94ob .image-wrapper .image-wrap {
    padding: 40px 20px;
  }
}
@media (max-width: 992px) {
  .cid-v5ClrN94ob .image-wrapper .image-wrap {
    padding: 30px 15px;
  }
}
.cid-v5ClrN94ob .image-wrapper .image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-v5ClrN94ob .mbr-label {
  color: #ffffff;
}
.cid-v5ClrN94ob .mbr-section-title {
  color: #ffffff;
}
.cid-v5ClrN94ob .mbr-text {
  color: #ffffff;
}
.cid-uZKnZRTUFn {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uZKnZRTUFn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZKnZRTUFn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZKnZRTUFn .card-wrapper {
  background: #ffeb69;
}
@media (max-width: 767px) {
  .cid-uZKnZRTUFn .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uZKnZRTUFn .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uZKnZRTUFn .card-wrapper {
    padding: 4rem;
  }
}
.cid-uZKnZRTUFn .mbr-text,
.cid-uZKnZRTUFn .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uZKnZRTUFn .card-title,
.cid-uZKnZRTUFn .card-box {
  text-align: left;
  color: #000000;
}
.cid-v5JkY69jzY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #d2e534;
  overflow: hidden;
}
.cid-v5JkY69jzY .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-v5JkY69jzY .item-wrapper {
  background: #2a2c2d;
  border-radius: 2rem;
  padding: 1.5rem;
}
.cid-v5JlR9y5FS {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v5JlR9y5FS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5JlR9y5FS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5JlR9y5FS .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v5JlR9y5FS .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v5JlR9y5FS .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v5JlR9y5FS .navbar-nav .nav-item .nav-link:hover {
  background-color: #6e9e07;
}
.cid-v5JlR9y5FS .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v5JlR9y5FS .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v5JlR9y5FS .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v5JlR9y5FS .navbar-nav .dropdown-item:hover {
  background-color: #6e9e07;
}
@media (min-width: 992px) {
  .cid-v5JlR9y5FS .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v5JlR9y5FS .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v5JlR9y5FS .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v5JlR9y5FS .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v5JlR9y5FS .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5JlR9y5FS .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v5JlR9y5FS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v5JlR9y5FS .container {
  display: flex;
  height: 80px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(191, 247, 71, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #bff747;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v5JlR9y5FS .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5JlR9y5FS .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v5JlR9y5FS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5JlR9y5FS .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #bff747;
  background: rgba(191, 247, 71, 0.8) !important;
}
.cid-v5JlR9y5FS .nav-item:focus,
.cid-v5JlR9y5FS .nav-link:focus {
  outline: none;
}
.cid-v5JlR9y5FS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5JlR9y5FS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5JlR9y5FS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5JlR9y5FS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5JlR9y5FS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5JlR9y5FS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar.opened {
  transition: all 0.3s;
}
.cid-v5JlR9y5FS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5JlR9y5FS .navbar .navbar-logo img {
  width: auto;
}
.cid-v5JlR9y5FS .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v5JlR9y5FS .navbar.collapsed {
  justify-content: center;
}
.cid-v5JlR9y5FS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5JlR9y5FS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5JlR9y5FS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5JlR9y5FS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5JlR9y5FS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5JlR9y5FS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5JlR9y5FS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5JlR9y5FS .navbar {
    min-height: 72px;
  }
  .cid-v5JlR9y5FS .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v5JlR9y5FS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5JlR9y5FS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5JlR9y5FS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5JlR9y5FS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5JlR9y5FS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v5JlR9y5FS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5JlR9y5FS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5JlR9y5FS .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v5JlR9y5FS .dropdown-item.active,
.cid-v5JlR9y5FS .dropdown-item:active {
  background-color: transparent;
}
.cid-v5JlR9y5FS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5JlR9y5FS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5JlR9y5FS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5JlR9y5FS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bff747;
}
.cid-v5JlR9y5FS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v5JlR9y5FS .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v5JlR9y5FS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5JlR9y5FS .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v5JlR9y5FS .navbar-buttons {
    text-align: left;
  }
}
.cid-v5JlR9y5FS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5JlR9y5FS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5JlR9y5FS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5JlR9y5FS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5JlR9y5FS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5JlR9y5FS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v5JlR9y5FS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5JlR9y5FS .navbar {
    height: 70px;
  }
  .cid-v5JlR9y5FS .navbar.opened {
    height: auto;
  }
  .cid-v5JlR9y5FS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v5JlR9y5FS .navbar-buttons .btn {
  padding: 10px 30px;
}
.cid-v5JlR9y5FS .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v5JlR9y5FS .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v5JlR9y5FS .navbar-brand {
    margin-right: auto;
  }
  .cid-v5JlR9y5FS .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #bff747;
    opacity: 1;
    border-color: rgba(191, 247, 71, 0.8) !important;
    background: rgba(191, 247, 71, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v5JlR9y5FS .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v5JlR9y5FS .navbar-nav .dropdown-item:hover {
    background-color: #6e9e07;
  }
  .cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v5JlR9y5FS .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v5D9ngt8F4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}
.cid-v5D9ngt8F4::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #000000 18%, transparent 90%, #000000 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-v5D9ngt8F4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5D9ngt8F4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1927159/assets/images/background11.jpg?rnd=1768198568711");
}
.cid-v5D9ngt8F4 .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-v5D9ngt8F4 .content-wrapper {
    margin-top: 0;
  }
}
.cid-v5D9ngt8F4 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #a78aff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v5D9ngt8F4 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-v5D9ngt8F4 .mbr-section-title {
  color: #ffffff;
}
.cid-v5D9ngt8F4 .mbr-text {
  color: #ffffff;
}
.cid-v5DbUILTTP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v5DbUILTTP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5DbUILTTP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5DbUILTTP .row {
  margin: 0 -20px;
}
.cid-v5DbUILTTP .card {
  padding: 0 20px;
}
.cid-v5DbUILTTP .mbr-tag {
  margin-bottom: 16px;
  color: #adadad;
}
.cid-v5DbUILTTP .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v5DbUILTTP .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v5DbUILTTP .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v5DbUILTTP .title-wrapper .main-btn .btn {
  margin-bottom: 0;
}
.cid-v5DbUILTTP .mbr-section-btn {
  margin-top: 20px;
}
.cid-v5DbUILTTP .mbr-section-btn .btn::after,
.cid-v5DbUILTTP .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-v5DbUILTTP .mbr-section-btn .btn:hover,
.cid-v5DbUILTTP .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-v5DbUILTTP .mbr-section-btn .btn:hover::after,
.cid-v5DbUILTTP .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-v5DbUILTTP .items-wrapper .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v5DbUILTTP .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-v5DbUILTTP .items-wrapper .item:last-child {
  margin-bottom: 0;
}
.cid-v5DbUILTTP .items-wrapper .item .item-wrapper {
  display: flex;
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v5DbUILTTP .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-v5DbUILTTP .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-right: 60px;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-v5DbUILTTP .items-wrapper .item .item-wrapper .icon-wrapper {
    margin-bottom: 20px;
    margin-right: 0;
    margin-top: 0;
  }
}
.cid-v5DbUILTTP .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #386bb7, #e24c4a);
  font-size: 80px;
}
@media (max-width: 992px) {
  .cid-v5DbUILTTP .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 50px;
  }
}
.cid-v5DbUILTTP .items-wrapper .item .item-wrapper .item-content {
  padding-bottom: 20px;
  border-bottom: 2px solid #ffffff;
  border-radius: 0 !important;
  width: 100%;
}
.cid-v5DbUILTTP .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v5DbUILTTP .items-wrapper .item .item-wrapper .item-content .item-title:hover,
.cid-v5DbUILTTP .items-wrapper .item .item-wrapper .item-content .item-title:focus {
  color: #e24c4a;
}
.cid-v5DbUILTTP .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v5DbUILTTP .items-wrapper .item .item-wrapper .item-content .item-btn {
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-v5DbUILTTP .items-wrapper .item .item-wrapper .item-content .item-btn {
    margin-bottom: 0;
  }
}
.cid-v5DbUILTTP .mbr-section-title {
  color: #ffffff;
}
.cid-v5DbUILTTP .item-title {
  color: #ffffff;
}
.cid-v5DbUILTTP .item-text {
  color: #ffffff;
}
.cid-v5DcVxdZJp {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v5DcVxdZJp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5DcVxdZJp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5DcVxdZJp .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5DcVxdZJp .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v5DcVxdZJp .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-v5DcVxdZJp .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-v5DcVxdZJp .item .item-wrapper .item-title {
  margin-bottom: 10px;
}
.cid-v5DcVxdZJp .item .item-wrapper .item-desc {
  margin-bottom: 16px;
}
.cid-v5DcVxdZJp .item .item-wrapper .card-box {
  padding: 42px 28px;
  min-height: 470px;
}
@media (max-width: 992px) {
  .cid-v5DcVxdZJp .item .item-wrapper .card-box {
    padding: 36px 24px;
    min-height: auto;
  }
}
.cid-v5DcVxdZJp .item .item-wrapper .card-box .icon-wrap {
  margin-bottom: 16px;
}
.cid-v5DcVxdZJp .item .item-wrapper .card-box .icon-wrap .mbr-iconfont {
  width: 70px;
  height: 70px;
  font-size: 70px;
  display: inline-flex;
}
.cid-v5DcVxdZJp .item .item-wrapper .card-box .item-text_1,
.cid-v5DcVxdZJp .item .item-wrapper .card-box .item-text_2 {
  margin-bottom: 0;
}
.cid-v5DcVxdZJp .item .item-wrapper .card_1 {
  background-color: #ffa600;
}
.cid-v5DcVxdZJp .item .item-wrapper .card_1 .icon-wrap .mbr-iconfont {
  color: #ffffff;
}
.cid-v5DcVxdZJp .item .item-wrapper .card_2 {
  background-color: #e1ff04;
}
.cid-v5DcVxdZJp .item .item-wrapper .card_2 .icon-wrap .mbr-iconfont {
  color: #000000;
}
.cid-v5DcVxdZJp .item .item-wrapper .card {
  justify-content: center;
}
.cid-v5DcVxdZJp .mbr-section-btn {
  margin-top: 64px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v5DcVxdZJp .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-v5DcVxdZJp .item-title {
  color: #ffffff;
}
.cid-v5DcVxdZJp .item-desc {
  color: #000000;
}
.cid-v5DcVxdZJp .item-text_1 {
  color: #ffffff;
}
.cid-v5DcVxdZJp .item-text_2 {
  color: #000000;
  text-align: center;
}
.cid-v5DcVxdZJp .item-text_1,
.cid-v5DcVxdZJp .icon-wrap {
  text-align: center;
}
.cid-v5DglyH2N8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #000000;
}
.cid-v5DglyH2N8 .main_header {
  margin-top: -195px;
  width: 100%;
  background-color: #ffeb69;
  padding: 107px 8%;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .cid-v5DglyH2N8 .main_header {
    padding-top: 66px;
  }
  .cid-v5DglyH2N8 .main_header > .row {
    flex-direction: column;
  }
  .cid-v5DglyH2N8 .main_header .mbr-section-title {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-v5DglyH2N8 .mbr-section-title {
  color: #202020;
  margin: 25px 2rem 25px;
}
@media (max-width: 767px) {
  .cid-v5DglyH2N8 .mbr-section-title {
    text-align: center;
  }
}
.cid-v5DglyH2N8 .mbr-text {
  margin: 25px 0;
}
.cid-v5DglyH2N8 .bgImage {
  position: relative;
  width: 100%;
  height: 550px;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v5DglyH2N8 .bgImage {
    height: 65vh;
  }
}
.cid-v5DglyH2N8 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v5DglyH2N8 .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-v5DglyH2N8 .linkBtn a:after,
.cid-v5DglyH2N8 .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-v5DglyH2N8 .linkBtn a:before {
  left: 0;
}
.cid-v5DglyH2N8 .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-v5DglyH2N8 .linkBtn a:hover:before,
.cid-v5DglyH2N8 .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-v08Pho8W5y {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v08Pho8W5y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v08Pho8W5y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v08Pho8W5y .mbr-section-title {
  color: #ffffff;
}
.cid-v08Pho8W5y .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v5DlfTfWYN {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-color: #ffeb69;
}
@media (min-width: 992px) {
  .cid-v5DlfTfWYN .text-wrapper {
    padding: 2rem;
  }
}
.cid-v5DlfTfWYN .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-v5DlfTfWYN .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #f55d3e;
}
.cid-v5DlfTfWYN .svg-top .st0 {
  fill: #ffeb69;
}
@media (max-width: 992px) {
  .cid-v5DlfTfWYN .svg-top {
    width: 1000px;
  }
}
.cid-v5DlfTfWYN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v5DlfTfWYN .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v5DlfTfWYN .mbr-text {
  color: #000000;
}
.cid-v5DlfTfWYN .name {
  color: #232323;
}
.cid-v5DlfTfWYN .position {
  color: #232323;
}
.cid-v5DA3GbrEs {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5DA3GbrEs .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 1400px) {
  .cid-v5DA3GbrEs .item-wrapper {
    padding: 0 4rem;
  }
}
@media (min-width: 992px) {
  .cid-v5DA3GbrEs .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5DA3GbrEs .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v5DA3GbrEs b,
.cid-v5DA3GbrEs strong {
  font-weight: 900;
}
.cid-v5DA3GbrEs img,
.cid-v5DA3GbrEs .item-img {
  width: 100%;
  height: 100%;
  height: 700px;
  object-fit: cover;
}
.cid-v5DA3GbrEs .item:focus,
.cid-v5DA3GbrEs span:focus {
  outline: none;
}
.cid-v5DA3GbrEs .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v5DA3GbrEs .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v5DA3GbrEs .mbr-section-title {
  color: #ffffff;
}
.cid-v5DA3GbrEs .mbr-text,
.cid-v5DA3GbrEs .mbr-section-btn {
  text-align: center;
}
.cid-v5DA3GbrEs .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-v5DA3GbrEs .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-v5DCpTj3Ey {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-v5DCpTj3Ey .item-subtitle {
  line-height: 1.2;
  color: #838383;
  text-align: left;
}
.cid-v5DCpTj3Ey img,
.cid-v5DCpTj3Ey .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-v5DCpTj3Ey .item:focus,
.cid-v5DCpTj3Ey span:focus {
  outline: none;
}
.cid-v5DCpTj3Ey .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5DCpTj3Ey .item {
    margin-bottom: 1rem;
  }
}
.cid-v5DCpTj3Ey .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5DCpTj3Ey .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v5DCpTj3Ey .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-v5DCpTj3Ey .mbr-text,
.cid-v5DCpTj3Ey .mbr-section-btn {
  color: #838383;
  text-align: left;
}
.cid-v5DCpTj3Ey .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-v5DCpTj3Ey .mbr-section-subtitle {
  color: #838383;
  text-align: left;
}
.cid-v5JkY69jzY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #d2e534;
  overflow: hidden;
}
.cid-v5JkY69jzY .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-v5JkY69jzY .item-wrapper {
  background: #2a2c2d;
  border-radius: 2rem;
  padding: 1.5rem;
}
.cid-v5JlR9y5FS {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v5JlR9y5FS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5JlR9y5FS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5JlR9y5FS .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v5JlR9y5FS .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v5JlR9y5FS .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v5JlR9y5FS .navbar-nav .nav-item .nav-link:hover {
  background-color: #6e9e07;
}
.cid-v5JlR9y5FS .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v5JlR9y5FS .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v5JlR9y5FS .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v5JlR9y5FS .navbar-nav .dropdown-item:hover {
  background-color: #6e9e07;
}
@media (min-width: 992px) {
  .cid-v5JlR9y5FS .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v5JlR9y5FS .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v5JlR9y5FS .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v5JlR9y5FS .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v5JlR9y5FS .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5JlR9y5FS .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v5JlR9y5FS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v5JlR9y5FS .container {
  display: flex;
  height: 80px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(191, 247, 71, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #bff747;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v5JlR9y5FS .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5JlR9y5FS .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v5JlR9y5FS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5JlR9y5FS .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #bff747;
  background: rgba(191, 247, 71, 0.8) !important;
}
.cid-v5JlR9y5FS .nav-item:focus,
.cid-v5JlR9y5FS .nav-link:focus {
  outline: none;
}
.cid-v5JlR9y5FS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5JlR9y5FS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5JlR9y5FS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5JlR9y5FS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5JlR9y5FS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5JlR9y5FS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar.opened {
  transition: all 0.3s;
}
.cid-v5JlR9y5FS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5JlR9y5FS .navbar .navbar-logo img {
  width: auto;
}
.cid-v5JlR9y5FS .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v5JlR9y5FS .navbar.collapsed {
  justify-content: center;
}
.cid-v5JlR9y5FS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5JlR9y5FS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5JlR9y5FS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5JlR9y5FS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5JlR9y5FS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5JlR9y5FS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5JlR9y5FS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5JlR9y5FS .navbar {
    min-height: 72px;
  }
  .cid-v5JlR9y5FS .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v5JlR9y5FS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5JlR9y5FS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5JlR9y5FS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5JlR9y5FS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5JlR9y5FS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v5JlR9y5FS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5JlR9y5FS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5JlR9y5FS .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v5JlR9y5FS .dropdown-item.active,
.cid-v5JlR9y5FS .dropdown-item:active {
  background-color: transparent;
}
.cid-v5JlR9y5FS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5JlR9y5FS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5JlR9y5FS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5JlR9y5FS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bff747;
}
.cid-v5JlR9y5FS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v5JlR9y5FS .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v5JlR9y5FS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5JlR9y5FS .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v5JlR9y5FS .navbar-buttons {
    text-align: left;
  }
}
.cid-v5JlR9y5FS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5JlR9y5FS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5JlR9y5FS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5JlR9y5FS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5JlR9y5FS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5JlR9y5FS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v5JlR9y5FS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5JlR9y5FS .navbar {
    height: 70px;
  }
  .cid-v5JlR9y5FS .navbar.opened {
    height: auto;
  }
  .cid-v5JlR9y5FS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v5JlR9y5FS .navbar-buttons .btn {
  padding: 10px 30px;
}
.cid-v5JlR9y5FS .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v5JlR9y5FS .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v5JlR9y5FS .navbar-brand {
    margin-right: auto;
  }
  .cid-v5JlR9y5FS .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #bff747;
    opacity: 1;
    border-color: rgba(191, 247, 71, 0.8) !important;
    background: rgba(191, 247, 71, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v5JlR9y5FS .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v5JlR9y5FS .navbar-nav .dropdown-item:hover {
    background-color: #6e9e07;
  }
  .cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v5JlR9y5FS .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v5Ji8GPbrU {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-image: url("https://r.mobirisesite.com/1927159/assets/images/background7.jpg?rnd=1768198568711");
}
.cid-v5Ji8GPbrU .mbr-overlay {
  backdrop-filter: blur(3.5px);
}
.cid-v5Ji8GPbrU .card-wrapper {
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-v5Ji8GPbrU .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-v5Ji8GPbrU .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid #ffffff;
  border-radius: 30px;
}
.cid-v5Ji8GPbrU .card-wrapper:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background-color: #ffffff;
  border-radius: 30px;
}
.cid-v5Ji8GPbrU .mbr-section-title,
.cid-v5Ji8GPbrU .mbr-section-subtitle,
.cid-v5Ji8GPbrU .mbr-text,
.cid-v5Ji8GPbrU .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v5Ji8GPbrU .mbr-section-title {
  color: #263d5a;
  text-align: center;
}
.cid-v5Ji8GPbrU .mbr-text,
.cid-v5Ji8GPbrU .mbr-section-btn {
  color: #263d5a;
  text-align: center;
}
.cid-v5Ji8GPbrU .mbr-section-subtitle {
  text-align: center;
  color: #263d5a;
}
.cid-v5JhsvpQ7r {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #2e481a;
}
.cid-v5JhsvpQ7r .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v5JhsvpQ7r form .mbr-section-btn .btn {
  display: inline-flex;
  border-radius: 2rem;
}
.cid-v5JhsvpQ7r input,
.cid-v5JhsvpQ7r textarea {
  border-radius: 0.5rem;
}
.cid-v5JhsvpQ7r img {
  height: 100%;
  object-fit: cover;
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-v5JhsvpQ7r .form-col,
.cid-v5JhsvpQ7r img {
  transition: all 0.3s;
}
.cid-v5JhsvpQ7r .form-col:hover,
.cid-v5JhsvpQ7r img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-v5JhsvpQ7r textarea {
  min-height: 10rem;
}
.cid-v5JhsvpQ7r .form-col {
  background: #eeeeee;
  border-radius: 2rem;
  padding: 3rem;
}
@media (max-width: 767px) {
  .cid-v5JhsvpQ7r .form-col {
    padding: 2rem 1rem;
  }
}
.cid-v5JhsvpQ7r .form-control:hover,
.cid-v5JhsvpQ7r .form-control:focus {
  border-color: transparent !important;
}
.cid-v5JeuxhtDW {
  background-color: #2e481a;
}
@media (max-width: 768px) {
  .cid-v5JeuxhtDW {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-v5JeuxhtDW .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-v5JeuxhtDW .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v5JeuxhtDW .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-v5JeuxhtDW .row {
    position: relative;
  }
}
.cid-v5JeuxhtDW .custom-row {
  display: flex;
  max-width: 1200px;
  padding-left: 12px;
  padding-right: 12px;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-v5JeuxhtDW .custom-row {
    padding-left: 16px;
    padding-right: 16px;
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .cid-v5JeuxhtDW .map-col {
    height: 650px;
    order: 2;
    padding: 0!important;
  }
}
.cid-v5JeuxhtDW .col-text {
  position: relative;
}
.cid-v5JeuxhtDW .col-text .radial-svg {
  display: none;
}
@media (max-width: 767px) {
  .cid-v5JeuxhtDW .col-text {
    order: 0;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .cid-v5JeuxhtDW .col-text {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v5JeuxhtDW .col-text .radial-svg {
    display: block;
    position: absolute;
    top: 0;
    right: 84%;
    transform: scale(-1, 1);
    height: 100%;
    width: 150px;
    z-index: 1;
  }
  .cid-v5JeuxhtDW .col-text .radial-svg path {
    fill: #2e481a;
  }
}
.cid-v5JeuxhtDW .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .cid-v5JeuxhtDW .text-wrapper {
    padding-left: 4rem;
  }
}
.cid-v5JeuxhtDW .text-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.cid-v5JeuxhtDW .label-text {
  width: 100%;
  letter-spacing: 2px;
  color: #0057fc;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .cid-v5JeuxhtDW .label-text {
    text-align: center;
  }
}
.cid-v5JeuxhtDW .mbr-section-title {
  margin-bottom: 32px;
  width: 100%;
  color: #111111;
}
@media (max-width: 767px) {
  .cid-v5JeuxhtDW .mbr-section-title {
    text-align: center;
    margin-bottom: 20px;
  }
}
.cid-v5JeuxhtDW .contact-container {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-v5JeuxhtDW .contact-container {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v5JeuxhtDW .contact-container .phone-container {
  padding: 16px 25px;
  background-color: #0057fc;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-right: 16px;
}
@media (max-width: 767px) {
  .cid-v5JeuxhtDW .contact-container .phone-container {
    width: 100%;
    margin-right: 0;
  }
}
.cid-v5JeuxhtDW .contact-container .email-container {
  padding: 16px 25px;
  background-color: #111111;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-right: 16px;
}
@media (max-width: 767px) {
  .cid-v5JeuxhtDW .contact-container .email-container {
    width: 100%;
    margin-right: 0;
  }
}
.cid-v5JeuxhtDW .contact-text {
  color: #ffffff;
}
.cid-v5JeuxhtDW .cards-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-v5JeuxhtDW .cards-container {
    text-align: center;
  }
}
.cid-v5JeuxhtDW .cards-title {
  margin-bottom: 12px;
  color: #ffffff;
}
.cid-v5JeuxhtDW .card {
  padding: 9px 0;
}
.cid-v5JeuxhtDW .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-v5JeuxhtDW .card-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-v5JeuxhtDW .card-title {
    font-size: 1.5rem !important;
  }
}
.cid-v5JeuxhtDW .icon-box {
  margin-right: 12px;
}
.cid-v5JeuxhtDW .icon-box .mbr-iconfont {
  color: #ffffff;
}
.cid-v5JeuxhtDW .card-text {
  color: #ffffff;
  letter-spacing: inherit;
  flex-grow: 1;
}
.cid-v5JeuxhtDW .btn-container {
  width: 100%;
}
.cid-v5JeuxhtDW .mbr-section-btn {
  margin-top: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v5JeuxhtDW .mbr-section-btn {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-v5JeuxhtDW .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-v5JeuxhtDW .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-v5JeuxhtDW .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-v5JeuxhtDW .google-map {
  position: absolute;
}
@media (max-width: 767px) {
  .cid-v5JeuxhtDW .google-map {
    height: 650px;
    width: 100%;
    padding: 0;
    left: 0;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .cid-v5JeuxhtDW .google-map {
    height: 100%;
    width: 50%;
    padding: 0;
    left: 0;
    top: 0;
  }
}
.cid-v5JeuxhtDW .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v5JeuxhtDW .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v5JeuxhtDW .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v5JeuxhtDW .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v5JeuxhtDW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5JeuxhtDW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5JeuxhtDW .mbr-section-title,
.cid-v5JeuxhtDW .mbr-section-btn {
  color: #ffffff;
}
.cid-v5JkY69jzY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #d2e534;
  overflow: hidden;
}
.cid-v5JkY69jzY .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-v5JkY69jzY .item-wrapper {
  background: #2a2c2d;
  border-radius: 2rem;
  padding: 1.5rem;
}
.cid-v5JlR9y5FS {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v5JlR9y5FS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5JlR9y5FS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5JlR9y5FS .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v5JlR9y5FS .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v5JlR9y5FS .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v5JlR9y5FS .navbar-nav .nav-item .nav-link:hover {
  background-color: #6e9e07;
}
.cid-v5JlR9y5FS .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v5JlR9y5FS .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v5JlR9y5FS .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v5JlR9y5FS .navbar-nav .dropdown-item:hover {
  background-color: #6e9e07;
}
@media (min-width: 992px) {
  .cid-v5JlR9y5FS .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v5JlR9y5FS .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v5JlR9y5FS .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v5JlR9y5FS .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v5JlR9y5FS .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5JlR9y5FS .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v5JlR9y5FS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v5JlR9y5FS .container {
  display: flex;
  height: 80px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(191, 247, 71, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #bff747;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v5JlR9y5FS .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5JlR9y5FS .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v5JlR9y5FS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5JlR9y5FS .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #bff747;
  background: rgba(191, 247, 71, 0.8) !important;
}
.cid-v5JlR9y5FS .nav-item:focus,
.cid-v5JlR9y5FS .nav-link:focus {
  outline: none;
}
.cid-v5JlR9y5FS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5JlR9y5FS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5JlR9y5FS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5JlR9y5FS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5JlR9y5FS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5JlR9y5FS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar.opened {
  transition: all 0.3s;
}
.cid-v5JlR9y5FS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5JlR9y5FS .navbar .navbar-logo img {
  width: auto;
}
.cid-v5JlR9y5FS .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v5JlR9y5FS .navbar.collapsed {
  justify-content: center;
}
.cid-v5JlR9y5FS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5JlR9y5FS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5JlR9y5FS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5JlR9y5FS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5JlR9y5FS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5JlR9y5FS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5JlR9y5FS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5JlR9y5FS .navbar {
    min-height: 72px;
  }
  .cid-v5JlR9y5FS .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v5JlR9y5FS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5JlR9y5FS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5JlR9y5FS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5JlR9y5FS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5JlR9y5FS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v5JlR9y5FS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5JlR9y5FS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5JlR9y5FS .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v5JlR9y5FS .dropdown-item.active,
.cid-v5JlR9y5FS .dropdown-item:active {
  background-color: transparent;
}
.cid-v5JlR9y5FS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5JlR9y5FS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5JlR9y5FS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5JlR9y5FS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bff747;
}
.cid-v5JlR9y5FS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v5JlR9y5FS .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v5JlR9y5FS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5JlR9y5FS .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v5JlR9y5FS .navbar-buttons {
    text-align: left;
  }
}
.cid-v5JlR9y5FS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5JlR9y5FS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5JlR9y5FS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5JlR9y5FS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5JlR9y5FS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5JlR9y5FS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v5JlR9y5FS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5JlR9y5FS .navbar {
    height: 70px;
  }
  .cid-v5JlR9y5FS .navbar.opened {
    height: auto;
  }
  .cid-v5JlR9y5FS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v5JlR9y5FS .navbar-buttons .btn {
  padding: 10px 30px;
}
.cid-v5JlR9y5FS .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v5JlR9y5FS .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v5JlR9y5FS .navbar-brand {
    margin-right: auto;
  }
  .cid-v5JlR9y5FS .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #bff747;
    opacity: 1;
    border-color: rgba(191, 247, 71, 0.8) !important;
    background: rgba(191, 247, 71, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v5JlR9y5FS .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v5JlR9y5FS .navbar-nav .dropdown-item:hover {
    background-color: #6e9e07;
  }
  .cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v5JlR9y5FS .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v5JTpxZhkb {
  background-image: url("https://r.mobirisesite.com/1927159/assets/images/background2.jpg?rnd=1768198568711");
}
.cid-v5JTpxZhkb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5JTpxZhkb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5JTpxZhkb .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-v5JTpxZhkb .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-v5JTpxZhkb .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v5JTpxZhkb .content-wrapper .text-wrapper {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-v5JTpxZhkb .content-wrapper .text-wrapper {
    margin-bottom: 48px;
  }
}
.cid-v5JTpxZhkb .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
  background: linear-gradient(90deg, #3b6bff, #6e92ff 65%, #a1b8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v5JTpxZhkb .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5JTpxZhkb .mbr-section-title {
  color: #ffffff;
}
.cid-v5JTpxZhkb .mbr-desc,
.cid-v5JTpxZhkb .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-v5JTpxZhkb .mbr-text,
.cid-v5JTpxZhkb .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v5JTpxZhkb .mbr-section-title,
.cid-v5JTpxZhkb .mbr-section-btn {
  text-align: center;
}
.cid-v5JUlstv1q {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-v5JUlstv1q .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5JUlstv1q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5JUlstv1q .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 2px solid #87ceeb;
}
@media (max-width: 992px) {
  .cid-v5JUlstv1q .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-v5JUlstv1q .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-v5JUlstv1q .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-v5JUlstv1q .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v5JUlstv1q .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v5JUlstv1q .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  background-color: #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-v5JUlstv1q .content-wrapper .card-wrapper {
    width: 100%;
  }
}
.cid-v5JUlstv1q .mbr-section-title {
  color: #050f0f;
  text-align: center;
}
.cid-v07TwKdLL5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v07TwKdLL5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v07TwKdLL5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v07TwKdLL5 .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-v07TwKdLL5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v07TwKdLL5 .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-v07TwKdLL5 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v07TwKdLL5 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v07TwKdLL5 .mbr-section-title {
  color: #000000;
}
.cid-v07TwKdLL5 .mbr-text,
.cid-v07TwKdLL5 .mbr-section-btn {
  color: #000000;
}
.cid-v07TwKdLL5 img {
  width: 100%;
  height: 100%;
}
.cid-uZL6heGB36 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #163300;
}
.cid-uZL6heGB36 .justify-content-center {
  align-items: center;
}
.cid-uZL6heGB36 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZL6heGB36 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZL6heGB36 .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uZL6heGB36 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZL6heGB36 .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uZL6heGB36 .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uZL6heGB36 .row {
  align-items: center;
}
.cid-uZL6heGB36 .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uZL6heGB36 .card-text {
    text-align: center;
  }
}
.cid-v5JkY69jzY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #d2e534;
  overflow: hidden;
}
.cid-v5JkY69jzY .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-v5JkY69jzY .item-wrapper {
  background: #2a2c2d;
  border-radius: 2rem;
  padding: 1.5rem;
}
.cid-v5JlR9y5FS {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v5JlR9y5FS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5JlR9y5FS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5JlR9y5FS .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v5JlR9y5FS .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v5JlR9y5FS .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v5JlR9y5FS .navbar-nav .nav-item .nav-link:hover {
  background-color: #6e9e07;
}
.cid-v5JlR9y5FS .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v5JlR9y5FS .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v5JlR9y5FS .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v5JlR9y5FS .navbar-nav .dropdown-item:hover {
  background-color: #6e9e07;
}
@media (min-width: 992px) {
  .cid-v5JlR9y5FS .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v5JlR9y5FS .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v5JlR9y5FS .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v5JlR9y5FS .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v5JlR9y5FS .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5JlR9y5FS .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v5JlR9y5FS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v5JlR9y5FS .container {
  display: flex;
  height: 80px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(191, 247, 71, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #bff747;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v5JlR9y5FS .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5JlR9y5FS .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v5JlR9y5FS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5JlR9y5FS .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #bff747;
  background: rgba(191, 247, 71, 0.8) !important;
}
.cid-v5JlR9y5FS .nav-item:focus,
.cid-v5JlR9y5FS .nav-link:focus {
  outline: none;
}
.cid-v5JlR9y5FS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5JlR9y5FS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5JlR9y5FS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5JlR9y5FS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5JlR9y5FS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5JlR9y5FS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar.opened {
  transition: all 0.3s;
}
.cid-v5JlR9y5FS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5JlR9y5FS .navbar .navbar-logo img {
  width: auto;
}
.cid-v5JlR9y5FS .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v5JlR9y5FS .navbar.collapsed {
  justify-content: center;
}
.cid-v5JlR9y5FS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5JlR9y5FS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5JlR9y5FS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5JlR9y5FS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5JlR9y5FS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5JlR9y5FS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5JlR9y5FS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5JlR9y5FS .navbar {
    min-height: 72px;
  }
  .cid-v5JlR9y5FS .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v5JlR9y5FS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5JlR9y5FS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5JlR9y5FS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5JlR9y5FS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5JlR9y5FS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v5JlR9y5FS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5JlR9y5FS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5JlR9y5FS .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v5JlR9y5FS .dropdown-item.active,
.cid-v5JlR9y5FS .dropdown-item:active {
  background-color: transparent;
}
.cid-v5JlR9y5FS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5JlR9y5FS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5JlR9y5FS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5JlR9y5FS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bff747;
}
.cid-v5JlR9y5FS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v5JlR9y5FS .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v5JlR9y5FS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5JlR9y5FS .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v5JlR9y5FS .navbar-buttons {
    text-align: left;
  }
}
.cid-v5JlR9y5FS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5JlR9y5FS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5JlR9y5FS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5JlR9y5FS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5JlR9y5FS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5JlR9y5FS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v5JlR9y5FS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5JlR9y5FS .navbar {
    height: 70px;
  }
  .cid-v5JlR9y5FS .navbar.opened {
    height: auto;
  }
  .cid-v5JlR9y5FS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v5JlR9y5FS .navbar-buttons .btn {
  padding: 10px 30px;
}
.cid-v5JlR9y5FS .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v5JlR9y5FS .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v5JlR9y5FS .navbar-brand {
    margin-right: auto;
  }
  .cid-v5JlR9y5FS .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #bff747;
    opacity: 1;
    border-color: rgba(191, 247, 71, 0.8) !important;
    background: rgba(191, 247, 71, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v5JlR9y5FS .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v5JlR9y5FS .navbar-nav .dropdown-item:hover {
    background-color: #6e9e07;
  }
  .cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v5JlR9y5FS .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v5H8ex0Ebd {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("https://r.mobirisesite.com/1927159/assets/images/background1-h_mjau2mmq.jpg");
}
.cid-v5H8ex0Ebd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5H8ex0Ebd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5H8ex0Ebd .row {
  margin: 0 -8px;
}
.cid-v5H8ex0Ebd .row .card {
  padding: 0 8px;
}
.cid-v5H8ex0Ebd .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-v5H8ex0Ebd .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-v5H8ex0Ebd .card-wrapper {
    padding: 24px;
  }
}
.cid-v5H8ex0Ebd .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-v5H8ex0Ebd .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .6;
}
.cid-v5H8ex0Ebd .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v5H8ex0Ebd .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-v5H8ex0Ebd .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v5H8ex0Ebd .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v5H8ex0Ebd .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v5H8ex0Ebd .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-v5H8ex0Ebd .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5H8ex0Ebd .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-v5H8ex0Ebd .mbr-label {
  color: #63635d;
  text-align: center;
}
.cid-v5H8ex0Ebd .mbr-text,
.cid-v5H8ex0Ebd .text-wrapper {
  color: #63635d;
  text-align: center;
}
.cid-v5Hj8sNwKN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cbc97a;
}
.cid-v5Hj8sNwKN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5Hj8sNwKN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5Hj8sNwKN .container-fluid {
  padding: 0 45px 0 0;
}
@media (max-width: 992px) {
  .cid-v5Hj8sNwKN .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-v5Hj8sNwKN .container {
    padding: 0 25px;
  }
}
.cid-v5Hj8sNwKN .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v5Hj8sNwKN .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v5Hj8sNwKN .image-wrapper img {
  height: 310px;
  object-fit: cover;
  border-radius: 0 20rem 0 20rem !important;
}
@media (max-width: 992px) {
  .cid-v5Hj8sNwKN .image-wrapper img {
    height: 210px;
  }
}
@media (max-width: 425px) {
  .cid-v5Hj8sNwKN .image-wrapper img {
    border-radius: 0 10rem 0 10rem !important;
  }
}
.cid-v5Hj8sNwKN .title-wrapper {
  padding-left: 80px;
}
@media (max-width: 1440px) {
  .cid-v5Hj8sNwKN .title-wrapper {
    padding: 0;
  }
}
.cid-v5Hj8sNwKN .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v5Hj8sNwKN .title-wrapper .mbr-text {
  margin-bottom: 25px;
}
.cid-v5Hj8sNwKN .mbr-section-title {
  color: #000000;
}
.cid-v5Hj8sNwKN .mbr-text {
  color: #000000;
}
.cid-v5HlvTQRYS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #cbc97a;
}
.cid-v5HlvTQRYS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5HlvTQRYS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5HlvTQRYS .container-fluid {
  padding: 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-v5HlvTQRYS .container-fluid {
    padding: 0;
  }
}
.cid-v5HlvTQRYS .container {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-v5HlvTQRYS .container {
    padding: 0 28px;
  }
}
.cid-v5HlvTQRYS .row {
  margin: -1px 0 0 0;
}
.cid-v5HlvTQRYS .card {
  padding: 40px;
  justify-content: center;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v5HlvTQRYS .card {
    padding: 28px;
  }
}
.cid-v5HlvTQRYS .card:first-child {
  border-right: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-v5HlvTQRYS .card:first-child {
    border-right: 0;
    border-bottom: 1px solid #707070;
  }
}
.cid-v5HlvTQRYS .card:last-child {
  border-right: none;
  padding: 40px 100px;
}
@media (max-width: 1200px) {
  .cid-v5HlvTQRYS .card:last-child {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-v5HlvTQRYS .card:last-child {
    padding: 28px;
  }
}
.cid-v5HlvTQRYS .image-wrapper img {
  min-height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v5HlvTQRYS .image-wrapper img {
    min-height: auto;
    height: 350px;
  }
}
.cid-v5HlvTQRYS .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-v5HlvTQRYS .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-v5HlvTQRYS .title-wrapper img {
  max-width: 400px;
  height: 200px;
  object-fit: cover;
  margin: 0 auto 30px;
}
.cid-v5HlvTQRYS .mbr-section-title {
  color: #000000;
}
.cid-v5HlvTQRYS .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v5HlvTQRYS .mbr-section-title,
.cid-v5HlvTQRYS .mbr-section-btn {
  text-align: center;
}
.cid-v5Hn45hL5t {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #cbc97a;
}
.cid-v5Hn45hL5t .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5Hn45hL5t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5Hn45hL5t .container-fluid {
  padding: 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-v5Hn45hL5t .container-fluid {
    padding: 0;
  }
}
.cid-v5Hn45hL5t .container {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .cid-v5Hn45hL5t .container {
    padding: 0 28px;
  }
}
.cid-v5Hn45hL5t .row {
  margin: -1px 0 0 0;
}
.cid-v5Hn45hL5t .card {
  padding: 40px;
  justify-content: flex-end;
  border-right: 1px solid #707070;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v5Hn45hL5t .card {
    padding: 28px;
    border-right: none;
    border-bottom: 1px solid #707070;
  }
}
.cid-v5Hn45hL5t .card:first-child {
  padding-top: 80px;
}
@media (max-width: 992px) {
  .cid-v5Hn45hL5t .card:first-child {
    padding-top: 40px;
    border-right: 0;
    border-bottom: 1px solid #707070;
  }
}
.cid-v5Hn45hL5t .card:last-child {
  border-right: none;
}
.cid-v5Hn45hL5t .title-wrapper .icon-wrap {
  margin-bottom: 40px;
}
.cid-v5Hn45hL5t .title-wrapper .icon-wrap .mbr-iconfont {
  font-size: 110px;
  color: #f2d122;
  display: inline-flex;
}
.cid-v5Hn45hL5t .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-v5Hn45hL5t .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5Hn45hL5t .card-wrapper {
  -webkit-flex: inherit;
}
.cid-v5Hn45hL5t .card-wrapper img {
  height: 320px;
  width: 200px;
  object-fit: cover;
  margin: 0 auto 60px;
}
@media (max-width: 1199px) {
  .cid-v5Hn45hL5t .card-wrapper img {
    width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-v5Hn45hL5t .card-wrapper img {
    margin: 0 auto 40px;
    width: 200px;
  }
}
@media (max-width: 425px) {
  .cid-v5Hn45hL5t .card-wrapper img {
    width: 100%;
  }
}
.cid-v5Hn45hL5t .card-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-v5Hn45hL5t .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5Hn45hL5t .mbr-section-title {
  color: #000000;
}
.cid-v5Hn45hL5t .mbr-section-subtitle {
  color: #000000;
}
.cid-v5Hn45hL5t .mbr-text {
  color: #000000;
}
.cid-v5Hqbh1fbg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cbc97a;
}
.cid-v5Hqbh1fbg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5Hqbh1fbg .container {
  max-width: 1300px;
}
.cid-v5Hqbh1fbg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5Hqbh1fbg .text-wrapper {
  max-width: 700px;
  margin: auto;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .cid-v5Hqbh1fbg .text-wrapper {
    padding: 3rem 2rem;
  }
}
.cid-v5Hqbh1fbg .row {
  background: #1f6463;
}
@media (max-width: 991px) {
  .cid-v5Hqbh1fbg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5Hqbh1fbg .image-wrapper {
  padding: 0;
}
.cid-v5Hqbh1fbg .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v5Hqbh1fbg .mbr-section-title {
  color: #ffffff;
}
.cid-v5Hqbh1fbg .mbr-text,
.cid-v5Hqbh1fbg .mbr-section-btn {
  color: #ffffff;
}
.cid-v5Hqbh1fbg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v5JkY69jzY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #d2e534;
  overflow: hidden;
}
.cid-v5JkY69jzY .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-v5JkY69jzY .item-wrapper {
  background: #2a2c2d;
  border-radius: 2rem;
  padding: 1.5rem;
}
.cid-v5JlR9y5FS {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v5JlR9y5FS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5JlR9y5FS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5JlR9y5FS .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v5JlR9y5FS .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v5JlR9y5FS .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v5JlR9y5FS .navbar-nav .nav-item .nav-link:hover {
  background-color: #6e9e07;
}
.cid-v5JlR9y5FS .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v5JlR9y5FS .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v5JlR9y5FS .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v5JlR9y5FS .navbar-nav .dropdown-item:hover {
  background-color: #6e9e07;
}
@media (min-width: 992px) {
  .cid-v5JlR9y5FS .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v5JlR9y5FS .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v5JlR9y5FS .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v5JlR9y5FS .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v5JlR9y5FS .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5JlR9y5FS .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v5JlR9y5FS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v5JlR9y5FS .container {
  display: flex;
  height: 80px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(191, 247, 71, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #bff747;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v5JlR9y5FS .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5JlR9y5FS .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v5JlR9y5FS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5JlR9y5FS .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #bff747;
  background: rgba(191, 247, 71, 0.8) !important;
}
.cid-v5JlR9y5FS .nav-item:focus,
.cid-v5JlR9y5FS .nav-link:focus {
  outline: none;
}
.cid-v5JlR9y5FS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5JlR9y5FS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5JlR9y5FS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5JlR9y5FS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5JlR9y5FS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5JlR9y5FS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar.opened {
  transition: all 0.3s;
}
.cid-v5JlR9y5FS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5JlR9y5FS .navbar .navbar-logo img {
  width: auto;
}
.cid-v5JlR9y5FS .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v5JlR9y5FS .navbar.collapsed {
  justify-content: center;
}
.cid-v5JlR9y5FS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5JlR9y5FS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5JlR9y5FS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5JlR9y5FS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5JlR9y5FS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5JlR9y5FS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5JlR9y5FS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5JlR9y5FS .navbar {
    min-height: 72px;
  }
  .cid-v5JlR9y5FS .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v5JlR9y5FS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5JlR9y5FS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5JlR9y5FS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5JlR9y5FS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5JlR9y5FS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v5JlR9y5FS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5JlR9y5FS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5JlR9y5FS .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v5JlR9y5FS .dropdown-item.active,
.cid-v5JlR9y5FS .dropdown-item:active {
  background-color: transparent;
}
.cid-v5JlR9y5FS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5JlR9y5FS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5JlR9y5FS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5JlR9y5FS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bff747;
}
.cid-v5JlR9y5FS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v5JlR9y5FS .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v5JlR9y5FS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5JlR9y5FS .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v5JlR9y5FS .navbar-buttons {
    text-align: left;
  }
}
.cid-v5JlR9y5FS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5JlR9y5FS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5JlR9y5FS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5JlR9y5FS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5JlR9y5FS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5JlR9y5FS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v5JlR9y5FS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5JlR9y5FS .navbar {
    height: 70px;
  }
  .cid-v5JlR9y5FS .navbar.opened {
    height: auto;
  }
  .cid-v5JlR9y5FS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v5JlR9y5FS .navbar-buttons .btn {
  padding: 10px 30px;
}
.cid-v5JlR9y5FS .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v5JlR9y5FS .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v5JlR9y5FS .navbar-brand {
    margin-right: auto;
  }
  .cid-v5JlR9y5FS .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #bff747;
    opacity: 1;
    border-color: rgba(191, 247, 71, 0.8) !important;
    background: rgba(191, 247, 71, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v5JlR9y5FS .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v5JlR9y5FS .navbar-nav .dropdown-item:hover {
    background-color: #6e9e07;
  }
  .cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v5JlR9y5FS .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v5Htylkoye {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #d2e534;
}
.cid-v5Htylkoye .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5Htylkoye .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5Htylkoye .content-wrap {
  margin: 0;
}
.cid-v5Htylkoye .content-wrap .card {
  padding: 0;
  justify-content: center;
}
.cid-v5Htylkoye .content-wrapper {
  padding: 0 112px;
}
@media (max-width: 1440px) {
  .cid-v5Htylkoye .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 1200px) {
  .cid-v5Htylkoye .content-wrapper {
    padding: 0 32px;
  }
}
@media (max-width: 992px) {
  .cid-v5Htylkoye .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-v5Htylkoye .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5Htylkoye .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v5Htylkoye .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5Htylkoye .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-v5Htylkoye .content-wrapper .mbr-desc {
  margin-top: 122px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5Htylkoye .content-wrapper .mbr-desc {
    margin-top: 32px;
  }
}
.cid-v5Htylkoye .image-wrapper {
  height: 100%;
  padding-left: 112px;
  border-left: 3px dashed #c10b02;
}
@media (max-width: 1440px) {
  .cid-v5Htylkoye .image-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-v5Htylkoye .image-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v5Htylkoye .image-wrapper {
    padding-left: 0;
    border-left: none;
    border-top: 3px dashed #c10b02;
    padding-top: 22px;
  }
}
.cid-v5Htylkoye .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v5Htylkoye .image-wrapper img {
    height: 350px;
  }
}
.cid-v5Htylkoye .mbr-section-title {
  color: #c10b02;
}
.cid-v5Htylkoye .mbr-text,
.cid-v5Htylkoye .text-wrapper {
  color: #4b4949;
  text-align: center;
}
.cid-v5Htylkoye .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-v5Htylkoye .mbr-section-title,
.cid-v5Htylkoye .mbr-section-btn {
  text-align: center;
}
.cid-v5Huk3ZPgU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d2e534;
}
.cid-v5Huk3ZPgU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5Huk3ZPgU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-v5Huk3ZPgU .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-v5Huk3ZPgU .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v5Huk3ZPgU .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-v5Huk3ZPgU .card-wrapper {
  background: #ffffff;
}
.cid-v5Huk3ZPgU .mbr-text,
.cid-v5Huk3ZPgU .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v5Huk3ZPgU .card-title,
.cid-v5Huk3ZPgU .card-box {
  text-align: left;
  color: #000000;
}
.cid-v5Hvbb0sw6 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #d2e534;
}
.cid-v5Hvbb0sw6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5Hvbb0sw6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-v5Hvbb0sw6 .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-v5Hvbb0sw6 .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v5Hvbb0sw6 .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-v5Hvbb0sw6 .card-wrapper {
  background: #ffffff;
}
.cid-v5Hvbb0sw6 .mbr-text,
.cid-v5Hvbb0sw6 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v5Hvbb0sw6 .card-title,
.cid-v5Hvbb0sw6 .card-box {
  text-align: left;
  color: #000000;
}
.cid-v5Hvbb0sw6 .image-wrapper img {
  width: 100%;
}
.cid-v5HwP1J1AC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5HwP1J1AC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5HwP1J1AC .container {
  max-width: 1300px;
}
.cid-v5HwP1J1AC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5HwP1J1AC .text-wrapper {
  max-width: 700px;
  margin: auto;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .cid-v5HwP1J1AC .text-wrapper {
    padding: 3rem 2rem;
  }
}
.cid-v5HwP1J1AC .row {
  background: #645600;
}
@media (max-width: 991px) {
  .cid-v5HwP1J1AC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5HwP1J1AC .image-wrapper {
  padding: 0;
}
.cid-v5HwP1J1AC .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v5HwP1J1AC .mbr-section-title {
  color: #ffffff;
}
.cid-v5HwP1J1AC .mbr-text,
.cid-v5HwP1J1AC .mbr-section-btn {
  color: #ffffff;
}
.cid-v5HwP1J1AC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v5JkY69jzY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #d2e534;
  overflow: hidden;
}
.cid-v5JkY69jzY .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-v5JkY69jzY .item-wrapper {
  background: #2a2c2d;
  border-radius: 2rem;
  padding: 1.5rem;
}
.cid-v5JlR9y5FS {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v5JlR9y5FS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5JlR9y5FS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5JlR9y5FS .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v5JlR9y5FS .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v5JlR9y5FS .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v5JlR9y5FS .navbar-nav .nav-item .nav-link:hover {
  background-color: #6e9e07;
}
.cid-v5JlR9y5FS .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v5JlR9y5FS .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v5JlR9y5FS .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v5JlR9y5FS .navbar-nav .dropdown-item:hover {
  background-color: #6e9e07;
}
@media (min-width: 992px) {
  .cid-v5JlR9y5FS .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v5JlR9y5FS .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v5JlR9y5FS .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v5JlR9y5FS .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v5JlR9y5FS .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5JlR9y5FS .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v5JlR9y5FS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v5JlR9y5FS .container {
  display: flex;
  height: 80px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(191, 247, 71, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #bff747;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v5JlR9y5FS .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5JlR9y5FS .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v5JlR9y5FS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5JlR9y5FS .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #bff747;
  background: rgba(191, 247, 71, 0.8) !important;
}
.cid-v5JlR9y5FS .nav-item:focus,
.cid-v5JlR9y5FS .nav-link:focus {
  outline: none;
}
.cid-v5JlR9y5FS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5JlR9y5FS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5JlR9y5FS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5JlR9y5FS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5JlR9y5FS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5JlR9y5FS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar.opened {
  transition: all 0.3s;
}
.cid-v5JlR9y5FS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5JlR9y5FS .navbar .navbar-logo img {
  width: auto;
}
.cid-v5JlR9y5FS .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v5JlR9y5FS .navbar.collapsed {
  justify-content: center;
}
.cid-v5JlR9y5FS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5JlR9y5FS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5JlR9y5FS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5JlR9y5FS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5JlR9y5FS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5JlR9y5FS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5JlR9y5FS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5JlR9y5FS .navbar {
    min-height: 72px;
  }
  .cid-v5JlR9y5FS .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v5JlR9y5FS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5JlR9y5FS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5JlR9y5FS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5JlR9y5FS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5JlR9y5FS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v5JlR9y5FS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5JlR9y5FS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5JlR9y5FS .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v5JlR9y5FS .dropdown-item.active,
.cid-v5JlR9y5FS .dropdown-item:active {
  background-color: transparent;
}
.cid-v5JlR9y5FS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5JlR9y5FS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5JlR9y5FS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5JlR9y5FS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bff747;
}
.cid-v5JlR9y5FS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v5JlR9y5FS .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v5JlR9y5FS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5JlR9y5FS .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v5JlR9y5FS .navbar-buttons {
    text-align: left;
  }
}
.cid-v5JlR9y5FS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5JlR9y5FS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5JlR9y5FS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5JlR9y5FS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5JlR9y5FS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5JlR9y5FS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v5JlR9y5FS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5JlR9y5FS .navbar {
    height: 70px;
  }
  .cid-v5JlR9y5FS .navbar.opened {
    height: auto;
  }
  .cid-v5JlR9y5FS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v5JlR9y5FS .navbar-buttons .btn {
  padding: 10px 30px;
}
.cid-v5JlR9y5FS .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v5JlR9y5FS .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v5JlR9y5FS .navbar-brand {
    margin-right: auto;
  }
  .cid-v5JlR9y5FS .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #bff747;
    opacity: 1;
    border-color: rgba(191, 247, 71, 0.8) !important;
    background: rgba(191, 247, 71, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v5JlR9y5FS .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v5JlR9y5FS .navbar-nav .dropdown-item:hover {
    background-color: #6e9e07;
  }
  .cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v5JlR9y5FS .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v5H01tsnK4 {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #2e481a;
}
.cid-v5H01tsnK4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5H01tsnK4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5H01tsnK4 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v5H01tsnK4 .container-fluid {
    padding: 0 15px;
  }
}
.cid-v5H01tsnK4 .row {
  margin: 0;
}
.cid-v5H01tsnK4 .row .card {
  padding: 0;
}
.cid-v5H01tsnK4 .card-wrapper {
  padding: 140px 30px;
  background-color: #d2e534;
}
@media (max-width: 1440px) {
  .cid-v5H01tsnK4 .card-wrapper {
    padding: 40px 30px;
  }
}
@media (max-width: 992px) {
  .cid-v5H01tsnK4 .card-wrapper {
    padding: 15px;
  }
}
.cid-v5H01tsnK4 .card-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 3px 10px;
  background-color: #ffffff;
  margin-bottom: 15px;
}
.cid-v5H01tsnK4 .card-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v5H01tsnK4 .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-v5H01tsnK4 .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v5H01tsnK4 .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5H01tsnK4 .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v5H01tsnK4 .image-wrapper {
    height: 350px;
    margin-bottom: 15px;
  }
}
.cid-v5H01tsnK4 .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-v5H01tsnK4 .mbr-label {
  color: #000000;
}
.cid-v5H01tsnK4 .mbr-section-title {
  color: #000000;
}
.cid-v5H01tsnK4 .mbr-text,
.cid-v5H01tsnK4 .text-wrapper {
  color: #000000;
}
.cid-v08Vh327UH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #2e481a;
}
.cid-v08Vh327UH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v08Vh327UH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v08Vh327UH .mbr-section-title {
  color: #ffffff;
}
.cid-v08Vh327UH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uZWOnWWhbe {
  padding-top: 2rem;
  padding-bottom: -2rem;
  background-color: #2e481a;
}
@media (max-width: 767px) {
  .cid-uZWOnWWhbe {
    padding-bottom: -1rem;
  }
}
.cid-uZWOnWWhbe img,
.cid-uZWOnWWhbe .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZWOnWWhbe .row {
  flex-direction: row-reverse;
}
.cid-uZWOnWWhbe .mbr-text {
  color: #000000;
}
.cid-uZWOnWWhbe .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uZWOnWWhbe .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZWOnWWhbe .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uZWOnWWhbe .mbr-text UL {
  text-align: left;
}
.cid-uZWOnWWhbe .mbr-section-subtitle,
.cid-uZWOnWWhbe .main-button {
  color: #000000;
}
.cid-uZWOnWWhbe .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-uZWOnWWhbe .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-uZWOnWWhbe .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZWOnWWhbe .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZWOnWWhbe .item-title {
  text-align: center;
}
.cid-uZWOnWWhbe .item-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZWOnWWhbe .main-text {
    padding-left: 0;
    padding-right: 32px;
    padding-left: 32px;
    padding-right: 0;
  }
}
.cid-uZWOnWWhbe .mbr-section-title {
  color: #ffffff;
}
.cid-uZWOnWWhbe .mbr-section-subtitle,
.cid-uZWOnWWhbe .mbr-section-btn {
  color: #ffffff;
}
.cid-uZWNjsMUhp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #2e481a;
}
@media (max-width: 767px) {
  .cid-uZWNjsMUhp {
    padding-bottom: 1rem;
  }
}
.cid-uZWNjsMUhp img,
.cid-uZWNjsMUhp .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZWNjsMUhp .mbr-text {
  color: #000000;
}
.cid-uZWNjsMUhp .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uZWNjsMUhp .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZWNjsMUhp .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uZWNjsMUhp .mbr-text UL {
  text-align: left;
}
.cid-uZWNjsMUhp .mbr-section-subtitle,
.cid-uZWNjsMUhp .main-button {
  color: #000000;
}
.cid-uZWNjsMUhp .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-uZWNjsMUhp .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-uZWNjsMUhp .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZWNjsMUhp .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZWNjsMUhp .item-title {
  text-align: center;
}
.cid-uZWNjsMUhp .item-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZWNjsMUhp .main-text {
    padding-left: 0;
    padding-right: 32px;
  }
}
.cid-uZWNjsMUhp .mbr-section-title {
  color: #ffffff;
}
.cid-uZWNjsMUhp .mbr-section-subtitle,
.cid-uZWNjsMUhp .mbr-section-btn {
  color: #ffffff;
}
.cid-uZWQ2seOGB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #2e481a;
}
@media (max-width: 767px) {
  .cid-uZWQ2seOGB {
    padding-bottom: 1rem;
  }
}
.cid-uZWQ2seOGB img,
.cid-uZWQ2seOGB .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZWQ2seOGB .row {
  flex-direction: row-reverse;
}
.cid-uZWQ2seOGB .mbr-text {
  color: #000000;
}
.cid-uZWQ2seOGB .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uZWQ2seOGB .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZWQ2seOGB .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uZWQ2seOGB .mbr-text UL {
  text-align: left;
}
.cid-uZWQ2seOGB .mbr-section-subtitle,
.cid-uZWQ2seOGB .main-button {
  color: #000000;
}
.cid-uZWQ2seOGB .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-uZWQ2seOGB .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-uZWQ2seOGB .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZWQ2seOGB .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZWQ2seOGB .item-title {
  text-align: center;
}
.cid-uZWQ2seOGB .item-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZWQ2seOGB .main-text {
    padding-left: 0;
    padding-right: 32px;
    padding-left: 32px;
    padding-right: 0;
  }
}
.cid-uZWQ2seOGB .mbr-section-title {
  color: #ffffff;
}
.cid-uZWQ2seOGB .mbr-section-subtitle,
.cid-uZWQ2seOGB .mbr-section-btn {
  color: #ffffff;
}
.cid-uZWS9KO6gf {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #2e481a;
}
@media (max-width: 767px) {
  .cid-uZWS9KO6gf {
    padding-bottom: 1rem;
  }
}
.cid-uZWS9KO6gf img,
.cid-uZWS9KO6gf .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZWS9KO6gf .mbr-text {
  color: #000000;
}
.cid-uZWS9KO6gf .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uZWS9KO6gf .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZWS9KO6gf .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uZWS9KO6gf .mbr-text UL {
  text-align: left;
}
.cid-uZWS9KO6gf .mbr-section-subtitle,
.cid-uZWS9KO6gf .main-button {
  color: #000000;
}
.cid-uZWS9KO6gf .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-uZWS9KO6gf .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-uZWS9KO6gf .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZWS9KO6gf .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZWS9KO6gf .item-title {
  text-align: center;
}
.cid-uZWS9KO6gf .item-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZWS9KO6gf .main-text {
    padding-left: 0;
    padding-right: 32px;
  }
}
.cid-uZWS9KO6gf .mbr-section-title {
  color: #ffffff;
}
.cid-uZWS9KO6gf .mbr-section-subtitle,
.cid-uZWS9KO6gf .mbr-section-btn {
  color: #ffffff;
}
.cid-uZWT4jM5gX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #2e481a;
}
@media (max-width: 767px) {
  .cid-uZWT4jM5gX {
    padding-bottom: 1rem;
  }
}
.cid-uZWT4jM5gX img,
.cid-uZWT4jM5gX .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZWT4jM5gX .row {
  flex-direction: row-reverse;
}
.cid-uZWT4jM5gX .mbr-text {
  color: #000000;
}
.cid-uZWT4jM5gX .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uZWT4jM5gX .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZWT4jM5gX .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uZWT4jM5gX .mbr-text UL {
  text-align: left;
}
.cid-uZWT4jM5gX .mbr-section-subtitle,
.cid-uZWT4jM5gX .main-button {
  color: #000000;
}
.cid-uZWT4jM5gX .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-uZWT4jM5gX .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-uZWT4jM5gX .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZWT4jM5gX .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZWT4jM5gX .item-title {
  text-align: center;
}
.cid-uZWT4jM5gX .item-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZWT4jM5gX .main-text {
    padding-left: 0;
    padding-right: 32px;
    padding-left: 32px;
    padding-right: 0;
  }
}
.cid-uZWT4jM5gX .mbr-section-title {
  color: #ffffff;
}
.cid-uZWT4jM5gX .mbr-section-subtitle,
.cid-uZWT4jM5gX .mbr-section-btn {
  color: #ffffff;
}
.cid-uZWUkjvTPr {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #2e481a;
}
@media (max-width: 767px) {
  .cid-uZWUkjvTPr {
    padding-bottom: 1rem;
  }
}
.cid-uZWUkjvTPr img,
.cid-uZWUkjvTPr .item-img {
  width: 100%;
  height: 100%;
}
.cid-uZWUkjvTPr .mbr-text {
  color: #000000;
}
.cid-uZWUkjvTPr .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uZWUkjvTPr .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZWUkjvTPr .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uZWUkjvTPr .mbr-text UL {
  text-align: left;
}
.cid-uZWUkjvTPr .mbr-section-subtitle,
.cid-uZWUkjvTPr .main-button {
  color: #000000;
}
.cid-uZWUkjvTPr .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-uZWUkjvTPr .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-uZWUkjvTPr .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZWUkjvTPr .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZWUkjvTPr .item-title {
  text-align: center;
}
.cid-uZWUkjvTPr .item-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZWUkjvTPr .main-text {
    padding-left: 0;
    padding-right: 32px;
  }
}
.cid-uZWUkjvTPr .mbr-section-title {
  color: #ffffff;
}
.cid-uZWUkjvTPr .mbr-section-subtitle,
.cid-uZWUkjvTPr .mbr-section-btn {
  color: #ffffff;
}
.cid-v5JkY69jzY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #d2e534;
  overflow: hidden;
}
.cid-v5JkY69jzY .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-v5JkY69jzY .item-wrapper {
  background: #2a2c2d;
  border-radius: 2rem;
  padding: 1.5rem;
}
.cid-v5JlR9y5FS {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v5JlR9y5FS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5JlR9y5FS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5JlR9y5FS .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v5JlR9y5FS .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v5JlR9y5FS .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v5JlR9y5FS .navbar-nav .nav-item .nav-link:hover {
  background-color: #6e9e07;
}
.cid-v5JlR9y5FS .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v5JlR9y5FS .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v5JlR9y5FS .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v5JlR9y5FS .navbar-nav .dropdown-item:hover {
  background-color: #6e9e07;
}
@media (min-width: 992px) {
  .cid-v5JlR9y5FS .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v5JlR9y5FS .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v5JlR9y5FS .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v5JlR9y5FS .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v5JlR9y5FS .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5JlR9y5FS .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v5JlR9y5FS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v5JlR9y5FS .container {
  display: flex;
  height: 80px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(191, 247, 71, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #bff747;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v5JlR9y5FS .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5JlR9y5FS .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v5JlR9y5FS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5JlR9y5FS .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #bff747;
  background: rgba(191, 247, 71, 0.8) !important;
}
.cid-v5JlR9y5FS .nav-item:focus,
.cid-v5JlR9y5FS .nav-link:focus {
  outline: none;
}
.cid-v5JlR9y5FS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5JlR9y5FS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5JlR9y5FS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5JlR9y5FS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5JlR9y5FS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5JlR9y5FS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar.opened {
  transition: all 0.3s;
}
.cid-v5JlR9y5FS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5JlR9y5FS .navbar .navbar-logo img {
  width: auto;
}
.cid-v5JlR9y5FS .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v5JlR9y5FS .navbar.collapsed {
  justify-content: center;
}
.cid-v5JlR9y5FS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5JlR9y5FS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5JlR9y5FS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5JlR9y5FS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5JlR9y5FS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5JlR9y5FS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5JlR9y5FS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5JlR9y5FS .navbar {
    min-height: 72px;
  }
  .cid-v5JlR9y5FS .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v5JlR9y5FS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5JlR9y5FS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5JlR9y5FS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5JlR9y5FS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5JlR9y5FS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v5JlR9y5FS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5JlR9y5FS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5JlR9y5FS .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v5JlR9y5FS .dropdown-item.active,
.cid-v5JlR9y5FS .dropdown-item:active {
  background-color: transparent;
}
.cid-v5JlR9y5FS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5JlR9y5FS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5JlR9y5FS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5JlR9y5FS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bff747;
}
.cid-v5JlR9y5FS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v5JlR9y5FS .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v5JlR9y5FS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5JlR9y5FS .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v5JlR9y5FS .navbar-buttons {
    text-align: left;
  }
}
.cid-v5JlR9y5FS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5JlR9y5FS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5JlR9y5FS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5JlR9y5FS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5JlR9y5FS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5JlR9y5FS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v5JlR9y5FS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5JlR9y5FS .navbar {
    height: 70px;
  }
  .cid-v5JlR9y5FS .navbar.opened {
    height: auto;
  }
  .cid-v5JlR9y5FS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v5JlR9y5FS .navbar-buttons .btn {
  padding: 10px 30px;
}
.cid-v5JlR9y5FS .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v5JlR9y5FS .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v5JlR9y5FS .navbar-brand {
    margin-right: auto;
  }
  .cid-v5JlR9y5FS .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #bff747;
    opacity: 1;
    border-color: rgba(191, 247, 71, 0.8) !important;
    background: rgba(191, 247, 71, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v5JlR9y5FS .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v5JlR9y5FS .navbar-nav .dropdown-item:hover {
    background-color: #6e9e07;
  }
  .cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v5JlR9y5FS .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZXa8aH0Gb {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #d70081;
}
.cid-uZXa8aH0Gb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZXa8aH0Gb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uZXa8aH0Gb .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #edefeb;
}
.cid-uZXa8aH0Gb .mbr-section-title {
  color: #ffffff;
}
.cid-uZXa8aH0Gb .mbr-text,
.cid-uZXa8aH0Gb .mbr-section-btn {
  color: #ffffff;
}
.cid-uZXa8aH0Gb .content-head {
  max-width: 800px;
}
.cid-uZXbfb2VnT {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uZXbfb2VnT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZXbfb2VnT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZXbfb2VnT .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uZXbfb2VnT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZXbfb2VnT .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uZXbfb2VnT .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uZXbfb2VnT .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZXbfb2VnT .mbr-section-title {
  color: #000000;
}
.cid-uZXbfb2VnT .mbr-text,
.cid-uZXbfb2VnT .mbr-section-btn {
  color: #000000;
}
.cid-uZXbfb2VnT img {
  width: 100%;
  height: 100%;
}
.cid-uZXbRYhWxP {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-uZXbRYhWxP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZXbRYhWxP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZXbRYhWxP .row-reverse {
  flex-direction: row-reverse;
}
.cid-uZXbRYhWxP .row {
  flex-direction: row-reverse;
}
.cid-uZXbRYhWxP .row-reverse {
  flex-direction: row;
}
@media (max-width: 991px) {
  .cid-uZXbRYhWxP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZXbRYhWxP .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uZXbRYhWxP .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uZXbRYhWxP .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZXbRYhWxP .mbr-section-title {
  color: #000000;
}
.cid-uZXbRYhWxP .mbr-text,
.cid-uZXbRYhWxP .mbr-section-btn {
  color: #000000;
}
.cid-uZXbRYhWxP img {
  width: 100%;
  height: 100%;
}
.cid-uZXcEtHVG2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uZXcEtHVG2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZXcEtHVG2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZXcEtHVG2 .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uZXcEtHVG2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZXcEtHVG2 .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uZXcEtHVG2 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uZXcEtHVG2 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZXcEtHVG2 .mbr-section-title {
  color: #000000;
}
.cid-uZXcEtHVG2 .mbr-text,
.cid-uZXcEtHVG2 .mbr-section-btn {
  color: #000000;
}
.cid-uZXcEtHVG2 img {
  width: 100%;
  height: 100%;
}
.cid-v5JkY69jzY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #d2e534;
  overflow: hidden;
}
.cid-v5JkY69jzY .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-v5JkY69jzY .item-wrapper {
  background: #2a2c2d;
  border-radius: 2rem;
  padding: 1.5rem;
}
.cid-v5JlR9y5FS {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v5JlR9y5FS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5JlR9y5FS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5JlR9y5FS .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v5JlR9y5FS .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v5JlR9y5FS .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v5JlR9y5FS .navbar-nav .nav-item .nav-link:hover {
  background-color: #6e9e07;
}
.cid-v5JlR9y5FS .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v5JlR9y5FS .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v5JlR9y5FS .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v5JlR9y5FS .navbar-nav .dropdown-item:hover {
  background-color: #6e9e07;
}
@media (min-width: 992px) {
  .cid-v5JlR9y5FS .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v5JlR9y5FS .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v5JlR9y5FS .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v5JlR9y5FS .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v5JlR9y5FS .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5JlR9y5FS .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v5JlR9y5FS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v5JlR9y5FS .container {
  display: flex;
  height: 80px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(191, 247, 71, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #bff747;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v5JlR9y5FS .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5JlR9y5FS .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v5JlR9y5FS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5JlR9y5FS .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #bff747;
  background: rgba(191, 247, 71, 0.8) !important;
}
.cid-v5JlR9y5FS .nav-item:focus,
.cid-v5JlR9y5FS .nav-link:focus {
  outline: none;
}
.cid-v5JlR9y5FS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5JlR9y5FS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5JlR9y5FS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5JlR9y5FS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5JlR9y5FS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5JlR9y5FS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar.opened {
  transition: all 0.3s;
}
.cid-v5JlR9y5FS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5JlR9y5FS .navbar .navbar-logo img {
  width: auto;
}
.cid-v5JlR9y5FS .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v5JlR9y5FS .navbar.collapsed {
  justify-content: center;
}
.cid-v5JlR9y5FS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5JlR9y5FS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5JlR9y5FS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5JlR9y5FS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5JlR9y5FS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5JlR9y5FS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5JlR9y5FS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5JlR9y5FS .navbar {
    min-height: 72px;
  }
  .cid-v5JlR9y5FS .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v5JlR9y5FS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5JlR9y5FS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5JlR9y5FS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5JlR9y5FS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5JlR9y5FS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v5JlR9y5FS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5JlR9y5FS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5JlR9y5FS .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v5JlR9y5FS .dropdown-item.active,
.cid-v5JlR9y5FS .dropdown-item:active {
  background-color: transparent;
}
.cid-v5JlR9y5FS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5JlR9y5FS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5JlR9y5FS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5JlR9y5FS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bff747;
}
.cid-v5JlR9y5FS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v5JlR9y5FS .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v5JlR9y5FS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5JlR9y5FS .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v5JlR9y5FS .navbar-buttons {
    text-align: left;
  }
}
.cid-v5JlR9y5FS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5JlR9y5FS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5JlR9y5FS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5JlR9y5FS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5JlR9y5FS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5JlR9y5FS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v5JlR9y5FS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5JlR9y5FS .navbar {
    height: 70px;
  }
  .cid-v5JlR9y5FS .navbar.opened {
    height: auto;
  }
  .cid-v5JlR9y5FS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v5JlR9y5FS .navbar-buttons .btn {
  padding: 10px 30px;
}
.cid-v5JlR9y5FS .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v5JlR9y5FS .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v5JlR9y5FS .navbar-brand {
    margin-right: auto;
  }
  .cid-v5JlR9y5FS .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #bff747;
    opacity: 1;
    border-color: rgba(191, 247, 71, 0.8) !important;
    background: rgba(191, 247, 71, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v5JlR9y5FS .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v5JlR9y5FS .navbar-nav .dropdown-item:hover {
    background-color: #6e9e07;
  }
  .cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v5JlR9y5FS .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v080Sn2Vx7 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-v080Sn2Vx7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v080Sn2Vx7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v080Sn2Vx7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v080Sn2Vx7 .row {
  flex-direction: row-reverse;
}
.cid-v080Sn2Vx7 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v080Sn2Vx7 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v080Sn2Vx7 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v080Sn2Vx7 .mbr-section-title {
  color: #000000;
}
.cid-v080Sn2Vx7 .mbr-text,
.cid-v080Sn2Vx7 .mbr-section-btn {
  color: #232323;
}
.cid-v080otyP4B {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-v080otyP4B .mbr-fallback-image.disabled {
  display: none;
}
.cid-v080otyP4B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v080otyP4B .row {
  flex-direction: row-reverse;
}
.cid-v081eZegak {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-v081eZegak .mbr-fallback-image.disabled {
  display: none;
}
.cid-v081eZegak .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v081eZegak .row {
  flex-direction: row-reverse;
}
.cid-v081ghhL6s {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-v081ghhL6s .mbr-fallback-image.disabled {
  display: none;
}
.cid-v081ghhL6s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v081ghhL6s .row {
  flex-direction: row-reverse;
}
.cid-v081fwhYv3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-v081fwhYv3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v081fwhYv3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v081fwhYv3 .row {
  flex-direction: row-reverse;
}
.cid-v5JkY69jzY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #d2e534;
  overflow: hidden;
}
.cid-v5JkY69jzY .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-v5JkY69jzY .item-wrapper {
  background: #2a2c2d;
  border-radius: 2rem;
  padding: 1.5rem;
}
.cid-v5JlR9y5FS {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v5JlR9y5FS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5JlR9y5FS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5JlR9y5FS .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v5JlR9y5FS .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v5JlR9y5FS .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v5JlR9y5FS .navbar-nav .nav-item .nav-link:hover {
  background-color: #6e9e07;
}
.cid-v5JlR9y5FS .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v5JlR9y5FS .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v5JlR9y5FS .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v5JlR9y5FS .navbar-nav .dropdown-item:hover {
  background-color: #6e9e07;
}
@media (min-width: 992px) {
  .cid-v5JlR9y5FS .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v5JlR9y5FS .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v5JlR9y5FS .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v5JlR9y5FS .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v5JlR9y5FS .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5JlR9y5FS .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v5JlR9y5FS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v5JlR9y5FS .container {
  display: flex;
  height: 80px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(191, 247, 71, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #bff747;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v5JlR9y5FS .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5JlR9y5FS .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v5JlR9y5FS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5JlR9y5FS .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #bff747;
  background: rgba(191, 247, 71, 0.8) !important;
}
.cid-v5JlR9y5FS .nav-item:focus,
.cid-v5JlR9y5FS .nav-link:focus {
  outline: none;
}
.cid-v5JlR9y5FS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5JlR9y5FS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5JlR9y5FS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5JlR9y5FS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5JlR9y5FS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5JlR9y5FS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar.opened {
  transition: all 0.3s;
}
.cid-v5JlR9y5FS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5JlR9y5FS .navbar .navbar-logo img {
  width: auto;
}
.cid-v5JlR9y5FS .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v5JlR9y5FS .navbar.collapsed {
  justify-content: center;
}
.cid-v5JlR9y5FS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5JlR9y5FS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5JlR9y5FS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5JlR9y5FS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5JlR9y5FS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5JlR9y5FS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5JlR9y5FS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5JlR9y5FS .navbar {
    min-height: 72px;
  }
  .cid-v5JlR9y5FS .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v5JlR9y5FS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5JlR9y5FS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5JlR9y5FS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5JlR9y5FS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5JlR9y5FS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v5JlR9y5FS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5JlR9y5FS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5JlR9y5FS .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v5JlR9y5FS .dropdown-item.active,
.cid-v5JlR9y5FS .dropdown-item:active {
  background-color: transparent;
}
.cid-v5JlR9y5FS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5JlR9y5FS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5JlR9y5FS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5JlR9y5FS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bff747;
}
.cid-v5JlR9y5FS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v5JlR9y5FS .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v5JlR9y5FS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5JlR9y5FS .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v5JlR9y5FS .navbar-buttons {
    text-align: left;
  }
}
.cid-v5JlR9y5FS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5JlR9y5FS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5JlR9y5FS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5JlR9y5FS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5JlR9y5FS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5JlR9y5FS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v5JlR9y5FS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5JlR9y5FS .navbar {
    height: 70px;
  }
  .cid-v5JlR9y5FS .navbar.opened {
    height: auto;
  }
  .cid-v5JlR9y5FS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v5JlR9y5FS .navbar-buttons .btn {
  padding: 10px 30px;
}
.cid-v5JlR9y5FS .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v5JlR9y5FS .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v5JlR9y5FS .navbar-brand {
    margin-right: auto;
  }
  .cid-v5JlR9y5FS .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #bff747;
    opacity: 1;
    border-color: rgba(191, 247, 71, 0.8) !important;
    background: rgba(191, 247, 71, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v5JlR9y5FS .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v5JlR9y5FS .navbar-nav .dropdown-item:hover {
    background-color: #6e9e07;
  }
  .cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v5JlR9y5FS .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v5DHfTZqZA {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-v5DHfTZqZA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5DHfTZqZA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5DHfTZqZA .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-v5DHfTZqZA .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-v5DHfTZqZA .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-v5DHfTZqZA .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-v5DHfTZqZA .container {
    padding: 0 24px;
  }
}
.cid-v5DHfTZqZA .content-wrapper {
  position: relative;
  overflow: hidden;
  border: 1px solid #edeceb;
  border-radius: 2rem;
  padding: 80px 48px 0;
}
@media (max-width: 992px) {
  .cid-v5DHfTZqZA .content-wrapper {
    padding: 48px 24px 0;
  }
}
.cid-v5DHfTZqZA .content-wrapper .main-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v5DHfTZqZA .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-v5DHfTZqZA .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-v5DHfTZqZA .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v5DHfTZqZA .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v5DHfTZqZA .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5DHfTZqZA .content-wrapper .content-wrap .people-wrapper {
  margin-top: 22px;
}
.cid-v5DHfTZqZA .content-wrapper .content-wrap .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v5DHfTZqZA .content-wrapper .content-wrap .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-v5DHfTZqZA .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper {
  display: flex;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-v5DHfTZqZA .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-v5DHfTZqZA .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper img {
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  margin-left: -10px;
  object-fit: cover;
}
.cid-v5DHfTZqZA .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper img:first-child {
  margin-left: 0;
}
.cid-v5DHfTZqZA .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v5DHfTZqZA .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-v5DHfTZqZA .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-v5DHfTZqZA .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-v5DHfTZqZA .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .mbr-people {
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5DHfTZqZA .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .mbr-people {
    text-align: center;
  }
}
.cid-v5DHfTZqZA .content-wrapper .content-wrap .image-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.cid-v5DHfTZqZA .content-wrapper .content-wrap .image-wrapper .image-wrap {
  width: 1200px;
  border: 16px solid #fbfaf9;
  background-color: #fbfaf9;
  border-radius: 1rem;
  margin-bottom: -16px;
}
@media (max-width: 992px) {
  .cid-v5DHfTZqZA .content-wrapper .content-wrap .image-wrapper .image-wrap {
    border: 8px solid #fbfaf9;
  }
}
.cid-v5DHfTZqZA .content-wrapper .content-wrap .image-wrapper .image-wrap img {
  height: 470px;
  object-fit: cover;
  border-radius: 10px 10px 0 0 !important;
}
@media (max-width: 992px) {
  .cid-v5DHfTZqZA .content-wrapper .content-wrap .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-v5DHfTZqZA .mbr-section-title {
  color: #18212d;
}
.cid-v5DHfTZqZA .mbr-desc,
.cid-v5DHfTZqZA .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-v5DHfTZqZA .mbr-text,
.cid-v5DHfTZqZA .text-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-v5DHfTZqZA .mbr-rating {
  color: #EFCC4E;
}
.cid-v5DHfTZqZA .mbr-people {
  color: #18212d;
  text-align: center;
}
.cid-v5DHfTZqZA .mbr-section-title,
.cid-v5DHfTZqZA .mbr-section-btn {
  text-align: center;
}
.cid-v5DHfTZqZA .mbr-rating,
.cid-v5DHfTZqZA .rating-wrapper,
.cid-v5DHfTZqZA .people-wrapper {
  text-align: center;
}
.cid-v5DTa2BHEM {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-v5DTa2BHEM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5DTa2BHEM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5DTa2BHEM .title-wrapper {
  margin-bottom: 40px;
}
.cid-v5DTa2BHEM .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-v5DTa2BHEM .title-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-v5DTa2BHEM .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5DTa2BHEM .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5DTa2BHEM .items-wrapper {
  margin: 0 -8px;
}
.cid-v5DTa2BHEM .items-wrapper .item {
  margin-bottom: 16px;
  padding: 0 8px;
}
@media (max-width: 992px) {
  .cid-v5DTa2BHEM .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v5DTa2BHEM .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #2b2b2b;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-v5DTa2BHEM .items-wrapper .item .item-wrapper {
    padding: 16px;
  }
}
.cid-v5DTa2BHEM .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 24px;
}
.cid-v5DTa2BHEM .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v5DTa2BHEM .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v5DTa2BHEM .items-wrapper .item .item-wrapper .item-price {
  margin-bottom: 24px;
}
.cid-v5DTa2BHEM .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 12px;
}
.cid-v5DTa2BHEM .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v5DTa2BHEM .items-wrapper .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-top: 16px;
}
.cid-v5DTa2BHEM .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
}
.cid-v5DTa2BHEM .mbr-label {
  color: #a8a8a8;
  text-align: center;
}
.cid-v5DTa2BHEM .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v5DTa2BHEM .mbr-text,
.cid-v5DTa2BHEM .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v5DTa2BHEM .item-price {
  color: #ffffff;
}
.cid-v5DTa2BHEM .item-title {
  color: #ffffff;
}
.cid-v5DTa2BHEM .item-text {
  color: #a1a1a1;
}
.cid-v5DUcylss2 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-v5DUcylss2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5DUcylss2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5DUcylss2 .title-wrapper {
  margin-bottom: 40px;
}
.cid-v5DUcylss2 .title-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-v5DUcylss2 .title-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-v5DUcylss2 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5DUcylss2 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5DUcylss2 .items-wrapper {
  margin: 0 -8px;
}
.cid-v5DUcylss2 .items-wrapper .item {
  margin-bottom: 16px;
  padding: 0 8px;
}
@media (max-width: 992px) {
  .cid-v5DUcylss2 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v5DUcylss2 .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #2b2b2b;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-v5DUcylss2 .items-wrapper .item .item-wrapper {
    padding: 16px;
  }
}
.cid-v5DUcylss2 .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 24px;
}
.cid-v5DUcylss2 .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v5DUcylss2 .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v5DUcylss2 .items-wrapper .item .item-wrapper .item-price {
  margin-bottom: 24px;
}
.cid-v5DUcylss2 .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 12px;
}
.cid-v5DUcylss2 .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v5DUcylss2 .items-wrapper .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-top: 16px;
}
.cid-v5DUcylss2 .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
}
.cid-v5DUcylss2 .mbr-label {
  color: #a8a8a8;
  text-align: center;
}
.cid-v5DUcylss2 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v5DUcylss2 .mbr-text,
.cid-v5DUcylss2 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v5DUcylss2 .item-price {
  color: #ffffff;
}
.cid-v5DUcylss2 .item-title {
  color: #ffffff;
}
.cid-v5DUcylss2 .item-text {
  color: #a1a1a1;
}
.cid-v5JkY69jzY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #d2e534;
  overflow: hidden;
}
.cid-v5JkY69jzY .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-v5JkY69jzY .item-wrapper {
  background: #2a2c2d;
  border-radius: 2rem;
  padding: 1.5rem;
}
.cid-v5JlR9y5FS {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v5JlR9y5FS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5JlR9y5FS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5JlR9y5FS .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v5JlR9y5FS .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v5JlR9y5FS .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v5JlR9y5FS .navbar-nav .nav-item .nav-link:hover {
  background-color: #6e9e07;
}
.cid-v5JlR9y5FS .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v5JlR9y5FS .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v5JlR9y5FS .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v5JlR9y5FS .navbar-nav .dropdown-item:hover {
  background-color: #6e9e07;
}
@media (min-width: 992px) {
  .cid-v5JlR9y5FS .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v5JlR9y5FS .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v5JlR9y5FS .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v5JlR9y5FS .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v5JlR9y5FS .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5JlR9y5FS .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v5JlR9y5FS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v5JlR9y5FS .container {
  display: flex;
  height: 80px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(191, 247, 71, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #bff747;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v5JlR9y5FS .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5JlR9y5FS .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v5JlR9y5FS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5JlR9y5FS .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #bff747;
  background: rgba(191, 247, 71, 0.8) !important;
}
.cid-v5JlR9y5FS .nav-item:focus,
.cid-v5JlR9y5FS .nav-link:focus {
  outline: none;
}
.cid-v5JlR9y5FS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5JlR9y5FS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5JlR9y5FS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5JlR9y5FS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5JlR9y5FS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5JlR9y5FS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar.opened {
  transition: all 0.3s;
}
.cid-v5JlR9y5FS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5JlR9y5FS .navbar .navbar-logo img {
  width: auto;
}
.cid-v5JlR9y5FS .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v5JlR9y5FS .navbar.collapsed {
  justify-content: center;
}
.cid-v5JlR9y5FS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5JlR9y5FS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5JlR9y5FS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5JlR9y5FS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5JlR9y5FS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5JlR9y5FS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5JlR9y5FS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5JlR9y5FS .navbar {
    min-height: 72px;
  }
  .cid-v5JlR9y5FS .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v5JlR9y5FS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5JlR9y5FS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5JlR9y5FS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5JlR9y5FS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5JlR9y5FS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v5JlR9y5FS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5JlR9y5FS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5JlR9y5FS .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v5JlR9y5FS .dropdown-item.active,
.cid-v5JlR9y5FS .dropdown-item:active {
  background-color: transparent;
}
.cid-v5JlR9y5FS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5JlR9y5FS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5JlR9y5FS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5JlR9y5FS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bff747;
}
.cid-v5JlR9y5FS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v5JlR9y5FS .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v5JlR9y5FS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5JlR9y5FS .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v5JlR9y5FS .navbar-buttons {
    text-align: left;
  }
}
.cid-v5JlR9y5FS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5JlR9y5FS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5JlR9y5FS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5JlR9y5FS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5JlR9y5FS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5JlR9y5FS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v5JlR9y5FS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5JlR9y5FS .navbar {
    height: 70px;
  }
  .cid-v5JlR9y5FS .navbar.opened {
    height: auto;
  }
  .cid-v5JlR9y5FS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v5JlR9y5FS .navbar-buttons .btn {
  padding: 10px 30px;
}
.cid-v5JlR9y5FS .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v5JlR9y5FS .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v5JlR9y5FS .navbar-brand {
    margin-right: auto;
  }
  .cid-v5JlR9y5FS .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #bff747;
    opacity: 1;
    border-color: rgba(191, 247, 71, 0.8) !important;
    background: rgba(191, 247, 71, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v5JlR9y5FS .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v5JlR9y5FS .navbar-nav .dropdown-item:hover {
    background-color: #6e9e07;
  }
  .cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v5JlR9y5FS .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v5E0KxEMKh {
  background-color: #190f2a;
  overflow: hidden;
}
.cid-v5E0KxEMKh .card {
  position: relative;
}
.cid-v5E0KxEMKh .card .gradient-wrap {
  position: absolute;
  bottom: -40%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #1c4eff, #ca45ff 50%, #fe881b);
  filter: blur(4rem);
  pointer-events: none;
}
.cid-v5E0KxEMKh .card .gradient-wrap::before {
  content: '';
  position: absolute;
  top: -30%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #190f2a;
  filter: blur(5rem);
  pointer-events: none;
}
.cid-v5E0KxEMKh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5E0KxEMKh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5E0KxEMKh .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v5E0KxEMKh .content-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v5E0KxEMKh .content-wrapper {
    width: 100%;
  }
}
.cid-v5E0KxEMKh .content-wrapper .label-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-v5E0KxEMKh .content-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-v5E0KxEMKh .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v5E0KxEMKh .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v5E0KxEMKh .content-wrapper .mbr-section-title {
    margin-bottom: 18px;
  }
}
.cid-v5E0KxEMKh .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5E0KxEMKh .content-wrapper .mbr-section-btn {
  margin-top: 46px;
}
@media (max-width: 992px) {
  .cid-v5E0KxEMKh .content-wrapper .mbr-section-btn {
    margin-top: 18px;
  }
}
.cid-v5E0KxEMKh .mbr-label,
.cid-v5E0KxEMKh .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v5E0KxEMKh .mbr-section-title {
  color: #ffffff;
}
.cid-v5E0KxEMKh .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v5E0KxEMKh .mbr-section-title,
.cid-v5E0KxEMKh .mbr-section-btn {
  text-align: center;
}
.cid-v5E4uN5GtP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v5E4uN5GtP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5E4uN5GtP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5E4uN5GtP .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v5E4uN5GtP .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-v5E4uN5GtP .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-v5E4uN5GtP .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-v5E4uN5GtP .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-v5E4uN5GtP .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v5E4uN5GtP .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5E4uN5GtP .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v5E4uN5GtP .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5E4uN5GtP .content-wrap .card {
  justify-content: center;
}
.cid-v5E4uN5GtP .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v5E4uN5GtP .item {
    margin-bottom: 20px;
  }
  .cid-v5E4uN5GtP .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v5E4uN5GtP .item .item-wrapper {
  position: relative;
  padding: 32px;
  background-color: #0c0f16;
  border: 1px solid #242a3c;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v5E4uN5GtP .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v5E4uN5GtP .item .item-wrapper .item-content .item-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  padding: 50px 0;
}
.cid-v5E4uN5GtP .item .item-wrapper .item-content .item-img img {
  position: relative;
  z-index: 1;
  height: 275px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v5E4uN5GtP .item .item-wrapper .item-content .item-img {
    padding: 40px 0;
  }
}
.cid-v5E4uN5GtP .item .item-wrapper .item-content .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #ff6a00 10%, #ffcd7d 25%, #0175ff 100%);
  filter: blur(50px);
  pointer-events: none;
}
.cid-v5E4uN5GtP .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-v5E4uN5GtP .item .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5E4uN5GtP .item .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-v5E4uN5GtP .item .item-wrapper .mbr-section-btn {
  margin-top: 10px;
  width: 100%;
}
.cid-v5E4uN5GtP .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-v5E4uN5GtP .mbr-label {
  color: #9ba9c4;
}
.cid-v5E4uN5GtP .mbr-section-title {
  color: #ffffff;
}
.cid-v5E4uN5GtP .mbr-text,
.cid-v5E4uN5GtP .text-wrapper {
  color: #9ba9c4;
}
.cid-v5E4uN5GtP .item-title {
  color: #ffffff;
}
.cid-v5E4uN5GtP .item-text {
  color: #9ba9c4;
}
.cid-v5E4uN5GtP .item-price {
  color: #d1d4e3;
}
.cid-v5JkY69jzY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #d2e534;
  overflow: hidden;
}
.cid-v5JkY69jzY .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-v5JkY69jzY .item-wrapper {
  background: #2a2c2d;
  border-radius: 2rem;
  padding: 1.5rem;
}
.cid-v5JlR9y5FS {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v5JlR9y5FS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5JlR9y5FS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5JlR9y5FS .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v5JlR9y5FS .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v5JlR9y5FS .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v5JlR9y5FS .navbar-nav .nav-item .nav-link:hover {
  background-color: #6e9e07;
}
.cid-v5JlR9y5FS .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v5JlR9y5FS .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v5JlR9y5FS .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v5JlR9y5FS .navbar-nav .dropdown-item:hover {
  background-color: #6e9e07;
}
@media (min-width: 992px) {
  .cid-v5JlR9y5FS .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v5JlR9y5FS .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v5JlR9y5FS .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v5JlR9y5FS .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v5JlR9y5FS .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5JlR9y5FS .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v5JlR9y5FS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v5JlR9y5FS .container {
  display: flex;
  height: 80px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(191, 247, 71, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #bff747;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v5JlR9y5FS .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5JlR9y5FS .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v5JlR9y5FS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5JlR9y5FS .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #bff747;
  background: rgba(191, 247, 71, 0.8) !important;
}
.cid-v5JlR9y5FS .nav-item:focus,
.cid-v5JlR9y5FS .nav-link:focus {
  outline: none;
}
.cid-v5JlR9y5FS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5JlR9y5FS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5JlR9y5FS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5JlR9y5FS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5JlR9y5FS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5JlR9y5FS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar.opened {
  transition: all 0.3s;
}
.cid-v5JlR9y5FS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5JlR9y5FS .navbar .navbar-logo img {
  width: auto;
}
.cid-v5JlR9y5FS .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v5JlR9y5FS .navbar.collapsed {
  justify-content: center;
}
.cid-v5JlR9y5FS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5JlR9y5FS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5JlR9y5FS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5JlR9y5FS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5JlR9y5FS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5JlR9y5FS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5JlR9y5FS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5JlR9y5FS .navbar {
    min-height: 72px;
  }
  .cid-v5JlR9y5FS .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v5JlR9y5FS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5JlR9y5FS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5JlR9y5FS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5JlR9y5FS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5JlR9y5FS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v5JlR9y5FS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5JlR9y5FS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5JlR9y5FS .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v5JlR9y5FS .dropdown-item.active,
.cid-v5JlR9y5FS .dropdown-item:active {
  background-color: transparent;
}
.cid-v5JlR9y5FS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5JlR9y5FS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5JlR9y5FS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5JlR9y5FS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bff747;
}
.cid-v5JlR9y5FS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v5JlR9y5FS .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v5JlR9y5FS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5JlR9y5FS .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v5JlR9y5FS .navbar-buttons {
    text-align: left;
  }
}
.cid-v5JlR9y5FS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5JlR9y5FS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5JlR9y5FS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5JlR9y5FS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5JlR9y5FS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5JlR9y5FS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v5JlR9y5FS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5JlR9y5FS .navbar {
    height: 70px;
  }
  .cid-v5JlR9y5FS .navbar.opened {
    height: auto;
  }
  .cid-v5JlR9y5FS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v5JlR9y5FS .navbar-buttons .btn {
  padding: 10px 30px;
}
.cid-v5JlR9y5FS .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v5JlR9y5FS .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v5JlR9y5FS .navbar-brand {
    margin-right: auto;
  }
  .cid-v5JlR9y5FS .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #bff747;
    opacity: 1;
    border-color: rgba(191, 247, 71, 0.8) !important;
    background: rgba(191, 247, 71, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v5JlR9y5FS .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v5JlR9y5FS .navbar-nav .dropdown-item:hover {
    background-color: #6e9e07;
  }
  .cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v5JlR9y5FS .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v5HNKLQaVy {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #fff1e2;
}
.cid-v5HNKLQaVy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5HNKLQaVy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5HNKLQaVy .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-v5HNKLQaVy .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-v5HNKLQaVy .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-v5HNKLQaVy .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v5HNKLQaVy .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #f8e7d2 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-v5HNKLQaVy .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-v5HNKLQaVy .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-v5HNKLQaVy .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-v5HNKLQaVy .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v5HNKLQaVy .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-v5HNKLQaVy .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-v5HNKLQaVy .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5HNKLQaVy .mbr-section-title {
  color: #404349;
}
.cid-v5HNKLQaVy .mbr-text {
  color: #404349;
}
.cid-v5HNKLQaVy .mbr-desc {
  color: #b19a7c;
}
.cid-v5HOYDDuXl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fff1e2;
}
.cid-v5HOYDDuXl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5HOYDDuXl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5HOYDDuXl .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v5HOYDDuXl .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v5HOYDDuXl .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-v5HOYDDuXl .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v5HOYDDuXl .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v5HOYDDuXl .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5HOYDDuXl .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5HOYDDuXl .items-wrapper {
  margin: 0 -8px;
  align-items: center;
}
.cid-v5HOYDDuXl .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-v5HOYDDuXl .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-v5HOYDDuXl .items-wrapper .item .item-wrapper .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
  opacity: .3;
}
.cid-v5HOYDDuXl .items-wrapper .item .item-wrapper .circle-wrap {
  position: absolute;
  top: -90%;
  left: -40%;
  width: 640px;
  height: 640px;
  border-radius: 100%;
  background-image: linear-gradient(0deg, transparent, #ffffff);
  opacity: .3;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-v5HOYDDuXl .items-wrapper .item .item-wrapper .circle-wrap {
    left: -70%;
  }
}
@media (max-width: 768px) {
  .cid-v5HOYDDuXl .items-wrapper .item .item-wrapper .circle-wrap {
    left: -120%;
  }
}
@media (max-width: 425px) {
  .cid-v5HOYDDuXl .items-wrapper .item .item-wrapper .circle-wrap {
    left: -160%;
  }
}
.cid-v5HOYDDuXl .items-wrapper .item .item-wrapper .circle-wrap.reverse {
  top: auto;
  left: auto;
  bottom: -90%;
  right: -40%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
}
@media (max-width: 1200px) {
  .cid-v5HOYDDuXl .items-wrapper .item .item-wrapper .circle-wrap.reverse {
    left: auto;
    right: -70%;
  }
}
@media (max-width: 768px) {
  .cid-v5HOYDDuXl .items-wrapper .item .item-wrapper .circle-wrap.reverse {
    left: auto;
    right: -120%;
  }
}
@media (max-width: 425px) {
  .cid-v5HOYDDuXl .items-wrapper .item .item-wrapper .circle-wrap.reverse {
    left: auto;
    right: -160%;
  }
}
.cid-v5HOYDDuXl .items-wrapper .item .item-wrapper .iconfont-wrapper {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 20px;
  height: 20px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-v5HOYDDuXl .items-wrapper .item .item-wrapper .iconfont-wrapper {
    top: 16px;
    right: 16px;
  }
}
.cid-v5HOYDDuXl .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
}
.cid-v5HOYDDuXl .items-wrapper .item .item-wrapper .item-content {
  display: flex;
  justify-content: space-between;
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
}
@media (max-width: 992px) {
  .cid-v5HOYDDuXl .items-wrapper .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.cid-v5HOYDDuXl .items-wrapper .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-v5HOYDDuXl .items-wrapper .item .item-wrapper .item-content .card-box {
    margin-bottom: 24px;
  }
}
.cid-v5HOYDDuXl .items-wrapper .item .item-wrapper .item-content .card-box .card-title_1,
.cid-v5HOYDDuXl .items-wrapper .item .item-wrapper .item-content .card-box .card-title_2,
.cid-v5HOYDDuXl .items-wrapper .item .item-wrapper .item-content .card-box .card-title_3,
.cid-v5HOYDDuXl .items-wrapper .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.cid-v5HOYDDuXl .items-wrapper .item .item-wrapper .item-content .card-box .card-text_1,
.cid-v5HOYDDuXl .items-wrapper .item .item-wrapper .item-content .card-box .card-text_2,
.cid-v5HOYDDuXl .items-wrapper .item .item-wrapper .item-content .card-box .card-text_3,
.cid-v5HOYDDuXl .items-wrapper .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.cid-v5HOYDDuXl .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  margin-top: 24px;
}
.cid-v5HOYDDuXl .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-v5HOYDDuXl .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-v5HOYDDuXl .items-wrapper .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.cid-v5HOYDDuXl .items-wrapper .item .item-wrapper .item-content .item-img img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-v5HOYDDuXl .items-wrapper .item .item-wrapper .item-content .item-img img {
    margin: 0 auto;
  }
}
.cid-v5HOYDDuXl .items-wrapper .item .item-wrapper .card_1 .card-box,
.cid-v5HOYDDuXl .items-wrapper .item .item-wrapper .card_4 .card-box {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-v5HOYDDuXl .items-wrapper .item .item-wrapper .card_1 .card-box,
  .cid-v5HOYDDuXl .items-wrapper .item .item-wrapper .card_4 .card-box {
    width: 100%;
  }
}
.cid-v5HOYDDuXl .items-wrapper .item .item-wrapper .card_1 {
  background-color: #ff6d99;
  border-color: #ff7ca4;
}
.cid-v5HOYDDuXl .items-wrapper .item .item-wrapper .card_2 {
  background-color: #dc84ba;
  border-color: #df8fbf;
}
.cid-v5HOYDDuXl .items-wrapper .item .item-wrapper .card_3 {
  background-color: #b1a1e3;
  border-color: #b7a8e5;
}
.cid-v5HOYDDuXl .items-wrapper .item .item-wrapper .card_4 {
  background-color: #98b1fa;
  border-color: #a0b7fa;
}
.cid-v5HOYDDuXl .btn-wrapper {
  margin-right: 9%;
}
.cid-v5HOYDDuXl .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-v5HOYDDuXl .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-v5HOYDDuXl .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-v5HOYDDuXl .mbr-text,
.cid-v5HOYDDuXl .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-v5HOYDDuXl .card-title_1 {
  color: #ffffff;
}
.cid-v5HOYDDuXl .card-title_2 {
  color: #ffffff;
}
.cid-v5HOYDDuXl .card-title_3 {
  color: #ffffff;
}
.cid-v5HOYDDuXl .card-title_4 {
  color: #ffffff;
}
.cid-v5HOYDDuXl .card-text_1 {
  color: #ffffff;
}
.cid-v5HOYDDuXl .card-text_2 {
  color: #ffffff;
}
.cid-v5HOYDDuXl .card-text_3 {
  color: #ffffff;
}
.cid-v5HOYDDuXl .card-text_4 {
  color: #ffffff;
}
.cid-v5HQRg9VTM {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #fff1e2;
}
.cid-v5HQRg9VTM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5HQRg9VTM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5HQRg9VTM .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v5HQRg9VTM .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v5HQRg9VTM .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v5HQRg9VTM .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-v5HQRg9VTM .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v5HQRg9VTM .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v5HQRg9VTM .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v5HQRg9VTM .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v5HQRg9VTM .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5HQRg9VTM .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5HQRg9VTM .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v5HQRg9VTM .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v5HQRg9VTM .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v5HQRg9VTM .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v5HQRg9VTM .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-v5HQRg9VTM .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v5HQRg9VTM .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-v5HQRg9VTM .items-wrapper .item .item-wrapper .item-img img {
  display: inline-block;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 100% !important;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-v5HQRg9VTM .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v5HQRg9VTM .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v5HQRg9VTM .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-v5HQRg9VTM .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5HQRg9VTM .mbr-label,
.cid-v5HQRg9VTM .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v5HQRg9VTM .mbr-section-title,
.cid-v5HQRg9VTM .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v5HQRg9VTM .mbr-text,
.cid-v5HQRg9VTM .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v5HQRg9VTM .item-title {
  color: #000000;
}
.cid-v5HQRg9VTM .item-text {
  color: #515151;
}
.cid-v5JkY69jzY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #d2e534;
  overflow: hidden;
}
.cid-v5JkY69jzY .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-v5JkY69jzY .item-wrapper {
  background: #2a2c2d;
  border-radius: 2rem;
  padding: 1.5rem;
}
.cid-v5JlR9y5FS {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v5JlR9y5FS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5JlR9y5FS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5JlR9y5FS .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v5JlR9y5FS .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v5JlR9y5FS .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v5JlR9y5FS .navbar-nav .nav-item .nav-link:hover {
  background-color: #6e9e07;
}
.cid-v5JlR9y5FS .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v5JlR9y5FS .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v5JlR9y5FS .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v5JlR9y5FS .navbar-nav .dropdown-item:hover {
  background-color: #6e9e07;
}
@media (min-width: 992px) {
  .cid-v5JlR9y5FS .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v5JlR9y5FS .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v5JlR9y5FS .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v5JlR9y5FS .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v5JlR9y5FS .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5JlR9y5FS .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v5JlR9y5FS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v5JlR9y5FS .container {
  display: flex;
  height: 80px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(191, 247, 71, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #bff747;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v5JlR9y5FS .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5JlR9y5FS .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v5JlR9y5FS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5JlR9y5FS .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #bff747;
  background: rgba(191, 247, 71, 0.8) !important;
}
.cid-v5JlR9y5FS .nav-item:focus,
.cid-v5JlR9y5FS .nav-link:focus {
  outline: none;
}
.cid-v5JlR9y5FS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5JlR9y5FS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5JlR9y5FS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5JlR9y5FS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5JlR9y5FS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5JlR9y5FS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar.opened {
  transition: all 0.3s;
}
.cid-v5JlR9y5FS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5JlR9y5FS .navbar .navbar-logo img {
  width: auto;
}
.cid-v5JlR9y5FS .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v5JlR9y5FS .navbar.collapsed {
  justify-content: center;
}
.cid-v5JlR9y5FS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5JlR9y5FS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5JlR9y5FS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5JlR9y5FS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5JlR9y5FS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5JlR9y5FS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5JlR9y5FS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5JlR9y5FS .navbar {
    min-height: 72px;
  }
  .cid-v5JlR9y5FS .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v5JlR9y5FS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5JlR9y5FS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5JlR9y5FS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5JlR9y5FS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5JlR9y5FS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v5JlR9y5FS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5JlR9y5FS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5JlR9y5FS .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v5JlR9y5FS .dropdown-item.active,
.cid-v5JlR9y5FS .dropdown-item:active {
  background-color: transparent;
}
.cid-v5JlR9y5FS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5JlR9y5FS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5JlR9y5FS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5JlR9y5FS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bff747;
}
.cid-v5JlR9y5FS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v5JlR9y5FS .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v5JlR9y5FS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5JlR9y5FS .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v5JlR9y5FS .navbar-buttons {
    text-align: left;
  }
}
.cid-v5JlR9y5FS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5JlR9y5FS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5JlR9y5FS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5JlR9y5FS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5JlR9y5FS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5JlR9y5FS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v5JlR9y5FS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5JlR9y5FS .navbar {
    height: 70px;
  }
  .cid-v5JlR9y5FS .navbar.opened {
    height: auto;
  }
  .cid-v5JlR9y5FS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v5JlR9y5FS .navbar-buttons .btn {
  padding: 10px 30px;
}
.cid-v5JlR9y5FS .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v5JlR9y5FS .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v5JlR9y5FS .navbar-brand {
    margin-right: auto;
  }
  .cid-v5JlR9y5FS .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #bff747;
    opacity: 1;
    border-color: rgba(191, 247, 71, 0.8) !important;
    background: rgba(191, 247, 71, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v5JlR9y5FS .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v5JlR9y5FS .navbar-nav .dropdown-item:hover {
    background-color: #6e9e07;
  }
  .cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v5JlR9y5FS .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v5ItzghHcO {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-image: url("https://r.mobirisesite.com/1927159/assets/images/background12.jpg?rnd=1768198568711");
}
.cid-v5ItzghHcO .decor-wrap {
  position: absolute;
  right: 0;
  width: 60%;
  height: 150%;
  border-radius: 100% 0 0 100%;
  background-color: #ffa0a0;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-v5ItzghHcO .decor-wrap {
    width: 100%;
  }
}
.cid-v5ItzghHcO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5ItzghHcO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5ItzghHcO .row {
  position: relative;
  z-index: 1;
}
.cid-v5ItzghHcO .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-v5ItzghHcO .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-v5ItzghHcO .mbr-section-title {
  color: #212529;
}
.cid-v5ItzghHcO .mbr-text {
  color: #51565c;
}
.cid-v5IuNPX5u4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffa0a0;
}
.cid-v5IuNPX5u4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5IuNPX5u4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5IuNPX5u4 .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v5IuNPX5u4 .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-v5IuNPX5u4 .container {
    padding: 0 6px;
  }
}
.cid-v5IuNPX5u4 .row {
  margin: 0;
  padding: 0 150px;
}
@media (max-width: 1440px) {
  .cid-v5IuNPX5u4 .row {
    padding: 0 32px;
  }
}
@media (max-width: 1200px) {
  .cid-v5IuNPX5u4 .row {
    padding: 0 8px;
  }
}
@media (max-width: 992px) {
  .cid-v5IuNPX5u4 .row {
    padding: 0 60px;
  }
}
@media (max-width: 768px) {
  .cid-v5IuNPX5u4 .row {
    padding: 0;
  }
}
.cid-v5IuNPX5u4 .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-v5IuNPX5u4 .content-wrapper {
  border-top: 1px solid #cfcfcf;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-v5IuNPX5u4 .content-wrapper {
    padding: 22px;
  }
}
.cid-v5IuNPX5u4 .content-wrapper .item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v5IuNPX5u4 .content-wrapper .item {
    margin-bottom: 40px;
  }
}
.cid-v5IuNPX5u4 .content-wrapper .item .item-wrapper .card-box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v5IuNPX5u4 .content-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-v5IuNPX5u4 .content-wrapper .item .item-wrapper .card-box .card-title {
  padding-right: 22px;
  margin-bottom: 0;
  width: 45%;
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-v5IuNPX5u4 .content-wrapper .item .item-wrapper .card-box .card-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v5IuNPX5u4 .content-wrapper .item .item-wrapper .card-box .card-text {
  width: 55%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5IuNPX5u4 .content-wrapper .item .item-wrapper .card-box .card-text {
    width: 100%;
  }
}
.cid-v5IuNPX5u4 .mbr-section-btn {
  padding-left: 45%;
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-v5IuNPX5u4 .mbr-section-btn {
    padding: 0;
  }
}
.cid-v5IuNPX5u4 .card-title {
  color: #131313;
}
.cid-v5IuNPX5u4 .card-text {
  color: #131313;
}
.cid-v5IuNPX5u4 .card-title,
.cid-v5IuNPX5u4 .mbr-section-btn {
  color: #000000;
}
.cid-v5IwFCndwd {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffa0a0;
}
.cid-v5IwFCndwd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5IwFCndwd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5IwFCndwd .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v5IwFCndwd .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-v5IwFCndwd .container {
    padding: 0 6px;
  }
}
.cid-v5IwFCndwd .row {
  margin: 0;
  padding: 0 150px;
}
@media (max-width: 1440px) {
  .cid-v5IwFCndwd .row {
    padding: 0 32px;
  }
}
@media (max-width: 1200px) {
  .cid-v5IwFCndwd .row {
    padding: 0 8px;
  }
}
@media (max-width: 992px) {
  .cid-v5IwFCndwd .row {
    padding: 0 60px;
  }
}
@media (max-width: 768px) {
  .cid-v5IwFCndwd .row {
    padding: 0;
  }
}
.cid-v5IwFCndwd .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-v5IwFCndwd .content-wrapper {
  border-top: 1px solid #cfcfcf;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-v5IwFCndwd .content-wrapper {
    padding: 22px;
  }
}
.cid-v5IwFCndwd .content-wrapper .item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v5IwFCndwd .content-wrapper .item {
    margin-bottom: 40px;
  }
}
.cid-v5IwFCndwd .content-wrapper .item .item-wrapper .card-box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v5IwFCndwd .content-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-v5IwFCndwd .content-wrapper .item .item-wrapper .card-box .card-title {
  padding-right: 22px;
  margin-bottom: 0;
  width: 45%;
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-v5IwFCndwd .content-wrapper .item .item-wrapper .card-box .card-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v5IwFCndwd .content-wrapper .item .item-wrapper .card-box .card-text {
  width: 55%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5IwFCndwd .content-wrapper .item .item-wrapper .card-box .card-text {
    width: 100%;
  }
}
.cid-v5IwFCndwd .mbr-section-btn {
  padding-left: 45%;
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-v5IwFCndwd .mbr-section-btn {
    padding: 0;
  }
}
.cid-v5IwFCndwd .card-title {
  color: #131313;
}
.cid-v5IwFCndwd .card-text {
  color: #131313;
}
.cid-v5IwFCndwd .card-title,
.cid-v5IwFCndwd .mbr-section-btn {
  color: #000000;
}
.cid-v5IxOhpIAR {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffa0a0;
}
.cid-v5IxOhpIAR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5IxOhpIAR .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-v5IxOhpIAR .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-v5IxOhpIAR .container {
    padding: 0 12px;
  }
}
.cid-v5IxOhpIAR .content-wrapper {
  border-radius: 32px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  background-color: #212124;
}
@media (max-width: 992px) {
  .cid-v5IxOhpIAR .content-wrapper {
    display: block;
  }
}
.cid-v5IxOhpIAR .content-wrapper .title-wrapper {
  width: 35em;
  padding: 90px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cid-v5IxOhpIAR .content-wrapper .title-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v5IxOhpIAR .content-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-v5IxOhpIAR .content-wrapper .title-wrapper .title-wrap {
  margin-bottom: 22px;
}
.cid-v5IxOhpIAR .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-v5IxOhpIAR .content-wrapper .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 20px;
}
.cid-v5IxOhpIAR .content-wrapper .image-wrapper {
  margin-top: 90px;
  border-top: 4px solid #ffffff;
  border-left: 4px solid #ffffff;
  padding: 40px 0 0 40px;
  border-radius: 64px 0 0 0;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-v5IxOhpIAR .content-wrapper .image-wrapper {
    margin: 0 0 0 32px;
  }
}
.cid-v5IxOhpIAR .content-wrapper .image-wrapper img {
  min-height: 670px;
  border-radius: 32px 0 0 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v5IxOhpIAR .content-wrapper .image-wrapper img {
    min-height: auto;
    height: 350px;
  }
}
.cid-v5IxOhpIAR .mbr-section-title {
  color: #ffffff;
}
.cid-v5IxOhpIAR .mbr-text {
  color: #ffffff;
}
.cid-v5JkY69jzY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #d2e534;
  overflow: hidden;
}
.cid-v5JkY69jzY .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-v5JkY69jzY .item-wrapper {
  background: #2a2c2d;
  border-radius: 2rem;
  padding: 1.5rem;
}
.cid-v5JlR9y5FS {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v5JlR9y5FS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5JlR9y5FS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5JlR9y5FS .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v5JlR9y5FS .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v5JlR9y5FS .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v5JlR9y5FS .navbar-nav .nav-item .nav-link:hover {
  background-color: #6e9e07;
}
.cid-v5JlR9y5FS .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v5JlR9y5FS .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v5JlR9y5FS .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v5JlR9y5FS .navbar-nav .dropdown-item:hover {
  background-color: #6e9e07;
}
@media (min-width: 992px) {
  .cid-v5JlR9y5FS .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v5JlR9y5FS .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v5JlR9y5FS .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v5JlR9y5FS .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v5JlR9y5FS .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5JlR9y5FS .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v5JlR9y5FS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v5JlR9y5FS .container {
  display: flex;
  height: 80px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(191, 247, 71, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #bff747;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v5JlR9y5FS .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5JlR9y5FS .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v5JlR9y5FS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5JlR9y5FS .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #bff747;
  background: rgba(191, 247, 71, 0.8) !important;
}
.cid-v5JlR9y5FS .nav-item:focus,
.cid-v5JlR9y5FS .nav-link:focus {
  outline: none;
}
.cid-v5JlR9y5FS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5JlR9y5FS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5JlR9y5FS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5JlR9y5FS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5JlR9y5FS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5JlR9y5FS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar.opened {
  transition: all 0.3s;
}
.cid-v5JlR9y5FS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5JlR9y5FS .navbar .navbar-logo img {
  width: auto;
}
.cid-v5JlR9y5FS .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v5JlR9y5FS .navbar.collapsed {
  justify-content: center;
}
.cid-v5JlR9y5FS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5JlR9y5FS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5JlR9y5FS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5JlR9y5FS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5JlR9y5FS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5JlR9y5FS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5JlR9y5FS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5JlR9y5FS .navbar {
    min-height: 72px;
  }
  .cid-v5JlR9y5FS .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v5JlR9y5FS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5JlR9y5FS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5JlR9y5FS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5JlR9y5FS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5JlR9y5FS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v5JlR9y5FS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5JlR9y5FS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5JlR9y5FS .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v5JlR9y5FS .dropdown-item.active,
.cid-v5JlR9y5FS .dropdown-item:active {
  background-color: transparent;
}
.cid-v5JlR9y5FS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5JlR9y5FS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5JlR9y5FS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5JlR9y5FS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bff747;
}
.cid-v5JlR9y5FS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v5JlR9y5FS .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v5JlR9y5FS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5JlR9y5FS .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v5JlR9y5FS .navbar-buttons {
    text-align: left;
  }
}
.cid-v5JlR9y5FS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5JlR9y5FS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5JlR9y5FS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5JlR9y5FS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5JlR9y5FS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5JlR9y5FS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v5JlR9y5FS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5JlR9y5FS .navbar {
    height: 70px;
  }
  .cid-v5JlR9y5FS .navbar.opened {
    height: auto;
  }
  .cid-v5JlR9y5FS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v5JlR9y5FS .navbar-buttons .btn {
  padding: 10px 30px;
}
.cid-v5JlR9y5FS .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v5JlR9y5FS .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v5JlR9y5FS .navbar-brand {
    margin-right: auto;
  }
  .cid-v5JlR9y5FS .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #bff747;
    opacity: 1;
    border-color: rgba(191, 247, 71, 0.8) !important;
    background: rgba(191, 247, 71, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v5JlR9y5FS .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v5JlR9y5FS .navbar-nav .dropdown-item:hover {
    background-color: #6e9e07;
  }
  .cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v5JlR9y5FS .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v5IAG08UqO {
  padding-top: 8rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #cbc97a;
}
.cid-v5IAG08UqO .decor-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 52%;
  height: 95%;
  border-radius: 0 85% 0 0;
  background-color: #d6e4ff;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-v5IAG08UqO .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-v5IAG08UqO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5IAG08UqO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5IAG08UqO .row {
  position: relative;
  z-index: 1;
}
.cid-v5IAG08UqO .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v5IAG08UqO .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-v5IAG08UqO .image-wrapper {
  margin-right: 18px;
}
@media (max-width: 992px) {
  .cid-v5IAG08UqO .image-wrapper {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
.cid-v5IAG08UqO .image-wrapper img {
  height: 620px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v5IAG08UqO .image-wrapper img {
    height: 350px;
  }
}
.cid-v5IAG08UqO .content-wrapper {
  padding-top: 64px;
}
@media (max-width: 992px) {
  .cid-v5IAG08UqO .content-wrapper {
    padding-top: 22px;
  }
}
.cid-v5IAG08UqO .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 46px;
  display: inline-block;
  width: 55%;
}
@media (max-width: 992px) {
  .cid-v5IAG08UqO .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-v5IAG08UqO .content-wrapper .desc-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v5IAG08UqO .content-wrapper .desc-wrapper {
    display: block;
  }
}
.cid-v5IAG08UqO .content-wrapper .desc-wrapper .mbr-desc {
  width: 50%;
  margin-right: 20px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5IAG08UqO .content-wrapper .desc-wrapper .mbr-desc {
    margin-right: 0;
    width: 100%;
    margin-bottom: 12px;
  }
}
.cid-v5IAG08UqO .content-wrapper .desc-wrapper .mbr-section-btn {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-v5IAG08UqO .content-wrapper .desc-wrapper .mbr-section-btn {
    width: 100%;
  }
}
.cid-v5IAG08UqO .content-wrapper .desc-wrapper .mbr-section-btn .btn {
  padding: 29px 64px;
}
@media (max-width: 1200px) {
  .cid-v5IAG08UqO .content-wrapper .desc-wrapper .mbr-section-btn .btn {
    padding: 20px 32px;
  }
}
.cid-v5IAG08UqO .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-v5IAG08UqO .mbr-text {
  color: #51565c;
}
.cid-v5IAG08UqO .mbr-desc {
  color: #51565c;
}
.cid-v5IB93zaZB {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #d6e4ff;
}
.cid-v5IB93zaZB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5IB93zaZB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-v5IB93zaZB .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-v5IB93zaZB .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v5IB93zaZB .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-v5IB93zaZB .card-wrapper {
  background: #cbc97a;
}
.cid-v5IB93zaZB .mbr-text,
.cid-v5IB93zaZB .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v5IB93zaZB .card-title,
.cid-v5IB93zaZB .card-box {
  text-align: left;
  color: #000000;
}
.cid-v5IB93zaZB .image-wrapper img {
  width: 100%;
}
.cid-v5IBaRQIdR {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #d6e4ff;
}
.cid-v5IBaRQIdR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5IBaRQIdR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-v5IBaRQIdR .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-v5IBaRQIdR .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v5IBaRQIdR .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-v5IBaRQIdR .card-wrapper {
  background: #cbc97a;
}
.cid-v5IBaRQIdR .mbr-text,
.cid-v5IBaRQIdR .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v5IBaRQIdR .card-title,
.cid-v5IBaRQIdR .card-box {
  text-align: left;
  color: #000000;
}
.cid-v5IBaRQIdR .image-wrapper img {
  width: 100%;
}
.cid-v5ICTKoWhN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #d6e4ff;
}
.cid-v5ICTKoWhN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5ICTKoWhN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5JkY69jzY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #d2e534;
  overflow: hidden;
}
.cid-v5JkY69jzY .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-v5JkY69jzY .item-wrapper {
  background: #2a2c2d;
  border-radius: 2rem;
  padding: 1.5rem;
}
.cid-v5JlR9y5FS {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v5JlR9y5FS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5JlR9y5FS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5JlR9y5FS .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v5JlR9y5FS .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v5JlR9y5FS .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v5JlR9y5FS .navbar-nav .nav-item .nav-link:hover {
  background-color: #6e9e07;
}
.cid-v5JlR9y5FS .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v5JlR9y5FS .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v5JlR9y5FS .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v5JlR9y5FS .navbar-nav .dropdown-item:hover {
  background-color: #6e9e07;
}
@media (min-width: 992px) {
  .cid-v5JlR9y5FS .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v5JlR9y5FS .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v5JlR9y5FS .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v5JlR9y5FS .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v5JlR9y5FS .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5JlR9y5FS .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v5JlR9y5FS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v5JlR9y5FS .container {
  display: flex;
  height: 80px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(191, 247, 71, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #bff747;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v5JlR9y5FS .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5JlR9y5FS .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v5JlR9y5FS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5JlR9y5FS .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #bff747;
  background: rgba(191, 247, 71, 0.8) !important;
}
.cid-v5JlR9y5FS .nav-item:focus,
.cid-v5JlR9y5FS .nav-link:focus {
  outline: none;
}
.cid-v5JlR9y5FS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5JlR9y5FS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5JlR9y5FS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5JlR9y5FS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5JlR9y5FS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5JlR9y5FS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar.opened {
  transition: all 0.3s;
}
.cid-v5JlR9y5FS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5JlR9y5FS .navbar .navbar-logo img {
  width: auto;
}
.cid-v5JlR9y5FS .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v5JlR9y5FS .navbar.collapsed {
  justify-content: center;
}
.cid-v5JlR9y5FS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5JlR9y5FS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5JlR9y5FS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5JlR9y5FS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5JlR9y5FS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5JlR9y5FS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5JlR9y5FS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5JlR9y5FS .navbar {
    min-height: 72px;
  }
  .cid-v5JlR9y5FS .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v5JlR9y5FS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5JlR9y5FS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5JlR9y5FS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5JlR9y5FS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5JlR9y5FS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v5JlR9y5FS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5JlR9y5FS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5JlR9y5FS .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v5JlR9y5FS .dropdown-item.active,
.cid-v5JlR9y5FS .dropdown-item:active {
  background-color: transparent;
}
.cid-v5JlR9y5FS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5JlR9y5FS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5JlR9y5FS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5JlR9y5FS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bff747;
}
.cid-v5JlR9y5FS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v5JlR9y5FS .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v5JlR9y5FS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5JlR9y5FS .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v5JlR9y5FS .navbar-buttons {
    text-align: left;
  }
}
.cid-v5JlR9y5FS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5JlR9y5FS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5JlR9y5FS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5JlR9y5FS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5JlR9y5FS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5JlR9y5FS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v5JlR9y5FS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5JlR9y5FS .navbar {
    height: 70px;
  }
  .cid-v5JlR9y5FS .navbar.opened {
    height: auto;
  }
  .cid-v5JlR9y5FS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v5JlR9y5FS .navbar-buttons .btn {
  padding: 10px 30px;
}
.cid-v5JlR9y5FS .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v5JlR9y5FS .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v5JlR9y5FS .navbar-brand {
    margin-right: auto;
  }
  .cid-v5JlR9y5FS .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #bff747;
    opacity: 1;
    border-color: rgba(191, 247, 71, 0.8) !important;
    background: rgba(191, 247, 71, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v5JlR9y5FS .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v5JlR9y5FS .navbar-nav .dropdown-item:hover {
    background-color: #6e9e07;
  }
  .cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v5JlR9y5FS .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v5J111SxQt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-v5J111SxQt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5J111SxQt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5J111SxQt .card-wrapper {
  background-color: #f5f8ff;
  padding: 95px 64px 0;
  margin: 6px 0;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v5J111SxQt .card-wrapper {
    padding: 48px 24px 0;
    margin: 3px 0;
  }
}
.cid-v5J111SxQt .card-wrapper .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v5J111SxQt .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v5J111SxQt .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v5J111SxQt .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-v5J111SxQt .card-wrapper .image-wrapper {
  margin-top: 110px;
  margin-bottom: -4rem;
}
@media (max-width: 992px) {
  .cid-v5J111SxQt .card-wrapper .image-wrapper {
    margin-top: 24px;
    margin-bottom: -2rem;
  }
}
.cid-v5J111SxQt .card-wrapper .image-wrapper img {
  display: inline-flex;
  width: 490px;
  height: 580px;
  object-fit: cover;
  box-shadow: 40px 54px 40px #9c9c9d;
}
@media (max-width: 992px) {
  .cid-v5J111SxQt .card-wrapper .image-wrapper img {
    height: 300px;
    width: 100%;
  }
}
.cid-v5J111SxQt .mbr-section-title {
  color: #000000;
}
.cid-v5J111SxQt .mbr-text,
.cid-v5J111SxQt .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v5J111SxQt .mbr-section-title,
.cid-v5J111SxQt .mbr-section-btn,
.cid-v5J111SxQt .image-wrapper {
  text-align: center;
}
.cid-v5J20TUShw {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #121212;
}
.cid-v5J20TUShw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5J20TUShw .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-v5J20TUShw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5J20TUShw .item-wrapper {
  background: #f5f8ff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v5J20TUShw .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5J20TUShw .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v5J20TUShw .card-title,
.cid-v5J20TUShw .iconfont-wrapper {
  color: #000000;
}
.cid-v5J20TUShw .card-text {
  color: #000000;
}
.cid-v5J20TUShw .content-head {
  max-width: 800px;
}
.cid-v5J20TUShw .mbr-section-title {
  color: #000000;
}
.cid-v5J3TnPHWW {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f5f8ff;
}
.cid-v5J3TnPHWW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5J3TnPHWW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5J3TnPHWW .title-wrapper {
  margin-bottom: 40px;
}
.cid-v5J3TnPHWW .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v5J3TnPHWW .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v5J3TnPHWW .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5J3TnPHWW .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5J3TnPHWW .items-wrapper {
  margin: 0 -8px;
}
.cid-v5J3TnPHWW .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v5J3TnPHWW .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-v5J3TnPHWW .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v5J3TnPHWW .items-wrapper .item:nth-child(3n + 2) {
  transform: translateY(80px);
}
@media (max-width: 992px) {
  .cid-v5J3TnPHWW .items-wrapper .item:nth-child(3n + 2) {
    transform: none;
  }
}
.cid-v5J3TnPHWW .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 480px;
  padding: 8px;
}
@media (max-width: 992px) {
  .cid-v5J3TnPHWW .items-wrapper .item .item-wrapper {
    min-height: 380px;
  }
}
.cid-v5J3TnPHWW .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v5J3TnPHWW .items-wrapper .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 16px;
  animation: none !important;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v5J3TnPHWW .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-v5J3TnPHWW .items-wrapper .item .item-wrapper .item-content .over-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  z-index: 1;
  pointer-events: none;
}
.cid-v5J3TnPHWW .items-wrapper .item .item-wrapper .item-content .blur-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
  z-index: 1;
}
.cid-v5J3TnPHWW .items-wrapper .item .item-wrapper .item-content .item-name {
  position: relative;
  z-index: 1;
  margin-bottom: 4px;
}
.cid-v5J3TnPHWW .items-wrapper .item .item-wrapper .item-content .item-role {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-v5J3TnPHWW .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 12px;
}
.cid-v5J3TnPHWW .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5J3TnPHWW .mbr-label {
  color: #be0000;
  text-align: center;
}
.cid-v5J3TnPHWW .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v5J3TnPHWW .mbr-text,
.cid-v5J3TnPHWW .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.cid-v5J3TnPHWW .item-name {
  color: #ffffff;
}
.cid-v5J3TnPHWW .item-role {
  color: #d1d3d6;
}
.cid-v5JkY69jzY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #d2e534;
  overflow: hidden;
}
.cid-v5JkY69jzY .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-v5JkY69jzY .item-wrapper {
  background: #2a2c2d;
  border-radius: 2rem;
  padding: 1.5rem;
}
.cid-v5JlR9y5FS {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v5JlR9y5FS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5JlR9y5FS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5JlR9y5FS .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v5JlR9y5FS .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v5JlR9y5FS .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v5JlR9y5FS .navbar-nav .nav-item .nav-link:hover {
  background-color: #6e9e07;
}
.cid-v5JlR9y5FS .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v5JlR9y5FS .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v5JlR9y5FS .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v5JlR9y5FS .navbar-nav .dropdown-item:hover {
  background-color: #6e9e07;
}
@media (min-width: 992px) {
  .cid-v5JlR9y5FS .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v5JlR9y5FS .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v5JlR9y5FS .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v5JlR9y5FS .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v5JlR9y5FS .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5JlR9y5FS .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v5JlR9y5FS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v5JlR9y5FS .container {
  display: flex;
  height: 80px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(191, 247, 71, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #bff747;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v5JlR9y5FS .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5JlR9y5FS .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v5JlR9y5FS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5JlR9y5FS .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #bff747;
  background: rgba(191, 247, 71, 0.8) !important;
}
.cid-v5JlR9y5FS .nav-item:focus,
.cid-v5JlR9y5FS .nav-link:focus {
  outline: none;
}
.cid-v5JlR9y5FS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5JlR9y5FS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5JlR9y5FS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5JlR9y5FS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5JlR9y5FS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5JlR9y5FS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar.opened {
  transition: all 0.3s;
}
.cid-v5JlR9y5FS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5JlR9y5FS .navbar .navbar-logo img {
  width: auto;
}
.cid-v5JlR9y5FS .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v5JlR9y5FS .navbar.collapsed {
  justify-content: center;
}
.cid-v5JlR9y5FS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5JlR9y5FS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5JlR9y5FS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5JlR9y5FS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5JlR9y5FS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5JlR9y5FS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5JlR9y5FS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5JlR9y5FS .navbar {
    min-height: 72px;
  }
  .cid-v5JlR9y5FS .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v5JlR9y5FS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5JlR9y5FS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5JlR9y5FS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5JlR9y5FS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5JlR9y5FS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v5JlR9y5FS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5JlR9y5FS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5JlR9y5FS .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v5JlR9y5FS .dropdown-item.active,
.cid-v5JlR9y5FS .dropdown-item:active {
  background-color: transparent;
}
.cid-v5JlR9y5FS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5JlR9y5FS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5JlR9y5FS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5JlR9y5FS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bff747;
}
.cid-v5JlR9y5FS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v5JlR9y5FS .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v5JlR9y5FS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5JlR9y5FS .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v5JlR9y5FS .navbar-buttons {
    text-align: left;
  }
}
.cid-v5JlR9y5FS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5JlR9y5FS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5JlR9y5FS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5JlR9y5FS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5JlR9y5FS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5JlR9y5FS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5JlR9y5FS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v5JlR9y5FS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5JlR9y5FS .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-v5JlR9y5FS .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5JlR9y5FS .navbar {
    height: 70px;
  }
  .cid-v5JlR9y5FS .navbar.opened {
    height: auto;
  }
  .cid-v5JlR9y5FS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v5JlR9y5FS .navbar-buttons .btn {
  padding: 10px 30px;
}
.cid-v5JlR9y5FS .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v5JlR9y5FS .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v5JlR9y5FS .navbar-brand {
    margin-right: auto;
  }
  .cid-v5JlR9y5FS .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #bff747;
    opacity: 1;
    border-color: rgba(191, 247, 71, 0.8) !important;
    background: rgba(191, 247, 71, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v5JlR9y5FS .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v5JlR9y5FS .navbar-nav .dropdown-item:hover {
    background-color: #6e9e07;
  }
  .cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v5JlR9y5FS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v5JlR9y5FS .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-v5JlR9y5FS .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v5JlR9y5FS .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v5J8D4F3X3 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("https://r.mobirisesite.com/1927159/assets/images/background1-h_mjbc0f8y.jpg");
}
.cid-v5J8D4F3X3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5J8D4F3X3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5J8D4F3X3 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-v5J8D4F3X3 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v5J8D4F3X3 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-v5J8D4F3X3 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v5J8D4F3X3 .container {
    padding: 0 16px;
  }
}
.cid-v5J8D4F3X3 .content-wrapper {
  margin-bottom: 20%;
}
.cid-v5J8D4F3X3 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v5J8D4F3X3 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5J8D4F3X3 .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-v5J8D4F3X3 .mbr-section-title {
  color: #000000;
}
.cid-v5J8D4F3X3 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v5J8D4F3X3 .mbr-section-title,
.cid-v5J8D4F3X3 .mbr-section-btn {
  text-align: center;
}
.cid-v5J92mee2V {
  padding-top: 5rem;
  background-color: #f5f5f5;
  overflow: hidden;
}
.cid-v5J92mee2V .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5J92mee2V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5J92mee2V .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #e1e7ed;
}
@media (max-width: 425px) {
  .cid-v5J92mee2V .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-v5J92mee2V .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #e1e7ed;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-v5J92mee2V .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-v5J92mee2V .content-wrapper .border_1 {
  left: 0;
}
.cid-v5J92mee2V .content-wrapper .border_2 {
  right: 0;
}
.cid-v5J92mee2V .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-v5J92mee2V .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-v5J92mee2V .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fafafa;
}
.cid-v5J92mee2V .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-v5J92mee2V .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-v5J92mee2V .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v5J92mee2V .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v5J92mee2V .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5J92mee2V .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5J92mee2V .items-wrapper {
  margin: 0 -10px;
}
.cid-v5J92mee2V .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 40px;
}
.cid-v5J92mee2V .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5J92mee2V .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-v5J92mee2V .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v5J92mee2V .items-wrapper .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
  padding: 32px;
  background-color: #fafafa;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 0 10px 10px -5px #cccccc;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v5J92mee2V .items-wrapper .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-v5J92mee2V .items-wrapper .item .item-wrapper .icon-wrapper {
  width: 52px;
  min-width: 52px;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-v5J92mee2V .items-wrapper .item .item-wrapper .icon-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-v5J92mee2V .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  width: 52px;
  height: 52px;
  min-width: 52px;
  font-size: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #334155;
  box-shadow: inset 0 2px 10px -2px #cccccc, 0 10px 10px -2px #cccccc;
}
.cid-v5J92mee2V .items-wrapper .item .item-wrapper .item-content {
  width: 100%;
}
.cid-v5J92mee2V .items-wrapper .item .item-wrapper .item-content .card-box .item-label {
  margin-bottom: 8px;
}
.cid-v5J92mee2V .items-wrapper .item .item-wrapper .item-content .card-box .item-title {
  margin-bottom: 20px;
}
.cid-v5J92mee2V .items-wrapper .item .item-wrapper .item-content .card-box .text-wrap .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5J92mee2V .items-wrapper .item .item-wrapper .item-content .card-box .text-wrap .item-text {
    width: 100%;
  }
}
.cid-v5J92mee2V .items-wrapper .item .item-wrapper .item-content .card-box .list {
  padding: 0;
  margin: 20px 0 0 0;
  list-style-position: inside;
}
.cid-v5J92mee2V .items-wrapper .item .item-wrapper .item-content .card-box .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
}
.cid-v5J92mee2V .items-wrapper .item .item-wrapper .item-content .card-box .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v5J92mee2V .items-wrapper .item .item-wrapper .item-content .card-box .list .item-wrap::marker {
  color: #ff6900;
}
.cid-v5J92mee2V .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  margin-top: 10px;
}
.cid-v5J92mee2V .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5J92mee2V .mbr-label,
.cid-v5J92mee2V .label-wrapper {
  color: #334155;
  text-align: center;
}
.cid-v5J92mee2V .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-v5J92mee2V .mbr-text,
.cid-v5J92mee2V .text-wrapper {
  color: #475569;
  text-align: center;
}
.cid-v5J92mee2V .item-label {
  color: #ff6900;
}
.cid-v5J92mee2V .item-title {
  color: #0f172a;
}
.cid-v5J92mee2V .item-text {
  color: #475569;
}
.cid-v5J92mee2V .list {
  color: #475569;
}
.cid-v5JandfBXO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-v5JandfBXO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5JandfBXO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5JandfBXO .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v5JandfBXO .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v5JandfBXO .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v5JandfBXO .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-v5JandfBXO .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v5JandfBXO .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v5JandfBXO .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v5JandfBXO .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v5JandfBXO .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5JandfBXO .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5JandfBXO .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.cid-v5JandfBXO .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v5JandfBXO .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v5JandfBXO .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v5JandfBXO .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v5JandfBXO .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-v5JandfBXO .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-v5JandfBXO .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v5JandfBXO .items-wrapper .item .item-wrapper .item-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-v5JandfBXO .items-wrapper .item .item-wrapper .item-content {
    padding-top: 0;
  }
}
.cid-v5JandfBXO .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-v5JandfBXO .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#000000 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-v5JandfBXO .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v5JandfBXO .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v5JandfBXO .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-v5JandfBXO .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5JandfBXO .items-wrapper .features-image .item-wrapper {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-v5JandfBXO .items-wrapper .features-image .item-wrapper {
    display: block;
  }
}
.cid-v5JandfBXO .card_1 {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-v5JandfBXO .card_1 {
    width: 100%;
  }
}
.cid-v5JandfBXO .card_2 {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v5JandfBXO .card_2 {
    width: 100%;
  }
}
.cid-v5JandfBXO .main-btn {
  margin-top: 12px;
}
.cid-v5JandfBXO .mbr-label,
.cid-v5JandfBXO .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v5JandfBXO .mbr-section-title,
.cid-v5JandfBXO .title-wrapper {
  color: #000000;
}
.cid-v5JandfBXO .mbr-text,
.cid-v5JandfBXO .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v5JandfBXO .item-title {
  color: #000000;
}
.cid-v5JandfBXO .item-text {
  color: #515151;
}
.cid-v5JandfBXO .mbr-section-title,
.cid-v5JandfBXO .title-wrapper,
.cid-v5JandfBXO .main-btn {
  text-align: center;
}
.cid-v5JkY69jzY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #d2e534;
  overflow: hidden;
}
.cid-v5JkY69jzY .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-v5JkY69jzY .item-wrapper {
  background: #2a2c2d;
  border-radius: 2rem;
  padding: 1.5rem;
}
